You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/09/30 20:46:19 UTC

svn commit: r1527702 - in /uima/uima-as/trunk: ./ aggregate-uima-as-eclipse-plugins/ aggregate-uima-as/ uima-as-docbooks/ uima-as-parent/ uimaj-as-activemq/ uimaj-as-camel/ uimaj-as-core/ uimaj-as-jms/ uimaj-as-osgi-runtime/ uimaj-eclipse-feature-deplo...

Author: cwiklik
Date: Mon Sep 30 18:46:18 2013
New Revision: 1527702

URL: http://svn.apache.org/r1527702
Log:
[maven-release-plugin] prepare release -rc1

Modified:
    uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml
    uima/uima-as/trunk/aggregate-uima-as/pom.xml
    uima/uima-as/trunk/pom.xml
    uima/uima-as/trunk/uima-as-docbooks/pom.xml
    uima/uima-as/trunk/uima-as-parent/pom.xml
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml
    uima/uima-as/trunk/uimaj-as-camel/pom.xml
    uima/uima-as/trunk/uimaj-as-core/pom.xml
    uima/uima-as/trunk/uimaj-as-jms/pom.xml
    uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml
    uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml
    uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
    uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Modified: uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml (original)
+++ uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml Mon Sep 30 18:46:18 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>aggregate-uima-as-eclipse-plugins</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA-AS Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the Eclipse plugins 
     that are part of the UIMA-AS framework</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/aggregate-uima-as-eclipse-plugins
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/aggregate-uima-as-eclipse-plugins
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/aggregate-uima-as-eclipse-plugins
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/aggregate-uima-as/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/aggregate-uima-as/pom.xml (original)
+++ uima/uima-as/trunk/aggregate-uima-as/pom.xml Mon Sep 30 18:46:18 2013
@@ -24,13 +24,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>aggregate-uima-as</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA-AS Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the uima-as functionality,
     the eclipse plugins, and the docbooks 
@@ -47,13 +47,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/aggregate-uima-as
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/aggregate-uima-as
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/aggregate-uima-as
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/aggregate-uima-as
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/pom.xml (original)
+++ uima/uima-as/trunk/pom.xml Mon Sep 30 18:46:18 2013
@@ -28,13 +28,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uima-as</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA-AS: ${project.artifactId}</name>
   <description>The top project for UIMA-AS</description>
   <url>${uimaWebsiteUrl}</url>
@@ -49,13 +49,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/uima-as-docbooks/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/pom.xml Mon Sep 30 18:46:18 2013
@@ -24,13 +24,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uima-as-docbooks</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.2-SNAPSHOT</version>
+	<version>2.4.2</version>
   <name>Apache UIMA-AS: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
  
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-docbooks
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uima-as-docbooks
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-docbooks
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uima-as-docbooks
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uima-as-docbooks
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Mon Sep 30 18:46:18 2013
@@ -15,8 +15,7 @@
 	apply to other projects within UIMA are migrated to the project-wide parent 
 	pom. -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
@@ -29,20 +28,20 @@
 	<groupId>org.apache.uima</groupId>
 	<artifactId>uima-as-parent</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.2-SNAPSHOT</version>
+	<version>2.4.2</version>
 	<name>Apache UIMA-AS: ${project.artifactId}</name>
 	<description>The common parent pom for uima-as</description>
 	<url>${uimaWebsiteUrl}</url>
 
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-parent
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uima-as-parent
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-parent
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uima-as-parent
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uima-as-parent
     </url>
 	</scm>
 

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Mon Sep 30 18:46:18 2013
@@ -9,19 +9,18 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-as-parent</artifactId>
-		<version>2.4.2-SNAPSHOT</version>
+		<version>2.4.2</version>
 		<relativePath>../uima-as-parent/pom.xml</relativePath>
 	</parent>
 
 	<artifactId>uimaj-as-activemq</artifactId>
-	<version>2.4.2-SNAPSHOT</version>
+	<version>2.4.2</version>
 	<name>Apache UIMA-AS: ${project.artifactId}</name>
 	<description>UIMA-AS ActiveMQ incorporation</description>
 	<url>${uimaWebsiteUrl}</url>
@@ -33,13 +32,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-activemq
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-activemq
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-activemq
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-activemq
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-as-activemq
     </url>
 	</scm>
 

