[jboss-cvs] JBossAS SVN: r93749 - in projects/bootstrap/tags: jboss-bootstrap-api-2.0.0-alpha-1 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Sep 19 01:15:44 EDT 2009
Author: ALRubinger
Date: 2009-09-19 01:15:43 -0400 (Sat, 19 Sep 2009)
New Revision: 93749
Added:
projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/
projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/pom.xml
Removed:
projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-bootstrap-api-2.0.0-alpha-1
Copied: projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1 (from rev 93747, projects/bootstrap/trunk/api)
Deleted: projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/pom.xml
===================================================================
--- projects/bootstrap/trunk/api/pom.xml 2009-09-19 04:36:17 UTC (rev 93747)
+++ projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/pom.xml 2009-09-19 05:15:43 UTC (rev 93749)
@@ -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-1/pom.xml (from rev 93748, projects/bootstrap/trunk/api/pom.xml)
===================================================================
--- projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/pom.xml (rev 0)
+++ projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1/pom.xml 2009-09-19 05:15:43 UTC (rev 93749)
@@ -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-1</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-1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/tags/jboss-bootstrap-api-2.0.0-alpha-1</url>
+ </scm>
+</project>
More information about the jboss-cvs-commits
mailing list