[jboss-cvs] JBossAS SVN: r87198 - projects/bootstrap/trunk/spi.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Apr 13 14:57:56 EDT 2009
Author: ALRubinger
Date: 2009-04-13 14:57:56 -0400 (Mon, 13 Apr 2009)
New Revision: 87198
Modified:
projects/bootstrap/trunk/spi/pom.xml
Log:
[maven-release-plugin] prepare release jboss-bootstrap-spi-0.1.0
Modified: projects/bootstrap/trunk/spi/pom.xml
===================================================================
--- projects/bootstrap/trunk/spi/pom.xml 2009-04-13 18:57:06 UTC (rev 87197)
+++ projects/bootstrap/trunk/spi/pom.xml 2009-04-13 18:57:56 UTC (rev 87198)
@@ -2,8 +2,7 @@
<!--
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>
@@ -19,7 +18,7 @@
<!-- Artifact Configuration -->
<artifactId>jboss-bootstrap-spi</artifactId>
<name>JBoss Bootstrap SPI</name>
- <version>0.1.0-SNAPSHOT</version>
+ <version>0.1.0</version>
<description>Service Provider Interface for JBoss Bootstrap</description>
@@ -58,4 +57,10 @@
</dependencies>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-spi-0.1.0</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-spi-0.1.0</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-spi-0.1.0</url>
+ </scm>
</project>
More information about the jboss-cvs-commits
mailing list