[jbpm-commits] JBoss JBPM SVN: r6483 - in jbpm4/trunk: modules/api and 15 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jul 15 04:30:09 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-07-15 04:30:07 -0400 (Thu, 15 Jul 2010)
New Revision: 6483

Modified:
   jbpm4/trunk/modules/api/pom.xml
   jbpm4/trunk/modules/bpmn/pom.xml
   jbpm4/trunk/modules/examples/pom.xml
   jbpm4/trunk/modules/integration/console/pom.xml
   jbpm4/trunk/modules/integration/form-plugin/pom.xml
   jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
   jbpm4/trunk/modules/integration/pom.xml
   jbpm4/trunk/modules/integration/report/pom.xml
   jbpm4/trunk/modules/integration/tomcat/pom.xml
   jbpm4/trunk/modules/jpdl/pom.xml
   jbpm4/trunk/modules/log/pom.xml
   jbpm4/trunk/modules/migration/pom.xml
   jbpm4/trunk/modules/pvm/pom.xml
   jbpm4/trunk/modules/test-base/pom.xml
   jbpm4/trunk/modules/test-db/pom.xml
   jbpm4/trunk/modules/test-pojo/pom.xml
   jbpm4/trunk/pom.xml
Log:
JBPM-2893: revert prepare release jbpm-4.4

Modified: jbpm4/trunk/modules/api/pom.xml
===================================================================
--- jbpm4/trunk/modules/api/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/api/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
 <!--                                                                        -->
-<!--  JBoss, the OpenSource J2EE webOS                                      -->
-<!--                                                                        -->
 <!--  Distributable under LGPL license.                                     -->
 <!--  See terms of license at http://www.gnu.org.                           -->
-<!--                                                                        -->
 <!-- ====================================================================== -->
 
 <!-- $Id$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
   <!-- Module info -->
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - API</name>
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -35,7 +35,7 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
+
   <!-- Profiles -->
   <profiles>
     <profile>
@@ -56,31 +56,31 @@
           <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
           </plugin>
-		      <plugin>
-		        <groupId>org.apache.maven.plugins</groupId>
-		        <artifactId>maven-dependency-plugin</artifactId>
-		        <executions>
-		          <execution>
-		            <id>unpack</id>
-		            <phase>process-resources</phase>
-		            <goals>
-		              <goal>unpack</goal>
-		            </goals>
-		            <configuration>
-		              <artifactItems>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>unpack</id>
+                <phase>process-resources</phase>
+                <goals>
+                  <goal>unpack</goal>
+                </goals>
+                <configuration>
+                  <artifactItems>
                     <artifactItem>
-				              <groupId>org.jbpm.jbpm4.dependencies.xsddoctool</groupId>
-				              <artifactId>xsddoctool</artifactId>
-				              <version>1.0</version>
-				              <type>zip</type>
-				              <outputDirectory>target/xsddoctool</outputDirectory>
-				            </artifactItem>
-				          </artifactItems>
-		            </configuration>
-		          </execution>
-		        </executions>
-		      </plugin>
-		      <plugin>
+                      <groupId>org.jbpm.jbpm4.dependencies.xsddoctool</groupId>
+                      <artifactId>xsddoctool</artifactId>
+                      <version>1.0</version>
+                      <type>zip</type>
+                      <outputDirectory>target/xsddoctool</outputDirectory>
+                    </artifactItem>
+                  </artifactItems>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
             <executions>
               <execution>
@@ -93,29 +93,28 @@
                   <tasks>
                     <java classname="com.docflex.xml.Generator" maxmemory="512m" fork="true">
                       <classpath>
-							         <pathelement location="target/xsddoctool/xercesImpl.jar" />
-							         <pathelement location="target/xsddoctool/docflex-xml-re.jar" />
-							        </classpath>
-							        <!-- specify the template -->
-							        <arg value="-template" />
-							        <arg value="target/xsddoctool/XSDDoc/FramedDoc.tpl" />
-							        <arg value="-format" />
-							        <arg value="HTML" />
- 							        <arg value="-d" />
-							        <arg value="target/schemadocs" />
-							        <arg value="-nodialog" />
-							        <arg value="-launchviewer=false" />
-							        <arg value="-p:docTitle=jPDL 4.0 Schema" /> 
-							        <arg value="src/main/resources/jpdl-4.0.xsd" />
+                        <pathelement location="target/xsddoctool/xercesImpl.jar" />
+                        <pathelement location="target/xsddoctool/docflex-xml-re.jar" />
+                      </classpath>
+                      <!-- specify the template -->
+                      <arg value="-template" />
+                      <arg value="target/xsddoctool/XSDDoc/FramedDoc.tpl" />
+                      <arg value="-format" />
+                      <arg value="HTML" />
+                      <arg value="-d" />
+                      <arg value="target/schemadocs" />
+                      <arg value="-nodialog" />
+                      <arg value="-launchviewer=false" />
+                      <arg value="-p:docTitle=jPDL 4.0 Schema" />
+                      <arg value="src/main/resources/jpdl-4.0.xsd" />
                     </java>
