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 2011/04/21 16:39:21 UTC

svn commit: r1095731 - in /uima/sandbox/trunk: uima-addons-parent/pom.xml uima-addons/ uima-addons/pom.xml

Author: tommaso
Date: Thu Apr 21 14:39:21 2011
New Revision: 1095731

URL: http://svn.apache.org/viewvc?rev=1095731&view=rev
Log:
[UIMA-2103] - fixed scm/url in uima-addons pom and fixed tagbase to use https in release-plugin in uima-addons-parent

Modified:
    uima/sandbox/trunk/uima-addons/   (props changed)
    uima/sandbox/trunk/uima-addons-parent/pom.xml
    uima/sandbox/trunk/uima-addons/pom.xml

Propchange: uima/sandbox/trunk/uima-addons/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 21 14:39:21 2011
@@ -2,3 +2,5 @@
 issuesFixed
 target
 .project
+
+uima-addons.iml

Modified: uima/sandbox/trunk/uima-addons-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/uima-addons-parent/pom.xml?rev=1095731&r1=1095730&r2=1095731&view=diff
==============================================================================
--- uima/sandbox/trunk/uima-addons-parent/pom.xml (original)
+++ uima/sandbox/trunk/uima-addons-parent/pom.xml Thu Apr 21 14:39:21 2011
@@ -176,7 +176,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <mavenExecutorId>forked-path</mavenExecutorId>
-            <tagBase>http://svn.apache.org/repos/asf/uima/sandbox/tags/</tagBase>
+            <tagBase>https://svn.apache.org/repos/asf/uima/sandbox/tags/</tagBase>
           </configuration>
         </plugin>
       </plugins>

Modified: uima/sandbox/trunk/uima-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/uima-addons/pom.xml?rev=1095731&r1=1095730&r2=1095731&view=diff
==============================================================================
--- uima/sandbox/trunk/uima-addons/pom.xml (original)
+++ uima/sandbox/trunk/uima-addons/pom.xml Thu Apr 21 14:39:21 2011
@@ -66,7 +66,7 @@
       scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/trunk/uima-addons
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/sandbox
+      http://svn.apache.org/viewvc/uima/sandbox/trunk/uima-addons
     </url>
   </scm>