@@ -4,7 +4,7 @@
<parent>
<artifactId>jaida-pom</artifactId>
<groupId>org.freehep</groupId>
- <version>3.5.0</version>
+ <version>3.5.1-SNAPSHOT</version>
</parent>
<artifactId>freehep-jaida</artifactId>
@@ -29,9 +29,9 @@
</distributionManagement>
<scm>
- <url>https://java.freehep.org/svn/repos/freehep/list/freehep/tags/jaida-pom-3.5.0/freehep-jaida</url>
- <connection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/jaida-pom-3.5.0/freehep-jaida</connection>
- <developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/tags/jaida-pom-3.5.0/freehep-jaida</developerConnection>
+ <url>https://java.freehep.org/svn/repos/freehep/list/freehep/trunk/jaida/freehep-jaida</url>
+ <connection>scm:svn:svn://svn.freehep.org/svn/freehep/trunk/jaida/freehep-jaida</connection>
+ <developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/trunk/jaida/freehep-jaida</developerConnection>
</scm>
<dependencies>
@@ -79,7 +79,7 @@
<dependency>
<groupId>org.freehep</groupId>
<artifactId>freehep-jaida-xml</artifactId>
- <version>3.5.0</version>
+ <version>3.5.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-math</groupId>
|