You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2013/06/12 01:24:58 UTC

svn commit: r1492009 - in /uima/uimaj/trunk: PearPackagingMavenPlugin/pom.xml aggregate-uimaj-docbooks/pom.xml aggregate-uimaj/pom.xml uimaj-bootstrap/pom.xml uimaj-core/pom.xml

Author: schor
Date: Tue Jun 11 23:24:57 2013
New Revision: 1492009

URL: http://svn.apache.org/r1492009
Log:
no jira - align name element content to conventions.  For bootstrap pom - add scm info boilerplate.

Modified:
    uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
    uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
    uima/uimaj/trunk/aggregate-uimaj/pom.xml
    uima/uimaj/trunk/uimaj-bootstrap/pom.xml
    uima/uimaj/trunk/uimaj-core/pom.xml

Modified: uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml?rev=1492009&r1=1492008&r2=1492009&view=diff
==============================================================================
--- uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml (original)
+++ uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml Tue Jun 11 23:24:57 2013
@@ -30,7 +30,7 @@
 	<artifactId>PearPackagingMavenPlugin</artifactId>
   <version>2.4.1-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
-	<name>Apache UIMA Maven Plugin ${project.artifactId}</name>
+	<name>Apache UIMA Maven: ${project.artifactId}</name>
   <description>This is a maven plugin that produces a pear artifact.</description>
   <url>${uimaWebsiteUrl}</url>
 

Modified: uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml?rev=1492009&r1=1492008&r2=1492009&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml Tue Jun 11 23:24:57 2013
@@ -30,7 +30,7 @@
 	<artifactId>aggregate-uimaj-docbooks</artifactId>
 	<packaging>pom</packaging>
 	<version>2.4.1-SNAPSHOT</version>
-	<name>Apache UIMA Aggregate POM ${project.artifactId}: UIMA Base</name>
+	<name>Apache UIMA Aggregate: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
 
   <!-- Special inheritance note

Modified: uima/uimaj/trunk/aggregate-uimaj/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj/pom.xml?rev=1492009&r1=1492008&r2=1492009&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj/pom.xml Tue Jun 11 23:24:57 2013
@@ -30,7 +30,7 @@
 	<artifactId>aggregate-uimaj</artifactId>
 	<packaging>pom</packaging>
 	<version>2.4.1-SNAPSHOT</version>
-	<name>Apache UIMA Aggregate: ${project.artifactId}: UIMA Base</name>
+	<name>Apache UIMA Aggregate: ${project.artifactId}</name>
   <description>The aggregate for the base UIMA framework build and release</description>
   <url>${uimaWebsiteUrl}</url>
 

Modified: uima/uimaj/trunk/uimaj-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap/pom.xml?rev=1492009&r1=1492008&r2=1492009&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-bootstrap/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-bootstrap/pom.xml Tue Jun 11 23:24:57 2013
@@ -30,11 +30,27 @@
 	<artifactId>uimaj-bootstrap</artifactId>
 	<packaging>jar</packaging>
 	<version>2.4.1-SNAPSHOT</version>
-	<name>Apache UIMA Base: ${project.artifactId}: Bootstrap launcher</name>
+	<name>Apache UIMA Base: ${project.artifactId}</name>
   <description>Configures a classpath from directories, and runs
     a Java application using that</description>
   <url>${uimaWebsiteUrl}</url>
   
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-bootstrap
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmProject>uimaj-bootstrap</uimaScmProject>
+  </properties>
+  
   <build>
     <plugins>
       <plugin>

Modified: uima/uimaj/trunk/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/pom.xml?rev=1492009&r1=1492008&r2=1492009&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-core/pom.xml Tue Jun 11 23:24:57 2013
@@ -30,7 +30,7 @@
 	<artifactId>uimaj-core</artifactId>
 	<packaging>jar</packaging>
 	<version>2.4.1-SNAPSHOT</version>
-	<name>UIMA Base: ${project.artifactId}</name>
+	<name>Apache UIMA Base: ${project.artifactId}</name>
   <description>The core implementation of the UIMA Java Framework</description>
   <url>${uimaWebsiteUrl}</url>