You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by jb...@apache.org on 2012/01/04 06:30:03 UTC

svn commit: r1227049 - /shiro/trunk/pom.xml

Author: jbunting
Date: Wed Jan  4 05:30:02 2012
New Revision: 1227049

URL: http://svn.apache.org/viewvc?rev=1227049&view=rev
Log:
SHIRO-335: Fixing maven 3 warnings in pom file.


Modified:
    shiro/trunk/pom.xml

Modified: shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/pom.xml?rev=1227049&r1=1227048&r2=1227049&view=diff
==============================================================================
--- shiro/trunk/pom.xml (original)
+++ shiro/trunk/pom.xml Wed Jan  4 05:30:02 2012
@@ -327,7 +327,17 @@
                 		</lifecycleMappingMetadata>
                 	</configuration>
                 </plugin>
-            </plugins>    
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>1.7</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>dependency-maven-plugin</artifactId>
+                    <version>1.0</version>
+                </plugin>
+            </plugins>
         </pluginManagement>
         <plugins>
             <plugin>
@@ -390,7 +400,7 @@
                         </manifest>
                         <manifestEntries>
                             <SCM-Revision>${buildNumber}</SCM-Revision>
-                            <SCM-url>${scm.url}</SCM-url>
+                            <SCM-url>${project.scm.url}</SCM-url>
                         </manifestEntries>
                     </archive>
                 </configuration>