Author: pkluegl
Date: Thu Jan 31 20:38:36 2013
New Revision: 1441182

URL: http://svn.apache.org/viewvc?rev=1441182&view=rev
Log:
UIMA-2621
- fixed scm connections and 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=1441182&r1=1441181&r2=1441182&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/pom.xml Thu Jan 31 20:38:36 2013
@@ -48,9 +48,9 @@ Creative Commons Attribution 2.5 License
     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/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 
@@ -129,16 +129,16 @@ Creative Commons Attribution 2.5 License
   </pluginRepositories>
 
   <modules>
-    <module>uimaj-textmarker</module>
+    <module>textmarker-core</module>
 
-    <module>uimaj-ep-textmarker-engine</module>
-    <module>uimaj-ep-textmarker-ide</module>
-    <module>uimaj-ep-textmarker-caseditor</module>
-    <module>uimaj-ep-textmarker-addons</module>
-    <module>uimaj-ep-textmarker-textruler</module>
+    <module>textmarker-ep-engine</module>
+    <module>textmarker-ep-ide</module>
+    <module>textmarker-ep-caseditor</module>
+    <module>textmarker-ep-addons</module>
+    <module>textmarker-ep-textruler</module>
 
-    <module>uima-docbook-textmarker</module>
-    <module>uimaj-textmarker-eclipse-feature</module>
+    <module>textmarker-docbook</module>
+    <module>textmarker-eclipse-feature</module>
   </modules>
   <build>
     <pluginManagement>

Modified: uima/sandbox/textmarker/trunk/textmarker-core/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-core/pom.xml?rev=1441182&r1=1441181&r2=1441182&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-core/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-core/pom.xml Thu Jan 31 20:38:36 
2013
@@ -83,9 +83,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/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=1441182&r1=1441181&r2=1441182&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-docbook/pom.xml Thu Jan 31 
20:38:36 2013
@@ -30,9 +30,9 @@
   <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/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=1441182&r1=1441181&r2=1441182&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:38:36 2013
@@ -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/trunk/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/trunk/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/trunk/textmarker-eclipse-feature
     </url>
   </scm>
   

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=1441182&r1=1441181&r2=1441182&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:38:36 2013
@@ -37,13 +37,13 @@
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site
+      
scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site
+      
scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site
     </developerConnection>
     <url>
-      
http://svn.apache.org/viewvc/uima/sandbox/TextMarker/trunk/uimaj-textmarker-eclipse-update-site
+      
http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site
     </url>
   </scm>
   
@@ -77,31 +77,31 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj-ep-textmarker-addons</artifactId>
+                  <artifactId>textmarker-ep-addons</artifactId>
                   <version>${item-maven-release-version}</version>
                   
<destFileName>org.apache.uima.textmarker.addons_${item-eclipse-release-version}.jar</destFileName>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj-ep-textmarker-caseditor</artifactId>
+                  <artifactId>textmarker-ep-caseditor</artifactId>
                   <version>${item-maven-release-version}</version>
                   
<destFileName>org.apache.uima.textmarker.caseditor_${item-eclipse-release-version}.jar</destFileName>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj-ep-textmarker-engine</artifactId>
+                  <artifactId>textmarker-ep-engine</artifactId>
                   <version>${item-maven-release-version}</version>
                   
<destFileName>org.apache.uima.textmarker.engine_${item-eclipse-release-version}.jar</destFileName>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj-ep-textmarker-ide</artifactId>
+                  <artifactId>textmarker-ep-ide</artifactId>
                   <version>${item-maven-release-version}</version>
                   
<destFileName>org.apache.uima.textmarker.ide_${item-eclipse-release-version}.jar</destFileName>
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj-ep-textmarker-textruler</artifactId>
+                  <artifactId>textmarker-ep-textruler</artifactId>
                   <version>${item-maven-release-version}</version>
                   
<destFileName>org.apache.uima.textmarker.textruler_${item-eclipse-release-version}.jar</destFileName>
                 </artifactItem>
@@ -121,7 +121,7 @@
               <artifactItems>
                 <artifactItem>
                   <groupId>org.apache.uima</groupId>
-                  <artifactId>uimaj-textmarker-eclipse-feature</artifactId>
+                  <artifactId>textmarker-eclipse-feature</artifactId>
                   <version>${item-maven-release-version}</version>
                   
<destFileName>org.apache.uima.textmarker.feature_${item-eclipse-release-version}.jar</destFileName>
                 </artifactItem>

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=1441182&r1=1441181&r2=1441182&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:38:36 2013
@@ -31,7 +31,7 @@
   </properties>
   <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
-  <description>Provides addons for the UIMA TextMarker development environment 
in Eclipse</description>
+  <description>Provides addons for the UIMA TextMarker Workbench in 
Eclipse</description>
   <dependencies>
     <dependency>
       <groupId>org.apache.uima</groupId>
@@ -40,7 +40,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-textmarker-caseditor</artifactId>
+      <artifactId>textmarker-ep-caseditor</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
@@ -50,12 +50,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-textmarker-engine</artifactId>
+      <artifactId>textmarker-ep-engine</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-textmarker-ide</artifactId>
+      <artifactId>textmarker-ep-ide</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
@@ -155,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/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=1441182&r1=1441181&r2=1441182&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:38:36 2013
@@ -33,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/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=1441182&r1=1441181&r2=1441182&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:38:36 2013
@@ -46,15 +46,15 @@ licensed under the Common Public License
       <scope>compile</scope> </dependency> -->
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-textmarker</artifactId>
+      <artifactId>textmarker-core</artifactId>
       <version>${project.parent.version}</version>
       <scope>compile</scope>
     </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/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=1441182&r1=1441181&r2=1441182&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:38:36 
2013
@@ -218,7 +218,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-textmarker</artifactId>
+      <artifactId>textmarker-core</artifactId>
       <version>${project.parent.version}</version>
       <scope>compile</scope>
     </dependency>
@@ -229,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/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=1441182&r1=1441181&r2=1441182&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:38:36 2013
@@ -35,13 +35,13 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-textmarker</artifactId>
+      <artifactId>textmarker-core</artifactId>
       <version>${project.parent.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-textmarker-ide</artifactId>
+      <artifactId>textmarker-ep-ide</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
@@ -142,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/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 -->


Reply via email to