Blame SOURCES/jsr-311-pom.patch

4cf2ed
--- pom.xml	2009-11-09 13:43:21.000000000 +0100
4cf2ed
+++ pom.xml-gil	2012-02-10 17:23:47.881823249 +0100
4cf2ed
@@ -83,7 +83,7 @@
4cf2ed
           </archive>
4cf2ed
         </configuration>
4cf2ed
       </plugin>
4cf2ed
-      <plugin>
4cf2ed
+      
4cf2ed
           <groupId>org.codehaus.mojo</groupId>
4cf2ed
           <artifactId>buildnumber-maven-plugin</artifactId>
4cf2ed
           <configuration>
4cf2ed
@@ -100,10 +100,11 @@
4cf2ed
               </goals>
4cf2ed
             </execution>
4cf2ed
           </executions>
4cf2ed
-       </plugin>
4cf2ed
+       </plugin-->
4cf2ed
        <plugin>
4cf2ed
         <groupId>org.apache.maven.plugins</groupId>
4cf2ed
         <artifactId>maven-javadoc-plugin</artifactId>
4cf2ed
+        <version>2.8</version>
4cf2ed
           <executions>
4cf2ed
             <execution>
4cf2ed
               <phase>validate</phase>
4cf2ed
@@ -116,6 +117,7 @@
4cf2ed
        <plugin>
4cf2ed
         <groupId>org.apache.maven.plugins</groupId>
4cf2ed
         <artifactId>maven-source-plugin</artifactId>
4cf2ed
+        <version>2.1.2</version>
4cf2ed
         <executions>
4cf2ed
           <execution>
4cf2ed
             <id>attach-sources</id>
4cf2ed
@@ -129,6 +131,7 @@
4cf2ed
       <plugin>
4cf2ed
         <groupId>org.apache.felix</groupId>
4cf2ed
         <artifactId>maven-bundle-plugin</artifactId>
4cf2ed
+        <version>2.0.0</version>
4cf2ed
         <extensions>true</extensions>
4cf2ed
         <executions>
4cf2ed
           <execution>
4cf2ed
@@ -148,13 +151,13 @@
4cf2ed
         </executions>
4cf2ed
       </plugin>
4cf2ed
     </plugins>
4cf2ed
-        <extensions>
4cf2ed
+        
4cf2ed
           <extension>
4cf2ed
             <groupId>org.jvnet.wagon-svn</groupId>
4cf2ed
               <artifactId>wagon-svn</artifactId>
4cf2ed
               <version>1.8</version>
4cf2ed
           </extension>
4cf2ed
-        </extensions>
4cf2ed
+        </extensions-->
4cf2ed
   </build>
4cf2ed
 
4cf2ed
     <repositories>
4cf2ed