You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2009/11/13 17:15:06 UTC

svn commit: r835899 - /commons/proper/jexl/trunk/pom.xml

Author: henrib
Date: Fri Nov 13 16:15:05 2009
New Revision: 835899

URL: http://svn.apache.org/viewvc?rev=835899&view=rev
Log:
Corrected missing 'plugins' tag

Modified:
    commons/proper/jexl/trunk/pom.xml

Modified: commons/proper/jexl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=835899&r1=835898&r2=835899&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Fri Nov 13 16:15:05 2009
@@ -141,11 +141,13 @@
             </resource>
         </resources>
         <pluginManagement>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-gpg-plugin</artifactId>
-                <version>1.0-alpha-3</version>
-            </plugin>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-gpg-plugin</artifactId>
+                    <version>1.0-alpha-3</version>
+                </plugin>
+            </plugins>
         </pluginManagement>
         <plugins>
             <plugin>