[jboss-cvs] JBossAS SVN: r89339 - projects/bootstrap/trunk/impl-as.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat May 23 15:12:57 EDT 2009


Author: ALRubinger
Date: 2009-05-23 15:12:56 -0400 (Sat, 23 May 2009)
New Revision: 89339

Modified:
   projects/bootstrap/trunk/impl-as/pom.xml
Log:
[JBBOOT-82] Revert a failed release due to the old SVN collision issue

Modified: projects/bootstrap/trunk/impl-as/pom.xml
===================================================================
--- projects/bootstrap/trunk/impl-as/pom.xml	2009-05-23 19:10:30 UTC (rev 89338)
+++ projects/bootstrap/trunk/impl-as/pom.xml	2009-05-23 19:12:56 UTC (rev 89339)
@@ -2,7 +2,8 @@
   <!--
   vi:ts=2:sw=2:expandtab:
 -->
-<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">
 
   <!-- Parent -->
   <parent>
@@ -18,7 +19,7 @@
   <!-- Artifact Configuration -->
   <artifactId>jboss-bootstrap-impl-as</artifactId>
   <name>JBoss Bootstrap AS Implementation</name>
-  <version>0.1.2</version>
+  <version>0.1.2-SNAPSHOT</version>
   <description>Application Server Implementation of JBoss Bootstrap</description>
 
   <!-- Properties -->
@@ -78,10 +79,4 @@
 
   </dependencies>
 
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-impl-as-0.1.2</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-impl-as-0.1.2</developerConnection>
-    <url>http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-impl-as-0.1.2</url>
-  </scm>
 </project>




More information about the jboss-cvs-commits mailing list