summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jordan <[email protected]>2020-01-27 11:18:19 +1300
committerPhilip Jordan <[email protected]>2020-01-27 11:18:19 +1300
commitcc22b8a384762d533ba9840d4f60eb0e833026eb (patch)
tree0da1fe706e697923cf473cf14092c29bda82bc1d
parent77c15fa17e4ac8eac7cb50673dbe5881fa499c6c (diff)
pom file version updated to 1.7.1
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e412f0a..44f0328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>