[embjopr-commits] EMBJOPR SVN: r786 - in branches/EmbJopr_1_3_1_GA_CP: core and 3 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Oct 14 19:55:42 EDT 2009


Author: ips
Date: 2009-10-14 19:55:42 -0400 (Wed, 14 Oct 2009)
New Revision: 786

Modified:
   branches/EmbJopr_1_3_1_GA_CP/core/pom.xml
   branches/EmbJopr_1_3_1_GA_CP/jbas4/pom.xml
   branches/EmbJopr_1_3_1_GA_CP/jbas5/pom.xml
   branches/EmbJopr_1_3_1_GA_CP/jsfunit/pom.xml
   branches/EmbJopr_1_3_1_GA_CP/pom.xml
Log:
change pom versions to SNAPSHOT to make the release plugin happy

Modified: branches/EmbJopr_1_3_1_GA_CP/core/pom.xml
===================================================================
--- branches/EmbJopr_1_3_1_GA_CP/core/pom.xml	2009-10-14 23:40:32 UTC (rev 785)
+++ branches/EmbJopr_1_3_1_GA_CP/core/pom.xml	2009-10-14 23:55:42 UTC (rev 786)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.3.1.GA</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>

Modified: branches/EmbJopr_1_3_1_GA_CP/jbas4/pom.xml
===================================================================
--- branches/EmbJopr_1_3_1_GA_CP/jbas4/pom.xml	2009-10-14 23:40:32 UTC (rev 785)
+++ branches/EmbJopr_1_3_1_GA_CP/jbas4/pom.xml	2009-10-14 23:55:42 UTC (rev 786)
@@ -5,7 +5,7 @@
    <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.3.1.GA</version>
+        <version>1.3.2-SNAPSHOT</version>
    </parent>
    
 	<groupId>org.jboss.jopr</groupId>

Modified: branches/EmbJopr_1_3_1_GA_CP/jbas5/pom.xml
===================================================================
--- branches/EmbJopr_1_3_1_GA_CP/jbas5/pom.xml	2009-10-14 23:40:32 UTC (rev 785)
+++ branches/EmbJopr_1_3_1_GA_CP/jbas5/pom.xml	2009-10-14 23:55:42 UTC (rev 786)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.3.1.GA</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>

Modified: branches/EmbJopr_1_3_1_GA_CP/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr_1_3_1_GA_CP/jsfunit/pom.xml	2009-10-14 23:40:32 UTC (rev 785)
+++ branches/EmbJopr_1_3_1_GA_CP/jsfunit/pom.xml	2009-10-14 23:55:42 UTC (rev 786)
@@ -17,7 +17,7 @@
    <parent>
       <groupId>org.jboss.jopr</groupId>
       <artifactId>jopr-embedded-parent</artifactId>
-      <version>1.3.1-SNAPSHOT</version>
+      <version>1.3.2-SNAPSHOT</version>
    </parent>
 
    <groupId>org.jboss.jopr</groupId>

Modified: branches/EmbJopr_1_3_1_GA_CP/pom.xml
===================================================================
--- branches/EmbJopr_1_3_1_GA_CP/pom.xml	2009-10-14 23:40:32 UTC (rev 785)
+++ branches/EmbJopr_1_3_1_GA_CP/pom.xml	2009-10-14 23:55:42 UTC (rev 786)
@@ -31,7 +31,7 @@
 
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-parent</artifactId>
-    <version>1.3.1.GA</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Embedded Jopr</name>
     <description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>



More information about the embjopr-commits mailing list