summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-02-01 20:46:16 +0100
committerSven Gothel <[email protected]>2023-02-01 20:46:16 +0100
commit3ba1d2ef248b1972d332b2c60a79e749b15f2196 (patch)
tree4476274785b21bf5fc3972b8ea0c6051a23fb403
parent650296b9b5ea3c340cdb668decbdbe73821fd990 (diff)
Bump maven test to use version 2.4.0
-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 8331de1..95ee947 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.4.0-rc-20230201</version>
+ <version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
- <version>2.4.0-rc-20230201</version>
+ <version>2.4.0</version>
</dependency>
</dependencies>
<repositories>