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 2019/11/06 16:53:04 UTC

svn commit: r1869483 - in /uima/ruta/trunk/ruta-maven-archetype: pom.xml src/main/resources/archetype-resources/pom.xml

Author: pkluegl
Date: Wed Nov  6 16:53:04 2019
New Revision: 1869483

URL: http://svn.apache.org/viewvc?rev=1869483&view=rev
Log:
UIMA-5474: updated versions

Modified:
    uima/ruta/trunk/ruta-maven-archetype/pom.xml
    uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml

Modified: uima/ruta/trunk/ruta-maven-archetype/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-archetype/pom.xml?rev=1869483&r1=1869482&r2=1869483&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-archetype/pom.xml (original)
+++ uima/ruta/trunk/ruta-maven-archetype/pom.xml Wed Nov  6 16:53:04 2019
@@ -31,7 +31,7 @@
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>2.3</version>
+        <version>3.1.2</version>
       </extension>
     </extensions>
     <pluginManagement>
@@ -39,7 +39,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.1.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>

Modified: uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml?rev=1869483&r1=1869482&r2=1869483&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ uima/ruta/trunk/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml Wed Nov  6 16:53:04 2019
@@ -31,7 +31,6 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>ruta-parent</artifactId>
     <version>${archetypeVersion}</version>
-    <relativePath>../ruta-parent/pom.xml</relativePath>
   </parent>
 
   <properties>