From 49d892391f8d8d4683d3fb4d29abd730d0a3886e Mon Sep 17 00:00:00 2001
From: Lofar test build account <klijn@astron.nl>
Date: Fri, 13 Mar 2015 10:09:28 +0000
Subject: [PATCH] Task #3740 [maven-release-plugin]:prepare release
 Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1

---
 SAS/OTB/OTB-distribution/pom.xml | 8 ++++----
 SAS/OTB/OTB/pom.xml              | 6 +++---
 SAS/OTB/RSP/pom.xml              | 8 ++++----
 SAS/OTB/jOTDB3/pom.xml           | 6 +++---
 SAS/OTB/jParmFacade/pom.xml      | 6 +++---
 SAS/OTB/jRSP/pom.xml             | 6 +++---
 SAS/OTB/pom.xml                  | 8 ++++----
 7 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/SAS/OTB/OTB-distribution/pom.xml b/SAS/OTB/OTB-distribution/pom.xml
index 6238f720a35..32fb91a7765 100644
--- a/SAS/OTB/OTB-distribution/pom.xml
+++ b/SAS/OTB/OTB-distribution/pom.xml
@@ -10,18 +10,18 @@
   <parent>
     <groupId>nl.astron.lofar.sas.otb</groupId>
     <artifactId>otb-parent</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.1</version>
   </parent>
 
   <artifactId>OTB-distribution</artifactId>
-  <version>2.8.1-SNAPSHOT</version>
+  <version>2.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/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-1.17.4/OTB-distribution</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-1.17.4/OTB-distribution</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/OTB-distribution</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/OTB-distribution</developerConnection>
   </scm>
 
 
diff --git a/SAS/OTB/OTB/pom.xml b/SAS/OTB/OTB/pom.xml
index 302bb749833..0f676e28a3a 100644
--- a/SAS/OTB/OTB/pom.xml
+++ b/SAS/OTB/OTB/pom.xml
@@ -10,7 +10,7 @@
   <parent>
     <groupId>nl.astron.lofar.sas.otb</groupId>
     <artifactId>otb-parent</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.1</version>
   </parent>
 
   <artifactId>OTB</artifactId>
@@ -23,8 +23,8 @@
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/OTB</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/OTB</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/OTB</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/OTB</developerConnection>
   </scm>
 
 
diff --git a/SAS/OTB/RSP/pom.xml b/SAS/OTB/RSP/pom.xml
index 15bba982ebd..cde3cf3aa5a 100644
--- a/SAS/OTB/RSP/pom.xml
+++ b/SAS/OTB/RSP/pom.xml
@@ -9,16 +9,16 @@
   <parent>
     <groupId>nl.astron.lofar.sas.otb</groupId>
     <artifactId>otb-parent</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.1</version>
   </parent>
 
   <artifactId>RSP</artifactId>
-  <version>1.17.4</version>
+  <version>2.8.1</version>
 
   <!-- 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.sas.otb.otb-parent-1.17.4/RSP</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-1.17.4/RSP</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/RSP</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/RSP</developerConnection>
   </scm>
 
 
diff --git a/SAS/OTB/jOTDB3/pom.xml b/SAS/OTB/jOTDB3/pom.xml
index 7cd8eacd04f..729514d5e03 100644
--- a/SAS/OTB/jOTDB3/pom.xml
+++ b/SAS/OTB/jOTDB3/pom.xml
@@ -10,15 +10,15 @@
   <parent>
     <groupId>nl.astron.lofar.sas.otb</groupId>
     <artifactId>otb-parent</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.1</version>
   </parent>
 
   <artifactId>jOTDB3</artifactId>
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/jOTDB3</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/jOTDB3</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/jOTDB3</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/jOTDB3</developerConnection>
   </scm>
 
 
diff --git a/SAS/OTB/jParmFacade/pom.xml b/SAS/OTB/jParmFacade/pom.xml
index 4104c124930..bfc2141f844 100644
--- a/SAS/OTB/jParmFacade/pom.xml
+++ b/SAS/OTB/jParmFacade/pom.xml
@@ -10,15 +10,15 @@
   <parent>
     <groupId>nl.astron.lofar.sas.otb</groupId>
     <artifactId>otb-parent</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.1</version>
   </parent>
 
   <artifactId>jParmFacade</artifactId>
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/jParmFacade</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/jParmFacade</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/jParmFacade</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/jParmFacade</developerConnection>
   </scm>
 
 
diff --git a/SAS/OTB/jRSP/pom.xml b/SAS/OTB/jRSP/pom.xml
index 77c8fc12b81..fb5047280d5 100644
--- a/SAS/OTB/jRSP/pom.xml
+++ b/SAS/OTB/jRSP/pom.xml
@@ -9,15 +9,15 @@
   <parent>
     <groupId>nl.astron.lofar.sas.otb</groupId>
     <artifactId>otb-parent</artifactId>
-    <version>2.8.1-SNAPSHOT</version>
+    <version>2.8.1</version>
   </parent>
 
   <artifactId>jRSP</artifactId>
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB/jRSP</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/OTB/jRSP</developerConnection>
+    <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/jRSP</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1/jRSP</developerConnection>
   </scm>
 
 
diff --git a/SAS/OTB/pom.xml b/SAS/OTB/pom.xml
index 3f8d9281b9f..82bb09b2cd7 100644
--- a/SAS/OTB/pom.xml
+++ b/SAS/OTB/pom.xml
@@ -15,7 +15,7 @@
 
   <groupId>nl.astron.lofar.sas.otb</groupId>
   <artifactId>otb-parent</artifactId>
-  <version>2.8.1-SNAPSHOT</version>
+  <version>2.8.1</version>
   <packaging>pom</packaging>
 
 
@@ -28,8 +28,8 @@
 
   <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
   <scm>
-    <connection>scm:svn:http://svn.astron.nl/LOFAR/trunk/SAS/OTB</connection>
-    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/SAS/OTB</developerConnection>
+    <connection>scm:svn:http://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1</connection>
+    <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.sas.otb.otb-parent-2.8.1</developerConnection>
   </scm>
 
 
@@ -145,7 +145,7 @@
       <dependency>
         <groupId>${project.groupId}</groupId>
         <artifactId>OTB-distribution</artifactId>
-        <version>2.8.1-SNAPSHOT</version>
+        <version>2.8.1</version>
       </dependency>
 
       <!-- Import the group 'nl.astron.lofar.lib' -->
-- 
GitLab