[jboss-cvs] Picketlink SVN: r361 - idm/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 10 11:22:29 EDT 2010


Author: bdaw
Date: 2010-08-10 11:22:29 -0400 (Tue, 10 Aug 2010)
New Revision: 361

Modified:
   idm/trunk/parent/pom.xml
Log:
- fix tagBase for release plugin

Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml	2010-08-10 15:18:26 UTC (rev 360)
+++ idm/trunk/parent/pom.xml	2010-08-10 15:22:29 UTC (rev 361)
@@ -32,7 +32,7 @@
          <plugin>
             <artifactId>maven-release-plugin</artifactId>
             <configuration>
-               <tagBase>https://svn.jboss.org/repos/jbossidentity/tags</tagBase>
+               <tagBase>https://svn.jboss.org/repos/picketlink/idm/tags</tagBase>
             </configuration>
          </plugin>
          <plugin>



More information about the jboss-cvs-commits mailing list