Author: schor
Date: Fri Feb 4 21:35:16 2011
New Revision: 1067293
URL: http://svn.apache.org/viewvc?rev=1067293&view=rev
Log:
[UIMA-2033] correct xml element for apache.snapshots.plugins to be a
pluginRepository
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=1067293&r1=1067292&r2=1067293&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Fri Feb 4 21:35:16 2011
@@ -100,7 +100,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>
@@ -113,9 +116,9 @@
<checksumPolicy>fail</checksumPolicy>
<updatePolicy>never</updatePolicy>
</snapshots>
- </repository>
- </repositories>
-
+ </pluginRepository>
+
+ </pluginRepositories>
<properties>
<uimaScmRoot>uima-as</uimaScmRoot>
<uimaScmProject>${project.artifactId}</uimaScmProject>