[jbpm-commits] JBoss JBPM SVN: r4780 - in projects/gwt-console/tags/gwt-console-1.0.0.Beta3: gui and 7 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 11 12:20:18 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-05-11 12:20:17 -0400 (Mon, 11 May 2009)
New Revision: 4780

Modified:
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/war/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-api/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-example/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/rpc/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-core/pom.xml
   projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-integration/pom.xml
Log:
Version 1.0.0.Beta3

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.jboss.bpm</groupId>
       <artifactId>gwt-console-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.Beta3</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/war/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/war/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/war/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.bpm</groupId>
     <artifactId>gwt-console-guimodule</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.Beta3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-api/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-api/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-api/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.bpm</groupId>
     <artifactId>gwt-console-guimodule</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.Beta3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-example/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-example/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/gui/workspace-example/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -4,19 +4,19 @@
   <name>JBoss BPM Console - Mapsplugin</name>
   <groupId>org.jboss.bpm.console</groupId>
   <artifactId>mapsplugin</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0.Beta3</version>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.bpm</groupId>
     <artifactId>gwt-console-guimodule</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.Beta3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <properties>
-    <gwt-console.version>1.0.0-SNAPSHOT</gwt-console.version>
+    <gwt-console.version>1.0.0.Beta3</gwt-console.version>
     <gwt-mosaic.version>0.1.9</gwt-mosaic.version>
   </properties>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -4,7 +4,7 @@
   <name>JBoss BPM - GWT Console</name>
   <groupId>org.jboss.bpm</groupId>
   <artifactId>gwt-console-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0.Beta3</version>
   <packaging>pom</packaging>
 
   <!-- Parent -->

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/rpc/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/rpc/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/rpc/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.jboss.bpm</groupId>
       <artifactId>gwt-console-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.Beta3</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.jboss.bpm</groupId>
       <artifactId>gwt-console-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.Beta3</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-core/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-core/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-core/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.bpm</groupId>
     <artifactId>gwt-console-servermodule</artifactId>
-    <version>1.0.0-SNAPSHOT</version>             
+    <version>1.0.0.Beta3</version>             
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-integration/pom.xml
===================================================================
--- projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-integration/pom.xml	2009-05-11 16:14:02 UTC (rev 4779)
+++ projects/gwt-console/tags/gwt-console-1.0.0.Beta3/server/server-integration/pom.xml	2009-05-11 16:20:17 UTC (rev 4780)
@@ -10,7 +10,7 @@
   <parent>
     <groupId>org.jboss.bpm</groupId>
     <artifactId>gwt-console-servermodule</artifactId>
-    <version>1.0.0-SNAPSHOT</version>             
+    <version>1.0.0.Beta3</version>             
     <relativePath>../pom.xml</relativePath>
   </parent>
 




More information about the jbpm-commits mailing list