Author: ogusakov
Date: Mon Mar  9 20:01:13 2009
New Revision: 751816

URL: http://svn.apache.org/viewvc?rev=751816&view=rev
Log:
bumped up ant tasks to model builder 1.8-SN until trunk updates to 1.8

Modified:
    maven/mercury/trunk/mercury-ant-tasks/pom.xml

Modified: maven/mercury/trunk/mercury-ant-tasks/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-ant-tasks/pom.xml?rev=751816&r1=751815&r2=751816&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-ant-tasks/pom.xml (original)
+++ maven/mercury/trunk/mercury-ant-tasks/pom.xml Mon Mar  9 20:01:13 2009
@@ -36,6 +36,12 @@
 
   <dependencies>
 
+      <dependency><!-- temporary till 1.8 is put into maven trunk -->
+        <groupId>org.sonatype.spice</groupId>
+        <artifactId>model-builder</artifactId>
+        <version>1.8-SNAPSHOT</version>
+      </dependency>
+
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
@@ -71,22 +77,18 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.maven.mercury
-      </groupId>
+      <groupId>org.apache.maven.mercury</groupId>
       <artifactId>mercury-repo-local-map
       </artifactId>
     </dependency>
 
     <dependency>
-      <groupId>org.apache.maven.mercury
-      </groupId>
-      <artifactId>mercury-repo-remote-m2
-      </artifactId>
+      <groupId>org.apache.maven.mercury</groupId>
+      <artifactId>mercury-repo-remote-m2</artifactId>
     </dependency>
 
     <dependency>
-      <groupId>org.apache.maven.mercury
-      </groupId>
+      <groupId>org.apache.maven.mercury</groupId>
       <artifactId>mercury-md-sat</artifactId>
     </dependency>
 


Reply via email to