Skip to content
Snippets Groups Projects
Commit e2599eb5 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Update libUtils version

parent 199c9c1a
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
<orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.12.6" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libUtils:1.7.0-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libUtils:1.7.0" level="project" />
<orderEntry type="library" name="Maven: commons-net:commons-net:3.6" level="project" />
<orderEntry type="library" name="Maven: org.controlsfx:controlsfx:8.40.14" level="project" />
<orderEntry type="library" name="Maven: org.dom4j:dom4j:2.1.0" level="project" />
......@@ -34,8 +34,8 @@
<orderEntry type="library" name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.14" level="project" />
<orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.19" level="project" />
<orderEntry type="library" name="Maven: de.tobias:YAMLStorage:1.0.0" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libStorage:1.2.1" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libLogger:1.3.7" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libStorage:1.4.1" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libLogger:1.3.9" level="project" />
<orderEntry type="library" name="Maven: org.fusesource.jansi:jansi:1.17.1" level="project" />
<orderEntry type="library" name="Maven: de.tobias:Updater:1.0.4" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.5" level="project" />
......
......@@ -12,7 +12,7 @@
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="inheritedJdk" />
<orderEntry type="library" name="Maven: de.tobias:libUtils:1.7.0-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libUtils:1.7.0" level="project" />
<orderEntry type="library" name="Maven: commons-net:commons-net:3.6" level="project" />
<orderEntry type="library" name="Maven: org.controlsfx:controlsfx:8.40.14" level="project" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:4.1.0" level="project" />
......@@ -26,8 +26,8 @@
<orderEntry type="library" name="Maven: org.codehaus.mojo:animal-sniffer-annotations:1.14" level="project" />
<orderEntry type="library" name="Maven: org.yaml:snakeyaml:1.19" level="project" />
<orderEntry type="library" name="Maven: de.tobias:YAMLStorage:1.0.0" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libStorage:1.2.1" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libLogger:1.3.7" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libStorage:1.4.1" level="project" />
<orderEntry type="library" name="Maven: de.tobias:libLogger:1.3.9" level="project" />
<orderEntry type="library" name="Maven: org.fusesource.jansi:jansi:1.17.1" level="project" />
<orderEntry type="library" name="Maven: de.tobias:Updater:1.0.4" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.5" level="project" />
......
......@@ -12,11 +12,12 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<core.version>${project.version}</core.version>
<components.version>${project.version}</components.version>
<libUtils.version>1.7.0-SNAPSHOT</libUtils.version>
<libUtils.version>1.7.0</libUtils.version>
<Updater.version>1.0.4</Updater.version>
<gson.version>2.8.5</gson.version>
......@@ -24,10 +25,15 @@
<sqlite-jdbc.version>3.23.1</sqlite-jdbc.version>
<nv-websocket-client.version>2.5</nv-websocket-client.version>
<unirest-java.version>1.4.9</unirest-java.version>
<jspf.version>1.0.2</jspf.version>
<jlayer.version>1.0.1</jlayer.version>
<tinysound.version>1.1.1</tinysound.version>
<jorbis.version>0.0.17</jorbis.version>
<vorbisspi.version>1.0.3.3</vorbisspi.version>
<tritonus-share.version>0.3.7.4</tritonus-share.version>
</properties>
<modules>
......@@ -73,28 +79,28 @@
<dependency>
<groupId>kuusisto</groupId>
<artifactId>tinysound</artifactId>
<version>1.1.1</version>
<version>${tinysound.version}</version>
</dependency>
<dependency>
<groupId>org.jcraft</groupId>
<artifactId>jorbis</artifactId>
<version>0.0.17</version>
<version>${jorbis.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>vorbisspi</artifactId>
<version>1.0.3.3</version>
<version>${vorbisspi.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.soundlibs</groupId>
<artifactId>tritonus-share</artifactId>
<version>0.3.7.4</version>
<version>${tritonus-share.version}</version>
</dependency>
<dependency>
<groupId>com.mashape.unirest</groupId>
<artifactId>unirest-java</artifactId>
<version>1.4.9</version>
<version>${unirest-java.version}</version>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
......@@ -122,8 +128,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment