You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2022/12/01 14:16:33 UTC

svn commit: r1905672 - /ctakes/ctakes-models/trunk/pom.xml

Author: seanfinan
Date: Thu Dec  1 14:16:32 2022
New Revision: 1905672

URL: http://svn.apache.org/viewvc?rev=1905672&view=rev
Log:
Attempting <relativePath/> for parent apache

Modified:
    ctakes/ctakes-models/trunk/pom.xml

Modified: ctakes/ctakes-models/trunk/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/ctakes-models/trunk/pom.xml?rev=1905672&r1=1905671&r2=1905672&view=diff
==============================================================================
--- ctakes/ctakes-models/trunk/pom.xml (original)
+++ ctakes/ctakes-models/trunk/pom.xml Thu Dec  1 14:16:32 2022
@@ -30,6 +30,14 @@
    <name>Apache cTAKES Models</name>
    <url>http://ctakes.apache.org</url>
    <inceptionYear>2012</inceptionYear>
+   
+   <parent>
+      <groupId>org.apache</groupId>
+      <artifactId>apache</artifactId>
+      <version>13</version>
+	  <relativePath/>
+   </parent>
+
    <scm>
       <!-- In child modules, Maven will append ${artifactId} to the following
          URLs -->
@@ -108,12 +116,6 @@
       <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
    </properties>
 
-   <parent>
-      <groupId>org.apache</groupId>
-      <artifactId>apache</artifactId>
-      <version>13</version>
-   </parent>
-
    <modules>
       <module>ctakes-assertion-models</module>
       <module>ctakes-chunker-models</module>