diff options
author | Sven Gothel <[email protected]> | 2019-03-27 03:59:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-27 03:59:56 +0100 |
commit | 2befe0f4b5279a5d8a45d23baf4a8d39ff5001c1 (patch) | |
tree | 5f245200a6997a558eeda79d98c046b6d07e140e | |
parent | 2d35b314ebfb86242275cfa9bfa161408301e043 (diff) | |
parent | 168a5be9024c1c6655eaf716613dd877c8203172 (diff) |
Merge pull request #8 from xranby/master
maven/**/pom.xml: Update dependencies to use JogAmp 2.3.1
-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 | ||||
-rw-r--r-- | maven/trivial-test/pom.xml | 4 |
4 files changed, 12 insertions, 12 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> diff --git a/maven/trivial-test/pom.xml b/maven/trivial-test/pom.xml index f6d8e54..420725a 100644 --- a/maven/trivial-test/pom.xml +++ b/maven/trivial-test/pom.xml @@ -24,12 +24,12 @@ <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt-main</artifactId> - <version>2.0-rc11</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-main</artifactId> - <version>2.0-rc11</version> + <version>2.3.1</version> </dependency> </dependencies> |