diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index 8b7b14b6fb35a6cc029b4404f4bd7482b0ca72b8..b4d83de3dee930553f898eeac2d40b0e36262280 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.15.0-SNAPSHOT</version> + <version>1.16.0</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/trunk/JAVA/GUI/Plotter</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.0/GUI/Plotter</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.0/GUI/Plotter</developerConnection> </scm> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index 6ab98146f6909f4d5fd3d35c017d61454c1cc292..015672fd722c08cff0d321bd74080cc4a1c28126 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.15.0-SNAPSHOT</version> + <version>1.16.0</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/trunk/JAVA/LofarUtils</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.0/LofarUtils</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.0/LofarUtils</developerConnection> </scm> diff --git a/JAVA/pom.xml b/JAVA/pom.xml index 16ae20bed3f60d211f4b19ca717b72a86794643f..fdc1e2ffcabbe018d9a24cdb43fbd7973b4660d0 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.15.0-SNAPSHOT</version> + <version>1.16.0</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/trunk/JAVA</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.0</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.16.0</developerConnection> </scm>