You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/02/23 22:58:39 UTC

svn commit: r747157 - /directory/project/trunk/pom.xml

Author: felixk
Date: Mon Feb 23 21:58:36 2009
New Revision: 747157

URL: http://svn.apache.org/viewvc?rev=747157&view=rev
Log:
Partial fix of DIR-242

- Consolidate pluginManagements from the daemon project
- Update versions of the used plugins where available
- Fix alphabetic ordering

Note that it makes only sense to commit changes to the project poms when the TLP pom is released. This will hopefully happen after having consolidated all other project poms.

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=747157&r1=747156&r2=747157&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Mon Feb 23 21:58:36 2009
@@ -276,6 +276,18 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.0-alpha-4</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>sign</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>
           <version>2.2</version>
         </plugin>
@@ -296,15 +308,8 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.0-alpha-4</version>
-          <executions>
-            <execution>
-              <goals>
-                <goal>sign</goal>
-              </goals>
-            </execution>
-          </executions>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.4.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>