[jbpm-commits] JBoss JBPM SVN: r6488 - jbpm4/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 15 05:01:12 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-07-15 05:01:12 -0400 (Thu, 15 Jul 2010)
New Revision: 6488

Modified:
   jbpm4/trunk/pom.xml
Log:
JBPM-2893: set jbpm4 tag base

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2010-07-15 09:00:38 UTC (rev 6487)
+++ jbpm4/trunk/pom.xml	2010-07-15 09:01:12 UTC (rev 6488)
@@ -466,6 +466,13 @@
           </excludes>
         </configuration>
       </plugin>
+
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <tagBase>https://svn.jboss.org/repos/jbpm/jbpm4/tags</tagBase>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 



More information about the jbpm-commits mailing list