diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index 9f63b0f60d6c3ed3950995698088a9028292e9ce..cd351886bd1ab63a63a50d3322e6af7b653175a3 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.8.0</version> + <version>1.8.1-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.8.0/GUI/Plotter</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.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 02fb577f9218c1d173f788d2e79b4fdaac1860fd..1e004e5c58adacc20113f9d0814a326b45e00d79 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.8.0</version> + <version>1.8.1-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.8.0/LofarUtils</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.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 ca868c5d5327ccfc02a0d865a8e50c382c5f6b60..97f01daea44ef304bcb69b074ee2ac3a82d7a6e7 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.8.0</version> + <version>1.8.1-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.8.0</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.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>