[jboss-cvs] JBossAS SVN: r94245 - in projects/bootstrap/tags: jboss-bootstrap-api-2.0.0-alpha-2 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 2 00:13:40 EDT 2009
Author: ALRubinger
Date: 2009-10-02 00:13:40 -0400 (Fri, 02 Oct 2009)
New Revision: 94245
Added:
projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/
projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml
Removed:
projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-bootstrap-api-2.0.0-alpha-2
Copied: projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2 (from rev 94243, projects/bootstrap/trunk/api)
Deleted: projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml
===================================================================
--- projects/bootstrap/trunk/api/pom.xml 2009-10-02 04:09:39 UTC (rev 94243)
+++ projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml 2009-10-02 04:13:40 UTC (rev 94245)
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-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">
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.bootstrap</groupId>
- <artifactId>jboss-bootstrap-build</artifactId>
- <version>2.0.0-alpha-1</version>
- <relativePath>../build/pom.xml</relativePath>
- </parent>
-
- <!-- Model Version -->
- <modelVersion>4.0.0</modelVersion>
-
- <!-- Artifact Configuration -->
- <artifactId>jboss-bootstrap-api</artifactId>
- <name>JBoss Bootstrap API</name>
- <version>2.0.0-SNAPSHOT</version>
- <description>Application Provider Interface to Server Implementations of JBoss Bootstrap</description>
-
-
- <!-- Properties -->
- <properties>
-
-
- </properties>
-
- <!-- Build -->
- <build>
-
- </build>
-
- <!-- Dependencies -->
- <dependencies>
-
- <!-- Compilation Test Case -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
-
- </dependencies>
-</project>
Copied: projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml (from rev 94244, projects/bootstrap/trunk/api/pom.xml)
===================================================================
--- projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml (rev 0)
+++ projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2/pom.xml 2009-10-02 04:13:40 UTC (rev 94245)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-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">
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.bootstrap</groupId>
+ <artifactId>jboss-bootstrap-build</artifactId>
+ <version>2.0.0-alpha-1</version>
+ <relativePath>../build/pom.xml</relativePath>
+ </parent>
+
+ <!-- Model Version -->
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- Artifact Configuration -->
+ <artifactId>jboss-bootstrap-api</artifactId>
+ <name>JBoss Bootstrap API</name>
+ <version>2.0.0-alpha-2</version>
+ <description>Application Provider Interface to Server Implementations of JBoss Bootstrap</description>
+
+
+ <!-- Properties -->
+ <properties>
+
+
+ </properties>
+
+ <!-- Build -->
+ <build>
+
+ </build>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- Compilation Test Case -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-2</url>
+ </scm>
+</project>
More information about the jboss-cvs-commits
mailing list