-							    </tasks>
+                  </tasks>
                 </configuration>
               </execution>
             </executions>
-          </plugin>         
+          </plugin>
         </plugins>
       </build>
     </profile>
   </profiles>
-  
 </project>
\ No newline at end of file

Modified: jbpm4/trunk/modules/bpmn/pom.xml
===================================================================
--- jbpm4/trunk/modules/bpmn/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/bpmn/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,108 +1,81 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-	<!--
-		======================================================================
-	-->
-	<!--
-	-->
-	<!--
-		JBoss, the OpenSource J2EE webOS
-	-->
-	<!--
-	-->
-	<!--
-		Distributable under LGPL license.
-	-->
-	<!--
-		See terms of license at http://www.gnu.org.
-	-->
-	<!--
-	-->
-	<!--
-		======================================================================
-	-->
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
 
-	<!-- $Id: pom.xml 5246 2009-07-06 11:07:48Z tom.baeyens at jboss.com $ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<!-- $Id: pom.xml 5246 2009-07-06 11:07:48Z tom.baeyens at jboss.com $ -->
 
-	<!-- Module Info -->
-	<modelVersion>4.0.0</modelVersion>
-	<name>jBPM 4 - BPMN</name>
-	<groupId>org.jbpm.jbpm4</groupId>
-	<artifactId>jbpm-bpmn</artifactId>
-	<packaging>jar</packaging>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<!-- Parent -->
-	<parent>
-		<groupId>org.jbpm.jbpm4</groupId>
-		<artifactId>jbpm</artifactId>
-		<version>4.4</version>
-		<relativePath>../../pom.xml</relativePath>
-	</parent>
+  <!-- Module Info -->
+  <modelVersion>4.0.0</modelVersion>
+  <name>jBPM 4 - BPMN</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>jbpm-bpmn</artifactId>
+  <packaging>jar</packaging>
 
-	<!--
-		mvn install:install-file -DgroupId=com.sun.script
-		-DartifactId=bsh-engine -Dversion=1.0.1 -Dpackaging=jar
-		-Dfile=bsh-engine-1.0.1.jar
-	-->
-	<!-- Dependencies -->
-	<dependencies>
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>jbpm</artifactId>
+    <version>4.4-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
 
-		<dependency>
-			<groupId>org.jbpm.jbpm4</groupId>
-			<artifactId>jbpm-pvm</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.beanshell</groupId>
-			<artifactId>bsh</artifactId>
-			<version>2.0b4</version>
-		</dependency>
-		<!-- 3rd Party -->
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-		</dependency>
-		<!-- EXCLUDED THIS DEPENDENCY BECAUSE IT FAILED TO RESOLVE
-		     IF YOU REINTRODUCE IT, MAKE SURE IT RESOLVES  
-		<dependency>
-			<groupId>com.sun.script</groupId>
-			<artifactId>bsh-engine</artifactId>
-			<version>1.0.1</version>
-		</dependency -->
-	</dependencies>
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-pvm</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.beanshell</groupId>
+      <artifactId>bsh</artifactId>
+      <version>2.0b4</version>
+    </dependency>
+    <!-- 3rd Party -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+  </dependencies>
 
-	<!-- Plugins -->
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-					<excludes>
-						<exclude>org/jbpm/test/xml/DbGenTest.java</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+  <!-- Plugins -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>org/jbpm/test/xml/DbGenTest.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-	<!-- Profiles -->
-	<profiles>
-		<!--
-			skip tests if this is an integration test run (only examples and
-			test-db are part of the integration test runs)
-		-->
-		<profile>
-			<id>integration.test</id>
-			<activation>
-				<property>
-					<name>bind.address</name>
-				</property>
-			</activation>
-			<properties>
-				<skipTests>true</skipTests>
-			</properties>
-		</profile>
-	</profiles>
-
+  <!-- Profiles -->
+  <profiles>
+    <!--
+      skip tests if this is an integration test run (only examples and test-db are part of the
+      integration test runs)
+    -->
+    <profile>
+      <id>integration.test</id>
+      <activation>
+        <property>
+          <name>bind.address</name>
+        </property>
+      </activation>
+      <properties>
+        <skipTests>true</skipTests>
+      </properties>
+    </profile>
+  </profiles>
 </project>
\ No newline at end of file

Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/examples/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <!-- Module Info -->
   <modelVersion>4.0.0</modelVersion>
@@ -22,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/integration/console/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/console/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/integration/console/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,5 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration Console</name>
@@ -12,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->


Property changes on: jbpm4/trunk/modules/integration/console/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: jbpm4/trunk/modules/integration/form-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/form-plugin/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/integration/form-plugin/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration Form Plugin</name>
@@ -22,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,10 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration GraphView Plugin</name>
   <description>JBoss jBPM - GWT console Graph Viewer Plugin</description>
