Minor fix
This commit is contained in:
parent
7d9514abae
commit
79bda2b1fd
6
.idea/checkstyleidea-libs/readme.txt
Normal file
6
.idea/checkstyleidea-libs/readme.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
This folder contains libraries copied from the "auto-cream-api" project.
|
||||||
|
It is managed by the CheckStyle-IDEA IDE plugin.
|
||||||
|
Do not modify this folder while the IDE is running.
|
||||||
|
When the IDE is stopped, you may delete this folder at any time. It will be recreated as needed.
|
||||||
|
In order to prevent the CheckStyle-IDEA IDE plugin from creating this folder,
|
||||||
|
uncheck the "Copy libraries from project directory" option in the CheckStyle-IDEA settings dialog.
|
@ -16,7 +16,6 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="Maven: me.xdrop:fuzzywuzzy:1.3.1" level="project" />
|
|
||||||
<orderEntry type="library" name="Maven: com.jfoenix:jfoenix:8.0.8" level="project" />
|
<orderEntry type="library" name="Maven: com.jfoenix:jfoenix:8.0.8" level="project" />
|
||||||
<orderEntry type="library" name="Maven: org.apache.commons:commons-configuration2:2.6" level="project" />
|
<orderEntry type="library" name="Maven: org.apache.commons:commons-configuration2:2.6" level="project" />
|
||||||
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.9" level="project" />
|
<orderEntry type="library" name="Maven: org.apache.commons:commons-lang3:3.9" level="project" />
|
||||||
|
2
pom.xml
2
pom.xml
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<groupId>xyz.jeddunk</groupId>
|
<groupId>xyz.jeddunk</groupId>
|
||||||
<artifactId>auto-cream-api</artifactId>
|
<artifactId>auto-cream-api</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.1.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
Reference in New Issue
Block a user