Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 667e5a034f4e9dfd1e971dea340995fa > files > 1

junit-benchmarks-0.3.0-1.mga2.src.rpm

--- pom.xml	2011-10-26 11:52:48.000000000 +0200
+++ pom.xml-gil	2011-11-01 06:19:44.187092633 +0100
@@ -139,7 +139,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.2.1</version>
+          <version>2.0</version>
         </plugin>
 
         <plugin>
@@ -180,14 +180,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.0</version>
         <configuration>
           <useReleaseProfile>true</useReleaseProfile>
           <releaseProfiles>release,maven-release</releaseProfiles>
         </configuration>
       </plugin>
 
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <version>1.6</version>
@@ -246,7 +246,7 @@
             <version>3.1</version>
           </dependency>
         </dependencies>
-      </plugin>
+      </plugin-->
     </plugins>
 
     <!-- Exclude these resources when packaging. -->
@@ -312,7 +312,7 @@
 
 
     <!-- Execute clover code coverage reports via ANT. -->
-    <profile>
+    <!--profile>
       <id>clover</id>
 
       <build>
@@ -349,7 +349,7 @@
           </plugin>
         </plugins>
       </reporting>
-    </profile>
+    </profile-->
 
 
     <!-- Release mode. -->