Skip to content

Commit

Permalink
Updated maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaeschke committed Oct 6, 2017
1 parent fbce550 commit d97e59b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0.3.2-SNAPSHOT
==============
- Changed to Java 7
- Changed to Java 7 and updated some maven dependencies


0.3.1
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<prerequisites>
<maven>3.0.3</maven>
<maven>3.3.3</maven>
</prerequisites>

<parent>
Expand Down Expand Up @@ -78,13 +78,13 @@
<dependency>
<groupId>org.lwjgl.lwjgl</groupId>
<artifactId>lwjgl_util</artifactId>
<version>2.9.0</version>
<version>2.9.3</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit d97e59b

Please sign in to comment.