From ace5f498f68a15760ed7601d9cfa03c6b52250c9 Mon Sep 17 00:00:00 2001 From: Lofar test build account <klijn@astron.nl> Date: Tue, 23 Oct 2012 12:54:13 +0000 Subject: [PATCH] Task #3740 [maven-release-plugin]:prepare release Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.1 --- JAVA/GUI/Plotter/pom.xml | 6 +++--- JAVA/LofarUtils/pom.xml | 6 +++--- JAVA/pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index cd351886bd1..20a08a9d3c1 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.1-SNAPSHOT</version> + <version>1.8.1</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.8.1/GUI/Plotter</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.1/GUI/Plotter</developerConnection> </scm> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index 1e004e5c58a..553ef0c52da 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.1-SNAPSHOT</version> + <version>1.8.1</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.8.1/LofarUtils</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.1/LofarUtils</developerConnection> </scm> diff --git a/JAVA/pom.xml b/JAVA/pom.xml index 97f01daea44..95dcb615ef1 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.1-SNAPSHOT</version> + <version>1.8.1</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.8.1</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.1</developerConnection> </scm> -- GitLab