[jbpm-commits] JBoss JBPM SVN: r6331 - projects/parent/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 12 05:53:00 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-05-12 05:52:59 -0400 (Wed, 12 May 2010)
New Revision: 6331

Modified:
   projects/parent/trunk/pom.xml
Log:
move taglib plugin from jbpm-parent to jsf-console-parent

Modified: projects/parent/trunk/pom.xml
===================================================================
--- projects/parent/trunk/pom.xml	2010-05-12 09:52:24 UTC (rev 6330)
+++ projects/parent/trunk/pom.xml	2010-05-12 09:52:59 UTC (rev 6331)
@@ -7,7 +7,7 @@
   <groupId>org.jbpm</groupId>
   <artifactId>jbpm-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.0.3</version>
+  <version>1.0.4-SNAPSHOT</version>
 
   <!-- Organization -->
   <organization>
@@ -32,7 +32,7 @@
   <!-- Continuous Integration Management -->
   <ciManagement>
     <system>hudson</system>
-    <url>http://hudson.jboss.org/hudson</url>
+    <url>http://hudson.jboss.org/hudson/view/jBPM</url>
   </ciManagement>
 
   <!-- Licenses -->
@@ -89,12 +89,6 @@
           <artifactId>buildnumber-maven-plugin</artifactId>
           <version>1.0-beta-4</version>
         </plugin>
-
-        <plugin>
-          <groupId>net.sourceforge.maven-taglib</groupId>
-          <artifactId>maven-taglib-plugin</artifactId>
-          <version>2.4</version>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>



More information about the jbpm-commits mailing list