You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/02/23 02:17:18 UTC

svn commit: r746853 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: olamy
Date: Mon Feb 23 01:17:17 2009
New Revision: 746853

URL: http://svn.apache.org/viewvc?rev=746853&view=rev
Log:
use last modello snapshot to fix the build broken due to MODELLO-184

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=746853&r1=746852&r2=746853&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Feb 23 01:17:17 2009
@@ -246,7 +246,7 @@
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
-      <version>2.8.1</version>
+      <version>2.9.1</version>
     </dependency>
     
     <!-- trac dependencies -->
@@ -272,6 +272,8 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
+        <!-- fix for MODELLO-184 remove when 1.0.1 released -->
+        <version>1.0.1-SNAPSHOT</version>
         <executions>
           <execution>
             <id>site-docs</id>
@@ -416,5 +418,18 @@
       </build>
     </profile>
   </profiles>
-  
+	
+  <!-- TODO remove when modello 1.0.1 released -->
+  <pluginRepositories>
+    <pluginRepository>
+      <id>codehaus.snapshots</id>
+      <url>http://snapshots.repository.codehaus.org</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
 </project>