[embjopr-commits] EMBJOPR SVN: r1046 - in trunk: jbas6 and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri May 18 09:40:06 EDT 2012


Author: ips
Date: 2012-05-18 09:40:06 -0400 (Fri, 18 May 2012)
New Revision: 1046

Modified:
   trunk/core/pom.xml
   trunk/jbas6/pom.xml
Log:
change parent pom versions from 1.4.1-SNAPSHOT to 1.5.0-SNAPSHOT

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2012-05-07 14:57:59 UTC (rev 1045)
+++ trunk/core/pom.xml	2012-05-18 13:40:06 UTC (rev 1046)
@@ -17,13 +17,16 @@
   ~ License along with this program; if not, write to the Free Software
   ~ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   -->
-<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>
 
   <parent>
     <groupId>org.jboss.jopr</groupId>
     <artifactId>jopr-embedded-parent</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.jboss.jopr</groupId>
@@ -437,3 +440,4 @@
   </profiles>
 
 </project>
+

Modified: trunk/jbas6/pom.xml
===================================================================
--- trunk/jbas6/pom.xml	2012-05-07 14:57:59 UTC (rev 1045)
+++ trunk/jbas6/pom.xml	2012-05-18 13:40:06 UTC (rev 1046)
@@ -1,11 +1,13 @@
-<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>
 
     <parent>
         <groupId>org.jboss.jopr</groupId>
         <artifactId>jopr-embedded-parent</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.jopr</groupId>



More information about the embjopr-commits mailing list