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/26 10:22:18 UTC

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

Author: pkluegl
Date: Tue May 26 08:22:17 2015
New Revision: 1681715

URL: http://svn.apache.org/r1681715
Log:
no jira - clean up NOTICE

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=1681715&r1=1681714&r2=1681715&view=diff
==============================================================================
--- uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml (original)
+++ uima/ruta/trunk/example-projects/ruta-maven-example/pom.xml Tue May 26 08:22:17 2015
@@ -19,6 +19,11 @@
 		<relativePath>../../ruta-parent/pom.xml</relativePath>
 	</parent>
 	<url>${uimaWebsiteUrl}</url>
+	<name>Apache UIMA Ruta: ${project.artifactId}</name>
+	<properties>
+    <postNoticeText></postNoticeText>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
 	<scm>
 		<url>http://svn.apache.org/viewvc/uima/ruta/trunk/example-projects/ruta-maven-example</url>
 		<connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/example-projects/ruta-maven-example</connection>