You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2012/07/23 21:14:07 UTC

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

Author: kaosko
Date: Mon Jul 23 19:14:07 2012
New Revision: 1364756

URL: http://svn.apache.org/viewvc?rev=1364756&view=rev
Log:
Integrate apache-rat into release process, update plugin version to 2.3.2

Modified:
    shiro/trunk/pom.xml

Modified: shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shiro/trunk/pom.xml?rev=1364756&r1=1364755&r2=1364756&view=diff
==============================================================================
--- shiro/trunk/pom.xml (original)
+++ shiro/trunk/pom.xml Mon Jul 23 19:14:07 2012
@@ -439,9 +439,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
+                <version>2.3.2</version>
                 <configuration>
                     <!-- "install" needed because we have interrelated dependencies between the modules and we are releasing them all the same - especially consider shiro-all -->
-                    <preparationGoals>clean install</preparationGoals>
+                    <preparationGoals>clean apache-rat:rat install</preparationGoals>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                     <!-- This configuration copied from apache:apache:7 parent pom -->
                     <useReleaseProfile>false</useReleaseProfile>