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 2011/08/18 21:15:08 UTC

svn commit: r1159363 - in /uima/uimaj/trunk: pom.xml uimaj-parent/pom.xml

Author: schor
Date: Thu Aug 18 19:15:08 2011
New Revision: 1159363

URL: http://svn.apache.org/viewvc?rev=1159363&view=rev
Log:
[UIMA-1967] fix copy/paste error for name of aggregate-uimaj. add snapshot apache repo for finding parents so Jenkins and others can build with snapshot levels of the UIMA parent pom.

Modified:
    uima/uimaj/trunk/pom.xml
    uima/uimaj/trunk/uimaj-parent/pom.xml

Modified: uima/uimaj/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1159363&r1=1159362&r2=1159363&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Thu Aug 18 19:15:08 2011
@@ -142,7 +142,7 @@
 
   <modules>
     <module>uimaj-parent</module>
-    <module>../aggregate-uimaj</module>
+    <module>aggregate-uimaj</module>
   </modules>
   
   <build>
@@ -235,9 +235,7 @@
                   <exclude>uimaj-jet-expander/**</exclude>
                   <exclude>uimaj-bootstrap/**</exclude>
                   <exclude>uimaj-internal-tools/**</exclude>
-                  <exclude>uimaj/**</exclude>  <!--  to be removed when remove the old uimaj project -->
-                  <exclude>uimaj-distr/**</exclude>  <!--  to be removed when remove the old uimaj-distr project -->
-                </excludes>
+               </excludes>
               </configuration>
             </execution>
           </executions>

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1159363&r1=1159362&r2=1159363&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Thu Aug 18 19:15:08 2011
@@ -108,6 +108,15 @@
 
     </repository>
     
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>    
+    
   </repositories>
   
   <pluginRepositories>