Author: schor
Date: Wed Feb 8 21:17:42 2012
New Revision: 1242100
URL: http://svn.apache.org/viewvc?rev=1242100&view=rev
Log:
no Jira - add missing snapshot repository to uima-as-parent. Needed if the pom
refers to a snapshot version of the parent.
Modified:
uima/uima-as/trunk/uima-as-parent/pom.xml
Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1242100&r1=1242099&r2=1242100&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Wed Feb 8 21:17:42 2012
@@ -99,6 +99,17 @@
</snapshots>
</repository>
+
+ <!-- this is needed if this pom refers to a snapshot of the parent -->
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>http://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+
</repositories>