Modified: uima/uima-as/trunk/uimaj-as-camel/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-camel/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-camel/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-camel/pom.xml Mon Sep 30 18:46:18 2013
@@ -9,20 +9,19 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-as-parent</artifactId>
-		<version>2.4.2-SNAPSHOT</version>
+		<version>2.4.2</version>
 		<relativePath>../uima-as-parent/pom.xml</relativePath>
 	</parent>
 
 	<artifactId>uimaj-as-camel</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.2-SNAPSHOT</version>
+	<version>2.4.2</version>
 	<name>Apache UIMA-AS: ${project.artifactId}</name>
 	<description>Apache UIMA-AS Camel Driver</description>
 	<url>${uimaWebsiteUrl}</url>
@@ -34,13 +33,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-camel
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-camel
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-camel
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-camel
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-camel
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-as-camel
     </url>
 	</scm>
 

Modified: uima/uima-as/trunk/uimaj-as-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-core/pom.xml Mon Sep 30 18:46:18 2013
@@ -9,20 +9,19 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-as-parent</artifactId>
-		<version>2.4.2-SNAPSHOT</version>
+		<version>2.4.2</version>
 		<relativePath>../uima-as-parent/pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.apache.uima</groupId>
 	<artifactId>uimaj-as-core</artifactId>
-	<version>2.4.2-SNAPSHOT</version>
+	<version>2.4.2</version>
 	<name>Apache UIMA-AS: ${project.artifactId}</name>
 	<url>${uimaWebsiteUrl}</url>
 
@@ -33,13 +32,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-core
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-core
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-core
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-core
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-as-core
     </url>
 	</scm>
 

Modified: uima/uima-as/trunk/uimaj-as-jms/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-jms/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-jms/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-jms/pom.xml Mon Sep 30 18:46:18 2013
@@ -9,19 +9,18 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-as-parent</artifactId>
-		<version>2.4.2-SNAPSHOT</version>
+		<version>2.4.2</version>
 		<relativePath>../uima-as-parent/pom.xml</relativePath>
 	</parent>
 
 	<artifactId>uimaj-as-jms</artifactId>
-	<version>2.4.2-SNAPSHOT</version>
+	<version>2.4.2</version>
 	<name>Apache UIMA-AS: ${project.artifactId}</name>
 	<url>${uimaWebsiteUrl}</url>
 
@@ -32,13 +31,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-jms
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-jms
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-jms
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-jms
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-jms
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-as-jms
     </url>
 	</scm>
 

Modified: uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml Mon Sep 30 18:46:18 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
   <artifactId>uimaj-as-osgi-runtime</artifactId>
   <packaging>jar</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA AS: ${project.artifactId}</name>
   <description>Apache UIMA AS runtime code packaged for osgi use</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-osgi-runtime
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-osgi-runtime
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-as-osgi-runtime
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-as-osgi-runtime
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-osgi-runtime
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-as-osgi-runtime
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor/pom.xml Mon Sep 30 18:46:18 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
   <artifactId>uimaj-eclipse-feature-deployeditor</artifactId>
   <packaging>jar</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature for the uima-as deploy editor</description>  
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-eclipse-feature-deployeditor
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-eclipse-feature-deployeditor
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-eclipse-feature-deployeditor
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-eclipse-feature-deployeditor
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml Mon Sep 30 18:46:18 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj-ep-deployeditor</artifactId>
   <packaging>jar</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Extension to the Component Descriptor Editor supporting editing UIMA-AS deployment descriptors</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-ep-deployeditor
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-ep-deployeditor
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-ep-deployeditor
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-ep-deployeditor
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-deployeditor
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-ep-deployeditor
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml?rev=1527702&r1=1527701&r2=1527702&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml Mon Sep 30 18:46:18 2013
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.4.2-SNAPSHOT</version>
+    <version>2.4.2</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
   <packaging>jar</packaging>
-  <version>2.4.2-SNAPSHOT</version>
+  <version>2.4.2</version>
   <name>Apache UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Bundles the uima-as runtime parts needed for the deploy editor extension to the CDE, as a fragment on top of the main uima runtime</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-ep-runtime-deployeditor
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/-rc1/uimaj-ep-runtime-deployeditor
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor
+      http://svn.apache.org/viewvc/uima/uima-as/tags/-rc1/uimaj-ep-runtime-deployeditor
     </url>
   </scm>