Author: felixk
Date: Sat Nov 26 21:18:34 2011
New Revision: 1206594

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

Modified:
    james/protocols/trunk/api/pom.xml
    james/protocols/trunk/lmtp/pom.xml
    james/protocols/trunk/netty/pom.xml
    james/protocols/trunk/pom.xml
    james/protocols/trunk/pop3/pom.xml
    james/protocols/trunk/smtp/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1206594&r1=1206593&r2=1206594&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Sat Nov 26 21:18:34 2011
@@ -69,8 +69,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/protocols/trunk/lmtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/lmtp/pom.xml?rev=1206594&r1=1206593&r2=1206594&view=diff
==============================================================================
--- james/protocols/trunk/lmtp/pom.xml (original)
+++ james/protocols/trunk/lmtp/pom.xml Sat Nov 26 21:18:34 2011
@@ -87,8 +87,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/protocols/trunk/netty/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/netty/pom.xml?rev=1206594&r1=1206593&r2=1206594&view=diff
==============================================================================
--- james/protocols/trunk/netty/pom.xml (original)
+++ james/protocols/trunk/netty/pom.xml Sat Nov 26 21:18:34 2011
@@ -73,8 +73,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/protocols/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?rev=1206594&r1=1206593&r2=1206594&view=diff
==============================================================================
--- james/protocols/trunk/pom.xml (original)
+++ james/protocols/trunk/pom.xml Sat Nov 26 21:18:34 2011
@@ -163,6 +163,16 @@
     </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>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: james/protocols/trunk/pop3/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/pop3/pom.xml?rev=1206594&r1=1206593&r2=1206594&view=diff
==============================================================================
--- james/protocols/trunk/pop3/pom.xml (original)
+++ james/protocols/trunk/pop3/pom.xml Sat Nov 26 21:18:34 2011
@@ -74,8 +74,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/protocols/trunk/smtp/pom.xml
URL: 
http://svn.apache.org/viewvc/james/protocols/trunk/smtp/pom.xml?rev=1206594&r1=1206593&r2=1206594&view=diff
==============================================================================
--- james/protocols/trunk/smtp/pom.xml (original)
+++ james/protocols/trunk/smtp/pom.xml Sat Nov 26 21:18:34 2011
@@ -90,8 +90,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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to