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 2015/05/17 18:11:16 UTC

svn commit: r1679878 - /uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

Author: pkluegl
Date: Sun May 17 16:11:15 2015
New Revision: 1679878

URL: http://svn.apache.org/r1679878
Log:
no jira - set parent for example project

Modified:
    uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml

Modified: uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml?rev=1679878&r1=1679877&r2=1679878&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml Sun May 17 16:11:15 2015
@@ -1,9 +1,13 @@
 <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>
- <groupId>org.apache.uima</groupId>
  <artifactId>ruta-maven-example</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+   <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>ruta-parent</artifactId>
+    <version>2.3.0-SNAPSHOT</version>
+    <relativePath>ruta-parent/pom.xml</relativePath>
+  </parent>
   <url>${uimaWebsiteUrl}</url>
   <scm>
     <url>http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-maven-example</url>