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/31 21:13:46 UTC

svn commit: r1441173 - in /uima/sandbox/textmarker/trunk: ./ textmarker-core/ textmarker-docbook/ textmarker-eclipse-feature/ textmarker-eclipse-update-site/ textmarker-ep-addons/ textmarker-ep-caseditor/ textmarker-ep-engine/ textmarker-ep-ide/ textma...

Author: pkluegl
Date: Thu Jan 31 20:13:45 2013
New Revision: 1441173

URL: http://svn.apache.org/viewvc?rev=1441173&view=rev
Log:
UIMA-2621
- fixed artifact ids

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-eclipse-update-site/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

Modified: uima/sandbox/textmarker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/pom.xml?rev=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/pom.xml Thu Jan 31 20:13:45 2013
@@ -16,7 +16,7 @@
   </parent>
 
   <groupId>org.apache.uima</groupId>
-  <artifactId>uimaj-textmarker-parent</artifactId>
+  <artifactId>textmarker</artifactId>
   <packaging>pom</packaging>
   <version>2.0.0-SNAPSHOT</version>
   <name>Apache UIMA TextMarker: ${project.artifactId}</name>

Modified: uima/sandbox/textmarker/trunk/textmarker-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-core/pom.xml?rev=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-core/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-core/pom.xml Thu Jan 31 20:13:45 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-textmarker</artifactId>
+  <artifactId>textmarker-core</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>

Modified: uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml?rev=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml Thu Jan 31 20:13:45 2013
@@ -19,12 +19,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>
+  <artifactId>textmarker-docbook</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <name>Apache UIMA TextMarker Documentation</name>

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=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-eclipse-feature/pom.xml Thu Jan 31 20:13:45 2013
@@ -22,11 +22,11 @@
 
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
     
-  <artifactId>uimaj-textmarker-eclipse-feature</artifactId>
+  <artifactId>textmarker-eclipse-feature</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   
   <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>

Modified: uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site/pom.xml?rev=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site/pom.xml Thu Jan 31 20:13:45 2013
@@ -27,7 +27,7 @@
     <relativePath />
   </parent>
   
-	<artifactId>uimaj-textmarker-eclipse-update-site</artifactId>
+	<artifactId>textmarker-eclipse-update-site</artifactId>
 	<packaging>pom</packaging>
 	<version>2.0.0</version>
   

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=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-addons/pom.xml Thu Jan 31 20:13:45 2013
@@ -19,11 +19,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>
+  <artifactId>textmarker-ep-addons</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>

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=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-caseditor/pom.xml Thu Jan 31 20:13:45 2013
@@ -19,11 +19,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>
+  <artifactId>textmarker-ep-caseditor</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>

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=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-engine/pom.xml Thu Jan 31 20:13:45 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-engine</artifactId>
+  <artifactId>textmarker-ep-engine</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>

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=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-ide/pom.xml Thu Jan 31 20:13:45 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-ide</artifactId>
+  <artifactId>textmarker-ep-ide</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>

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=1441173&r1=1441172&r2=1441173&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-ep-textruler/pom.xml Thu Jan 31 20:13:45 2013
@@ -19,11 +19,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>
+  <artifactId>textmarker-ep-textruler</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-textmarker-parent</artifactId>
+    <artifactId>textmarker</artifactId>
     <version>2.0.0-SNAPSHOT</version>
   </parent>
   <properties>