-
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-console-graphView-plugin</artifactId>
   <packaging>jar</packaging>
@@ -12,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->
@@ -40,6 +50,5 @@
       <version>2.1</version>
       <scope>provided</scope>
     </dependency>
-
   </dependencies>
 </project>


Property changes on: jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: jbpm4/trunk/modules/integration/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/integration/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,5 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration</name>
@@ -13,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 


Property changes on: jbpm4/trunk/modules/integration/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: jbpm4/trunk/modules/integration/report/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/report/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/integration/report/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,10 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration Reports</name>
   <description>JBoss jBPM - GWT console Report Templates</description>
-
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-console-reports</artifactId>
   <packaging>jar</packaging>
@@ -12,6 +22,6 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
   </parent>
 </project>


Property changes on: jbpm4/trunk/modules/integration/report/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: jbpm4/trunk/modules/integration/tomcat/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/tomcat/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/integration/tomcat/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -1,10 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration Tomcat 6</name>
   <description>JBoss jBPM - Tomcat 6</description>
-
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-tomcat6</artifactId>
   <packaging>jar</packaging>
@@ -12,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm-integration</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->


Property changes on: jbpm4/trunk/modules/integration/tomcat/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: jbpm4/trunk/modules/jpdl/pom.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/jpdl/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id: pom.xml 1790 2008-07-31 12:13:06Z tom.baeyens at jboss.com $ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - jPDL</name>
@@ -21,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/log/pom.xml
===================================================================
--- jbpm4/trunk/modules/log/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/log/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <!-- Module Info -->
   <modelVersion>4.0.0</modelVersion>
@@ -22,17 +23,16 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
   <dependencies>
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <scope>provided</scope>
-      </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
-  
 </project>
\ No newline at end of file

Modified: jbpm4/trunk/modules/migration/pom.xml
===================================================================
--- jbpm4/trunk/modules/migration/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/migration/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Migration - Tool</name>
@@ -21,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/pvm/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - PVM</name>
@@ -21,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-base/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-base/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/test-base/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - Test Base</name>
   <groupId>org.jbpm.jbpm4</groupId>
@@ -20,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm4/trunk/modules/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/test-db/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,7 +9,8 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - Test DB</name>
   <groupId>org.jbpm.jbpm4</groupId>
@@ -20,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -152,9 +153,11 @@
         </plugins>
       </build>
     </profile>
-    
-    <!-- Note: Spring profile cannot be used together with 'database' 
-         property currently (see http://jira.codehaus.org/browse/MNG-3328) -->
+
+    <!--
+      Note: Spring profile cannot be used together with 'database' property currently (see
+      http://jira.codehaus.org/browse/MNG-3328)
+    -->
     <profile>
       <id>run.spring.testsuite</id>
       <build>

Modified: jbpm4/trunk/modules/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/modules/test-pojo/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -10,7 +10,9 @@
 <!-- ====================================================================== -->
 
 <!-- $Id$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - Test POJO</name>
   <groupId>org.jbpm.jbpm4</groupId>
@@ -21,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
-    <version>4.4</version>
+    <version>4.4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -53,10 +55,12 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-  
+
   <profiles>
-    <!-- skip tests if this is an integration test run 
-    (only examples and test-db are part of the integration test runs) -->
+    <!--
+      skip tests if this is an integration test run (only examples and test-db are part of the
+      integration test runs)
+    -->
     <profile>
       <id>skip.tests.during.database.testrun</id>
       <activation>
@@ -69,5 +73,4 @@
       </properties>
     </profile>
   </profiles>
-
 </project>

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2010-07-15 06:23:53 UTC (rev 6482)
+++ jbpm4/trunk/pom.xml	2010-07-15 08:30:07 UTC (rev 6483)
@@ -9,13 +9,14 @@
 
 <!-- $Id$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm</artifactId>
-  <version>4.4</version>
+  <version>4.4-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <!-- Parent -->
@@ -411,9 +412,9 @@
         <version>${spring.version}</version>
       </dependency>
       <dependency>
-      	<groupId>org.subethamail</groupId>
-      	<artifactId>subethasmtp-smtp</artifactId>
-      	<version>${wiser.version}</version>
+        <groupId>org.subethamail</groupId>
+        <artifactId>subethasmtp-smtp</artifactId>
+        <version>${wiser.version}</version>
       </dependency>
       <dependency>
         <groupId>org.subethamail</groupId>
@@ -720,10 +721,4 @@
       </modules>
     </profile>
   </profiles>
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbpm/jbpm/tags/jbpm-4.4</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbpm/jbpm/tags/jbpm-4.4</developerConnection>
-    <url>http://fisheye.jboss.org/browse/JbpmSvn/jbpm/tags/jbpm-4.4</url>
-  </scm>
 </project>



More information about the jbpm-commits mailing list