summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-18 19:46:50 +0200
committerSven Gothel <[email protected]>2023-08-18 19:46:50 +0200
commit3d84e205e552a7f78a61b645ed7b3de437430170 (patch)
tree1407609adabe708d670cf7caf8bde4e078d8d68b /maven
parent3745290a2e139b528bdc9137168d67d72aa4853b (diff)
Bump maven trivial-test to JogAmp version 2.5.0HEADmaster
Diffstat (limited to 'maven')
-rw-r--r--maven/trivial-test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/maven/trivial-test/pom.xml b/maven/trivial-test/pom.xml
index aa055de..bf740ae 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.5.0-rc-20230521</version>
+ <version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
- <version>2.5.0-rc-20230521</version>
+ <version>2.5.0</version>
</dependency>
</dependencies>
<repositories>