Author: schor
Date: Thu Dec 20 14:12:46 2018
New Revision: 1849394

URL: http://svn.apache.org/viewvc?rev=1849394&view=rev
Log:
[UIMA-5937] change to v 3.0.1. remove redundant version. fix scm connection to 
the uv3/uima-as-v3/trunk. make feature target name have the .as. part. (same as 
v2)

Modified:
    uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/pom.xml

Modified: uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/pom.xml?rev=1849394&r1=1849393&r2=1849394&view=diff
==============================================================================
--- uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/pom.xml (original)
+++ uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site/pom.xml Thu Dec 20 
14:12:46 2018
@@ -24,13 +24,12 @@
 <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.1-SNAPSHOT</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
   <artifactId>uima-as-eclipse-update-site</artifactId>
   <packaging>pom</packaging>
-  <version>3.0.0-SNAPSHOT</version>
 
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>The UIMA Eclipse update site</description>
@@ -38,13 +37,13 @@
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-eclipse-update-site
+      
scm:svn:http://svn.apache.org/repos/asf/uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-eclipse-update-site
+      
scm:svn:https://svn.apache.org/repos/asf/uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site
     </developerConnection>
     <url>
-      
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-eclipse-update-site
+      
http://svn.apache.org/viewvc/uima/uv3/uima-as-v3/trunk/uima-as-eclipse-update-site
     </url>
   </scm>
 
@@ -134,7 +133,7 @@
                    <groupId>org.apache.uima</groupId>
                    <artifactId>uimaj-eclipse-feature-deployeditor</artifactId>
                    <version>${project.version}</version>
-                   
<destFileName>org.apache.uima.deployeditor_${parsedVersion.osgiVersion}.jar</destFileName>
+                   
<destFileName>org.apache.uima.as.deployeditor_${parsedVersion.osgiVersion}.jar</destFileName>
                 </artifactItem>
                      
               </artifactItems>


Reply via email to