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 15:12:15 UTC

svn commit: r1436938 - 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 14:12:15 2013
New Revision: 1436938

URL: http://svn.apache.org/viewvc?rev=1436938&view=rev
Log:
no jira - manual rollback to 2.0.0-SNAPSHOT

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=1436938&r1=1436937&r2=1436938&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/pom.xml Tue Jan 22 14:12:15 2013
@@ -18,7 +18,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-textmarker-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.0.1-SNAPSHOT</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>
@@ -218,35 +218,6 @@
       <id>apache-release</id>
       <build>
         <plugins>
-          <!-- https://issues.apache.org/jira/browse/UIMA-2008 -->
-          <!-- no maven deployment, do manual checksums -->
-          <!-- source-release artifact deployed from apache mirrors -->
-          <plugin>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <skip>true</skip>
-            </configuration>
-          </plugin>
-          <!-- 
-          <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>generate checksums for source-release</id>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-                <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" />
-                  </target>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-           -->
           <!-- Run jira report -->
           <!-- depends on having -DjiraVersion set -->
           <plugin>

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=1436938&r1=1436937&r2=1436938&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uima-docbook-textmarker/pom.xml Tue Jan 22 14:12:15 2013
@@ -20,12 +20,12 @@
 <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.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <name>Apache UIMA TextMarker Documentation</name>
   <url>${uimaWebsiteUrl}</url>

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=1436938&r1=1436937&r2=1436938&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 14:12:15 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>uimaj-ep-textmarker-addons</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>

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=1436938&r1=1436937&r2=1436938&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 14:12:15 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>uimaj-ep-textmarker-caseditor</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>

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=1436938&r1=1436937&r2=1436938&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 14:12:15 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>uimaj-ep-textmarker-engine</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>

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=1436938&r1=1436937&r2=1436938&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 14:12:15 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>uimaj-ep-textmarker-ide</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>

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=1436938&r1=1436937&r2=1436938&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 14:12:15 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>uimaj-ep-textmarker-textruler</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>

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=1436938&r1=1436937&r2=1436938&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 14:12:15 2013
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
     
   <artifactId>uimaj-textmarker-eclipse-feature</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   
   <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature that

Modified: uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml?rev=1436938&r1=1436937&r2=1436938&view=diff
==============================================================================
--- uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml (original)
+++ uima/sandbox/TextMarker/trunk/uimaj-textmarker/pom.xml Tue Jan 22 14:12:15 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>uimaj-textmarker</artifactId>
-  <version>2.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-textmarker-parent</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>