diff options
author | Xerxes Rånby <[email protected]> | 2015-08-27 12:03:46 +0200 |
---|---|---|
committer | Xerxes Rånby <[email protected]> | 2015-08-27 12:03:46 +0200 |
commit | 168a5be9024c1c6655eaf716613dd877c8203172 (patch) | |
tree | 127915e655c5dcd4d8cdcb2a7335315e36bcb88d /maven/jp4da | |
parent | b86927a2e784b3eff305a8e4ba2e3ba636151b05 (diff) |
maven/jp4da: Update dependencies to use JogAmp 2.3.1
Diffstat (limited to 'maven/jp4da')
-rw-r--r-- | maven/jp4da/jp4da-android/pom.xml | 14 | ||||
-rw-r--r-- | maven/jp4da/jp4da-core/pom.xml | 2 | ||||
-rw-r--r-- | maven/jp4da/jp4da-desktop/pom.xml | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/maven/jp4da/jp4da-android/pom.xml b/maven/jp4da/jp4da-android/pom.xml index 5f72869..75f02df 100644 --- a/maven/jp4da/jp4da-android/pom.xml +++ b/maven/jp4da/jp4da-android/pom.xml @@ -50,26 +50,26 @@ <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt-android</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> </dependency> <!-- Depend on the correct natives for Android --> <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> <classifier>natives-android-armv6</classifier> </dependency> <!-- Depend on the jogl Android package --> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-android</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> </dependency> <!-- Depend on the correct natives for Android --> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> <classifier>natives-android-armv6</classifier> <scope>runtime</scope> </dependency> @@ -151,7 +151,7 @@ <artifactItem> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> <classifier>natives-android-armv6</classifier> <overWrite>true</overWrite> <outputDirectory>${project.basedir}/libs/armeabi</outputDirectory> @@ -175,7 +175,7 @@ <artifactItem> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-android</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> <overWrite>true</overWrite> <outputDirectory>${project.basedir}/assets</outputDirectory> <excludes>**/*.class</excludes> @@ -197,7 +197,7 @@ <artifactItem> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> <classifier>natives-android-armv6</classifier> <overWrite>true</overWrite> <outputDirectory>${project.basedir}/libs/armeabi</outputDirectory> diff --git a/maven/jp4da/jp4da-core/pom.xml b/maven/jp4da/jp4da-core/pom.xml index e01f985..d2a0f82 100644 --- a/maven/jp4da/jp4da-core/pom.xml +++ b/maven/jp4da/jp4da-core/pom.xml @@ -21,7 +21,7 @@ <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> </dependency> </dependencies> diff --git a/maven/jp4da/jp4da-desktop/pom.xml b/maven/jp4da/jp4da-desktop/pom.xml index 99048c9..36cddd9 100644 --- a/maven/jp4da/jp4da-desktop/pom.xml +++ b/maven/jp4da/jp4da-desktop/pom.xml @@ -34,12 +34,12 @@ <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt-main</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-main</artifactId> - <version>2.0-rc11post03</version> + <version>2.3.1</version> </dependency> </dependencies> |