[jboss-svn-commits] JBoss Common SVN: r3639 - invokablecontainer/trunk/build.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 6 20:07:59 EST 2009


Author: ALRubinger
Date: 2009-11-06 20:07:58 -0500 (Fri, 06 Nov 2009)
New Revision: 3639

Modified:
   invokablecontainer/trunk/build/pom.xml
Log:
[EJBTHREE-1948] Fix the tag location in the release configuration

Modified: invokablecontainer/trunk/build/pom.xml
===================================================================
--- invokablecontainer/trunk/build/pom.xml	2009-11-07 00:35:42 UTC (rev 3638)
+++ invokablecontainer/trunk/build/pom.xml	2009-11-07 01:07:58 UTC (rev 3639)
@@ -105,7 +105,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.jboss.org/repos/common/shrinkwrap/tags</tagBase>
+          <tagBase>https://svn.jboss.org/repos/common/invokablecontainer/tags</tagBase>
         </configuration>
       </plugin>
 



More information about the jboss-svn-commits mailing list