[embjopr-commits] EMBJOPR SVN: r183 - trunk/core.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Mar 5 18:07:20 EST 2009


Author: charles.crouch at jboss.com
Date: 2009-03-05 18:07:20 -0500 (Thu, 05 Mar 2009)
New Revision: 183

Modified:
   trunk/core/pom.xml
Log:
update to correct version: 1.2.0-SNAPSHOT

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2009-03-05 22:18:16 UTC (rev 182)
+++ trunk/core/pom.xml	2009-03-05 23:07:20 UTC (rev 183)
@@ -23,12 +23,12 @@
    <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.1.1-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
    </parent>
   
 	<groupId>org.jboss.jopr</groupId>
 	<artifactId>jopr-embedded-core</artifactId>
-	<version>1.1.1-SNAPSHOT</version>
+	<version>1.2.0-SNAPSHOT</version>
 	<packaging>war</packaging>
 	<name>Embedded Jopr Core</name>
 	<description>a web application that provides administration and monitoring of the app server instance to which it is deployed</description>
@@ -263,7 +263,7 @@
                     </execution>
                 </executions>
             </plugin>
-                    
+                                
 			<plugin>
 				<artifactId>maven-war-plugin</artifactId>
 				<configuration>




More information about the embjopr-commits mailing list