Skip to content

Commit 49e2ee3

Browse files
committed
Revert to jogl 2.0.2-rc12 for now (latest = 2.3.0)
1 parent caeb607 commit 49e2ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL
3636
<dependency>
3737
<groupId>org.jogamp.gluegen</groupId>
3838
<artifactId>gluegen-rt-main</artifactId>
39-
<version>2.3.0</version>
39+
<version>2.0.2-rc12</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.jogamp.jogl</groupId>
4444
<artifactId>jogl-all-main</artifactId>
45-
<version>2.3.0</version>
45+
<version>2.0.2-rc12</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

0 commit comments

Comments
 (0)