Author: schor
Date: Fri Feb 4 21:35:15 2011
New Revision: 1067292
URL: http://svn.apache.org/viewvc?rev=1067292&view=rev
Log:
[UIMA-2033] correct xml element for apache.snapshots.plugins to be a
pluginRepository
Modified:
uima/uimaj/trunk/uimaj-parent/pom.xml
Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1067292&r1=1067291&r2=1067292&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Fri Feb 4 21:35:15 2011
@@ -108,7 +108,10 @@
</repository>
- <repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
<id>apache.snapshots.plugins</id>
<name>Apache Snapshot Repository - Maven plugins</name>
<url>http://repository.apache.org/snapshots</url>
@@ -121,8 +124,8 @@
<checksumPolicy>fail</checksumPolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
- </repository>
- </repositories>
+ </pluginRepository>
+ </pluginRepositories>
<properties>
<uimaScmRoot>uimaj</uimaScmRoot>