You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/11/26 22:27:01 UTC

svn commit: r1206600 - in /james/jspf/trunk: pom.xml resolver/pom.xml tester/pom.xml

Author: felixk
Date: Sat Nov 26 21:27:00 2011
New Revision: 1206600

URL: http://svn.apache.org/viewvc?rev=1206600&view=rev
Log:
Use pluginManagement to change version of a plugin, so it's done only in one place

Modified:
    james/jspf/trunk/pom.xml
    james/jspf/trunk/resolver/pom.xml
    james/jspf/trunk/tester/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=1206600&r1=1206599&r2=1206600&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Sat Nov 26 21:27:00 2011
@@ -122,4 +122,17 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+     <build>
+        <pluginManagement>
+            <plugins>
+                <!-- See https://issues.apache.org/**jira/browse/FELIX-3037<https://issues.apache.org/jira/browse/FELIX-3037>-->
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.3.4</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
 </project>

Modified: james/jspf/trunk/resolver/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/resolver/pom.xml?rev=1206600&r1=1206599&r2=1206600&view=diff
==============================================================================
--- james/jspf/trunk/resolver/pom.xml (original)
+++ james/jspf/trunk/resolver/pom.xml Sat Nov 26 21:27:00 2011
@@ -92,8 +92,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
-                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>

Modified: james/jspf/trunk/tester/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/tester/pom.xml?rev=1206600&r1=1206599&r2=1206600&view=diff
==============================================================================
--- james/jspf/trunk/tester/pom.xml (original)
+++ james/jspf/trunk/tester/pom.xml Sat Nov 26 21:27:00 2011
@@ -86,8 +86,6 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <!-- See https://issues.apache.org/jira/browse/FELIX-3037 -->
-                <version>2.3.4</version>
                 <executions>
                     <execution>
                         <id>bundle-manifest</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org