@@ -2,7 +2,7 @@
<parent>
<artifactId>math</artifactId>
<groupId>org.freehep</groupId>
- <version>2.0-SNAPSHOT</version>
+ <version>3</version>
</parent>
<name>FreeHEP Java Minuit for JDK 1.4</name>
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.freehep</groupId>
<artifactId>freehep-jminuit-jdk1.4</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scm>
<connection>scm:svn://svn.freehep.org/svn/freehep/branches/freehep-jminuit-jdk1.4</connection>
@@ -51,7 +51,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
|