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 2010/01/28 20:28:52 UTC

svn commit: r904223 - /incubator/shiro/trunk/all/pom.xml

Author: kaosko
Date: Thu Jan 28 19:28:51 2010
New Revision: 904223

URL: http://svn.apache.org/viewvc?rev=904223&view=rev
Log:
Lock down version of shade plugin used

Modified:
    incubator/shiro/trunk/all/pom.xml

Modified: incubator/shiro/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/all/pom.xml?rev=904223&r1=904222&r2=904223&view=diff
==============================================================================
--- incubator/shiro/trunk/all/pom.xml (original)
+++ incubator/shiro/trunk/all/pom.xml Thu Jan 28 19:28:51 2010
@@ -61,6 +61,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
+                <version>1.3.1</version>
                 <executions>
                     <execution>
                         <phase>package</phase>