diff options
author | Philip Jordan <[email protected]> | 2020-01-27 11:18:19 +1300 |
---|---|---|
committer | Philip Jordan <[email protected]> | 2020-01-27 11:18:19 +1300 |
commit | cc22b8a384762d533ba9840d4f60eb0e833026eb (patch) | |
tree | 0da1fe706e697923cf473cf14092c29bda82bc1d | |
parent | 77c15fa17e4ac8eac7cb50673dbe5881fa499c6c (diff) |
pom file version updated to 1.7.1
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>org.jogamp.java3d</groupId> <artifactId>java3d-utils</artifactId> - <version>1.7.0</version> + <version>1.7.1</version> <name>Java 3D Utils</name> <description>Utility functions for the Java 3D Graphics API</description> @@ -81,7 +81,7 @@ </scm> <properties> - <jogamp.version>2.3.2</jogamp.version> + <jogamp.version>2.4.0</jogamp.version> <!-- NB: Avoid platform encoding warning when copying resources. --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |