You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2009/12/04 13:05:39 UTC

svn commit: r887165 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: tommaso
Date: Fri Dec  4 12:05:39 2009
New Revision: 887165

URL: http://svn.apache.org/viewvc?rev=887165&view=rev
Log:
UIMA-1694 : added developerConnection tag inside scm and scm.branch property

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=887165&r1=887164&r2=887165&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Fri Dec  4 12:05:39 2009
@@ -34,6 +34,9 @@
            causes recursive loop -->
       <uimaj-release-version>2.3.0-incubating</uimaj-release-version> <!-- this comment is a flag for changeVersion -->
       <uimaj-release-eclipse-version>2.3.0.incubating</uimaj-release-eclipse-version>
+      <scm.branch>trunk</scm.branch>
+      <scm.module.path />
+      <scmBranchPropertyName>${scm.branch}</scmBranchPropertyName>
   </properties>
   <name>Apache UIMA Java SDK</name>
 
@@ -49,6 +52,7 @@
   </licenses>
   <scm>
     <url>http://svn.apache.org/viewvc/incubator/uima</url>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/uima/uimaj/trunk</developerConnection>
   </scm>
   <organization>
     <name>The Apache Software Foundation</name>