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/05/18 21:13:30 UTC

svn commit: r945831 - /incubator/shiro/trunk/pom.xml

Author: kaosko
Date: Tue May 18 19:13:30 2010
New Revision: 945831

URL: http://svn.apache.org/viewvc?rev=945831&view=rev
Log:
Change the release-profile id to apache-release, apache parent pom disables the default release profile, see http://maven.apache.org/developers/release/apache-release.html for more info

Modified:
    incubator/shiro/trunk/pom.xml

Modified: incubator/shiro/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/pom.xml?rev=945831&r1=945830&r2=945831&view=diff
==============================================================================
--- incubator/shiro/trunk/pom.xml (original)
+++ incubator/shiro/trunk/pom.xml Tue May 18 19:13:30 2010
@@ -577,7 +577,7 @@
             </build>
         </profile>
         <profile>
-          <id>release-profile</id>
+          <id>apache-release</id>
           <distributionManagement>
               <site>
                   <id>incubator.website</id>