Skip to content
Snippets Groups Projects
Commit 7ab8c914 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Updated the freehep-java3d library to use the release vesion.

Change-Id: Ib8b35e032dcac58bb9b9450d3c8927544365afde
parent ab50e621
No related merge requests found
......@@ -259,6 +259,11 @@
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
......@@ -271,7 +276,7 @@
<dependency>
<groupId>org.freehep</groupId>
<artifactId>freehep-java3d</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
</dependency>
<dependency>
......@@ -290,6 +295,13 @@
</dependencies>
<repositories>
<repository>
<id>freehep-maven</id>
<name>Maven FreeHEP</name>
<url>http://java.freehep.org/maven2</url>
</repository>
<repository>
<id>snapshots</id>
<name>Syncleus Maven Snapshot Repository</name>
......@@ -314,11 +326,6 @@
</snapshots>
</repository>
<repository>
<id>freehep-maven</id>
<name>Maven FreeHEP</name>
<url>http://java.freehep.org/maven2</url>
</repository>
</repositories>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment