Author: pkluegl
Date: Tue Jan 22 11:53:18 2013
New Revision: 1436850

URL: http://svn.apache.org/viewvc?rev=1436850&view=rev
Log:
[maven-release-plugin] prepare release 2.0.0-rc1

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

Modified: uima/sandbox/TextMarker/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/pom.xml Tue Jan 22 11:53:18 2013
@@ -6,8 +6,7 @@
   Unless required by applicable law or agreed to in writing, software 
distributed under the 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -19,7 +18,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-textmarker-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <name>Apache UIMA TextMarker: ${project.artifactId}</name>
   <description>The common parent pom for Apache UIMA TextMarker</description>
   <url>${uimaWebsiteUrl}</url>
@@ -39,9 +38,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/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>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1</developerConnection>
   </scm>
 
   <!-- The repositories and pluginRepositories section is duplicated from the 
parent pom one, and adds 
@@ -204,7 +203,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore></ignore>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -240,10 +239,8 @@
                 <phase>verify</phase>
                 <configuration>
                   <target>
-                    <checksum algorithm="sha1" format="MD5SUM"
-                      
file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"
 />
-                    <checksum algorithm="md5" format="MD5SUM"
-                      
file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"
 />
+                    <checksum algorithm="sha1" format="MD5SUM" 
file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"
 />
+                    <checksum algorithm="md5" format="MD5SUM" 
file="${project.build.directory}/${project.artifactId}-${project.version}-source-release.zip"
 />
                   </target>
                 </configuration>
               </execution>

Modified: uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml Tue Jan 22 
11:53:18 2013
@@ -20,19 +20,19 @@
 <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>uima-docbook-textmarker</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <name>Apache UIMA TextMarker Documentation</name>
   <url>${uimaWebsiteUrl}</url>
   <scm>
-       
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uima-docbook-textmarker</url>
-       
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uima-docbook-textmarker</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uima-docbook-textmarker</developerConnection>
+       
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uima-docbook-textmarker</url>
+       
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uima-docbook-textmarker</connection>
+       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uima-docbook-textmarker</developerConnection>
   </scm>
   <properties>
        <uimaScmProject>${project.artifactId}</uimaScmProject>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons/pom.xml Tue Jan 22 
11:53:18 2013
@@ -17,15 +17,14 @@
    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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>uimaj-ep-textmarker-addons</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -156,9 +155,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-addons</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-addons</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-addons</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-addons</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml 
(original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor/pom.xml Tue Jan 
22 11:53:18 2013
@@ -17,15 +17,14 @@
    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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>uimaj-ep-textmarker-caseditor</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -34,9 +33,9 @@
   <url>${uimaWebsiteUrl}</url>
   <description>Provides additional views for the CAS Editor</description>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-caseditor</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-caseditor</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-caseditor</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-caseditor</developerConnection>
   </scm>
   <dependencies>
     <dependency>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine/pom.xml Tue Jan 22 
11:53:18 2013
@@ -18,15 +18,14 @@
    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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>uimaj-ep-textmarker-engine</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -46,9 +45,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-engine</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-engine</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-engine</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-engine</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->
@@ -89,7 +88,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore></ignore>
+                    <ignore />
                   </action>
                 </pluginExecution>
               </pluginExecutions>

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide/pom.xml Tue Jan 22 
11:53:18 2013
@@ -18,15 +18,14 @@
    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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>uimaj-ep-textmarker-ide</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -230,9 +229,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-ide</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-ide</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-ide</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-ide</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

Modified: uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml 
(original)
+++ uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler/pom.xml Tue Jan 
22 11:53:18 2013
@@ -17,15 +17,14 @@
    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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>uimaj-ep-textmarker-textruler</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -143,9 +142,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-ep-textmarker-textruler</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-textruler</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-textruler</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-ep-textmarker-textruler</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the 
eclipse convention -->

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

Modified: uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml?rev=1436850&r1=1436849&r2=1436850&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml Tue Jan 22 11:53:18 
2013
@@ -18,15 +18,14 @@
    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/xsd/maven-4.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/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>uimaj-textmarker</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -83,9 +82,9 @@
     </dependency>
   </dependencies>
   <scm>
-    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker</url>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-textmarker</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-textmarker</developerConnection>
+    
<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-textmarker</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-textmarker</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/2.0.0-rc1/uimaj-textmarker</developerConnection>
   </scm>
   <build>
     <finalName>uima-textmarker</finalName>


Reply via email to