You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/01/22 13:01:11 UTC

svn commit: r1436857 - in /uima/sandbox/TextMarker/trunk: ./ uima-docbook-textmarker/ uimaj-ep-textmarker-addons/ uimaj-ep-textmarker-caseditor/ uimaj-ep-textmarker-engine/ uimaj-ep-textmarker-ide/ uimaj-ep-textmarker-textruler/ uimaj-textmarker-eclips...

Author: pkluegl
Date: Tue Jan 22 12:01:10 2013
New Revision: 1436857

URL: http://svn.apache.org/viewvc?rev=1436857&view=rev
Log:
[maven-release-plugin] rollback the release of uimaj-textmarker-parent-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=1436857&r1=1436856&r2=1436857&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/pom.xml Tue Jan 22 12:01:10 2013
@@ -6,7 +6,8 @@
   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>
@@ -18,7 +19,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-textmarker-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.0</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Apache UIMA TextMarker: ${project.artifactId}</name>
   <description>The common parent pom for Apache UIMA TextMarker</description>
   <url>${uimaWebsiteUrl}</url>
@@ -38,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/uimaj-textmarker-parent-2.0.0-rc1</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1</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>
 
   <!-- The repositories and pluginRepositories section is duplicated from the parent pom one, and adds 
@@ -203,7 +204,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <ignore />
+                    <ignore></ignore>
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -239,8 +240,10 @@
                 <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=1436857&r1=1436856&r2=1436857&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml Tue Jan 22 12:01:10 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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <name>Apache UIMA TextMarker Documentation</name>
   <url>${uimaWebsiteUrl}</url>
   <scm>
-  	<url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uima-docbook-textmarker</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uima-docbook-textmarker</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uima-docbook-textmarker</developerConnection>
+  	<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>
   </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=1436857&r1=1436856&r2=1436857&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 12:01:10 2013
@@ -17,14 +17,15 @@
    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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -155,9 +156,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-addons</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-addons</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-addons</developerConnection>
+    <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>
   </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=1436857&r1=1436856&r2=1436857&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 12:01:10 2013
@@ -17,14 +17,15 @@
    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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -33,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/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-caseditor</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-caseditor</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-caseditor</developerConnection>
+    <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>
   </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=1436857&r1=1436856&r2=1436857&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 12:01:10 2013
@@ -18,14 +18,15 @@
    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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -45,9 +46,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-engine</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-engine</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-engine</developerConnection>
+    <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>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->
@@ -88,7 +89,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=1436857&r1=1436856&r2=1436857&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 12:01:10 2013
@@ -18,14 +18,15 @@
    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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -229,9 +230,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-ide</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-ide</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-ide</developerConnection>
+    <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>
   </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=1436857&r1=1436856&r2=1436857&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 12:01:10 2013
@@ -17,14 +17,15 @@
    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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -142,9 +143,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-textruler</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-textruler</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-ep-textmarker-textruler</developerConnection>
+    <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>
   </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=1436857&r1=1436856&r2=1436857&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 12:01:10 2013
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
     
   <artifactId>uimaj-textmarker-eclipse-feature</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.0-SNAPSHOT</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/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-textmarker-eclipse-feature
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-textmarker-eclipse-feature
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-feature
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-textmarker-eclipse-feature
+      http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/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=1436857&r1=1436856&r2=1436857&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml Tue Jan 22 12:01:10 2013
@@ -18,14 +18,15 @@
    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</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
@@ -82,9 +83,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-textmarker</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-textmarker</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/tags/uimaj-textmarker-parent-2.0.0-rc1/uimaj-textmarker</developerConnection>
+    <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>
   </scm>
   <build>
     <finalName>uima-textmarker</finalName>