Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > dfd49a96ed10a69617ec971ca25c813b > files > 4

gmaven-1.4-6.mga3.src.rpm

diff -Nru gmaven-1.4/gmaven-plugin/pom.xml gmaven-1.4-gil/gmaven-plugin/pom.xml
--- gmaven-1.4/gmaven-plugin/pom.xml	2012-01-06 03:15:21.000000000 +0100
+++ gmaven-1.4-gil/gmaven-plugin/pom.xml	2012-01-06 11:58:07.614859601 +0100
@@ -201,7 +201,7 @@
 
         <dependency>
             <groupId>org.sonatype.gossip</groupId>
-            <artifactId>gossip</artifactId>
+            <artifactId>gossip-core</artifactId>
             <scope>runtime</scope>
         </dependency>
     </dependencies>
diff -Nru gmaven-1.4/gmaven-runtime/gmaven-runtime-loader/pom.xml gmaven-1.4-gil/gmaven-runtime/gmaven-runtime-loader/pom.xml
--- gmaven-1.4/gmaven-runtime/gmaven-runtime-loader/pom.xml	2012-01-06 03:15:21.000000000 +0100
+++ gmaven-1.4-gil/gmaven-runtime/gmaven-runtime-loader/pom.xml	2012-01-06 11:56:57.605858340 +0100
@@ -65,7 +65,7 @@
 
         <dependency>
             <groupId>org.sonatype.gossip</groupId>
-            <artifactId>gossip</artifactId>
+            <artifactId>gossip-core</artifactId>
             <scope>runtime</scope>
         </dependency>
 
diff -Nru gmaven-1.4/gmaven-runtime/pom.xml gmaven-1.4-gil/gmaven-runtime/pom.xml
--- gmaven-1.4/gmaven-runtime/pom.xml	2012-01-06 03:15:21.000000000 +0100
+++ gmaven-1.4-gil/gmaven-runtime/pom.xml	2012-01-06 11:56:19.665857656 +0100
@@ -52,7 +52,7 @@
 
         <dependency>
             <groupId>org.sonatype.gossip</groupId>
-            <artifactId>gossip</artifactId>
+            <artifactId>gossip-core</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff -Nru gmaven-1.4/pom.xml gmaven-1.4-gil/pom.xml
--- gmaven-1.4/pom.xml	2012-01-06 12:00:30.722862179 +0100
+++ gmaven-1.4-gil/pom.xml	2012-01-06 11:55:40.988856960 +0100
@@ -230,8 +230,8 @@
 
             <dependency>
                 <groupId>org.sonatype.gossip</groupId>
-                <artifactId>gossip</artifactId>
-                <version>1.2</version>
+                <artifactId>gossip-core</artifactId>
+                <version>1.7</version>
             </dependency>
 
             <dependency>