[jboss-svn-commits] JBL Code SVN: r20537 - labs/jbossbuild/jboss-parent/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 16 10:12:38 EDT 2008


Author: pgier
Date: 2008-06-16 10:12:38 -0400 (Mon, 16 Jun 2008)
New Revision: 20537

Modified:
   labs/jbossbuild/jboss-parent/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of jboss-parent-4-beta-3

Modified: labs/jbossbuild/jboss-parent/trunk/pom.xml
===================================================================
--- labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-16 14:11:52 UTC (rev 20536)
+++ labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-16 14:12:38 UTC (rev 20537)
@@ -1,7 +1,22 @@
-<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">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  - A parent pom with default settings for jboss projects.
+  - Each jboss project should have something similar to the following lines in their pom file.
+  - <parent>
+  -   <groupId>org.jboss</groupId>
+  -   <artifactId>jboss-parent</artifactId>
+  -   <version>4</version>
+  - </parent>
+  -
+  - To build this project, maven 2 should be installed and "mvn" should be in the system path.  
+  - From the command line, run "mvn install".  This will run the build goal "install".
+ -->
+<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>
   <groupId>org.jboss</groupId>
-  <version>4-beta-3</version>
+  <version>4-SNAPSHOT</version>
   <artifactId>jboss-parent</artifactId>
   <packaging>pom</packaging>
   <name>JBoss Parent POM</name>
@@ -14,8 +29,8 @@
   </issueManagement>
   
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/tags/jboss-parent-4-beta-3</connection>    
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/tags/jboss-parent-4-beta-3</developerConnection>   
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/trunk</connection>    
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossbuild/jboss-parent/trunk</developerConnection>   
   </scm>
   
   <licenses>
@@ -345,4 +360,4 @@
     </snapshotRepository>
   </distributionManagement>
   
-</project>
\ No newline at end of file
+</project>




More information about the jboss-svn-commits mailing list