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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 16 10:09:29 EDT 2008


Author: pgier
Date: 2008-06-16 10:09:28 -0400 (Mon, 16 Jun 2008)
New Revision: 20534

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

Modified: labs/jbossbuild/jboss-parent/trunk/pom.xml
===================================================================
--- labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-16 14:08:22 UTC (rev 20533)
+++ labs/jbossbuild/jboss-parent/trunk/pom.xml	2008-06-16 14:09:28 UTC (rev 20534)
@@ -1,22 +1,7 @@
-<?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">
+<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-SNAPSHOT</version>
+  <version>4-beta-3</version>
   <artifactId>jboss-parent</artifactId>
   <packaging>pom</packaging>
   <name>JBoss Parent POM</name>
@@ -29,8 +14,8 @@
   </issueManagement>
   
   <scm>
-    <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>   
+    <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>   
   </scm>
   
   <licenses>
@@ -360,4 +345,4 @@
     </snapshotRepository>
   </distributionManagement>
   
-</project>
+</project>
\ No newline at end of file




More information about the jboss-svn-commits mailing list