Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saftsau committed Apr 27, 2019
1 parent 124a580 commit 1cf66db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.saftsau</groupId>
<artifactId>xREL4J</artifactId>
<version>1.1</version>
<version>1.2</version>
<name>xREL4J</name>
<description>Open source Java library for simple usage of the xREL API.</description>
<url>https://github.com/saftsau/xREL4J</url>
Expand Down Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<source>8</source>
</configuration>
Expand Down

0 comments on commit 1cf66db

Please sign in to comment.