Author: pkluegl
Date: Mon Feb 18 12:22:23 2013
New Revision: 1447213

URL: http://svn.apache.org/r1447213
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    uima/sandbox/textmarker/trunk/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-core/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml
    uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml

Modified: uima/sandbox/textmarker/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/pom.xml Mon Feb 18 12:22:23 2013
@@ -12,14 +12,14 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>textmarker-parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.uima</groupId>
   <artifactId>textmarker</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <name>Apache UIMA TextMarker: ${project.artifactId}</name>
   <description>The top project for Apache UIMA TextMarker</description>
   <url>${uimaWebsiteUrl}</url>
@@ -39,9 +39,9 @@
     elements from the chain of parent poms, if this is omitted. Keeping this a 
bit factored allows cutting/pasting 
     the <scm> element, and just changing the following two properties -->
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk</developerConnection>
   </scm>
 
   <!-- dependencies used during assembly -->

Modified: uima/sandbox/textmarker/trunk/textmarker-core/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-core/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-core/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-core/pom.xml Mon Feb 18 12:22:23 
2013
@@ -21,11 +21,11 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-core</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -84,9 +84,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-core</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-core</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-core</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-core</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-core</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-core</developerConnection>
   </scm>
   <build>
     <finalName>uima-textmarker</finalName>

Modified: uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml Mon Feb 18 
12:22:23 2013
@@ -20,20 +20,20 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-docbook</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <name>Apache UIMA TextMarker Documentation</name>
   <url>${uimaWebsiteUrl}</url>
   <scm>
-       
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-docbook</url>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-docbook</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-docbook</developerConnection>
+       
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-docbook</url>
+       
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-docbook</connection>
+       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-docbook</developerConnection>
   </scm>
   <properties>
        <uimaScmProject>${project.artifactId}</uimaScmProject>

Modified: uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml Mon Feb 18 
12:22:23 2013
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
     
   <artifactId>textmarker-eclipse-feature</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   
   <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature that
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-eclipse-feature
+      
scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-eclipse-feature
+      
scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature
     </developerConnection>
     <url>
-      
http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-eclipse-feature
+      
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature
     </url>
   </scm>
   

Modified: uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml Mon Feb 18 
12:22:23 2013
@@ -20,11 +20,11 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-ep-addons</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -156,9 +156,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-addons</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-addons</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-addons</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-addons</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-addons</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-addons</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

Modified: uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml Mon Feb 18 
12:22:23 2013
@@ -20,11 +20,11 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-ep-caseditor</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -34,9 +34,9 @@
   <url>${uimaWebsiteUrl}</url>
   <description>Provides additional views for the CAS Editor</description>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-caseditor</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-caseditor</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-caseditor</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor</developerConnection>
   </scm>
   <dependencies>
     <dependency>

Modified: uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml Mon Feb 18 
12:22:23 2013
@@ -21,11 +21,11 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-ep-engine</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -53,9 +53,9 @@ licensed under the Common Public License
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-engine</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-engine</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-engine</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-engine</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-engine</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-engine</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

Modified: uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml Mon Feb 18 12:22:23 
2013
@@ -21,11 +21,11 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-ep-ide</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -230,9 +230,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-ide</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-ide</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-ide</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-ide</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-ide</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-ide</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

Modified: uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml Mon Feb 18 
12:22:23 2013
@@ -20,11 +20,11 @@
 <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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>textmarker-ep-textruler</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <relativePath>../textmarker-parent/pom.xml</relativePath>
   </parent>
   <properties>
@@ -143,9 +143,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-textruler</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-textruler</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-ep-textruler</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-textruler</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-textruler</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-textruler</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

Modified: uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml?rev=1447213&r1=1447212&r2=1447213&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-parent/pom.xml Mon Feb 18 12:22:23 
2013
@@ -31,7 +31,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>textmarker-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <name>Apache UIMA TextMarker: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
 
@@ -46,9 +46,9 @@
        Keeping this a bit factored allows cutting/pasting the <scm>
        element, and just changing the following two properties -->
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-parent</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-parent</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/tags/textmarker-2.0.0-rc6/textmarker-parent</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-parent</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-parent</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-parent</developerConnection>
   </scm>
 
   <!-- The repositories and pluginRepositories section is duplicated from the 
parent pom one, and adds 


Reply via email to