diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index aef01ef9ffcc31c97dea8f2a1726333b0d41a0c0..de77a49f9a755dc7209c3f1ad5887352d3bfc38e 100644 --- a/JAVA/GUI/Plotter/pom.xml +++ b/JAVA/GUI/Plotter/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId> - <version>1.9.0</version> + <version>1.10.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -18,8 +18,8 @@ <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.9.0/GUI/Plotter</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.9.0/GUI/Plotter</developerConnection> + <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection> </scm> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index c51c540d0d9daa8049b154244ff4309c50cf8f1b..db9258a0cef1b097aae638f6d9b9e6e07b640880 100644 --- a/JAVA/LofarUtils/pom.xml +++ b/JAVA/LofarUtils/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId> - <version>1.9.0</version> + <version>1.10.0-SNAPSHOT</version> </parent> <artifactId>lofarutils</artifactId> @@ -17,8 +17,8 @@ <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.9.0/LofarUtils</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.9.0/LofarUtils</developerConnection> + <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection> </scm> diff --git a/JAVA/pom.xml b/JAVA/pom.xml index d11c78445bb982e8905fa7207611a21ec70dd7c6..c63943f9128311f67d85273e73502cc5f15f5d28 100644 --- a/JAVA/pom.xml +++ b/JAVA/pom.xml @@ -14,14 +14,14 @@ <groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId> - <version>1.9.0</version> + <version>1.10.0-SNAPSHOT</version> <packaging>pom</packaging> <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.9.0</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.9.0</developerConnection> + <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection> </scm>