[jboss-svn-commits] JBoss Common SVN: r3576 - in tmpdpl/tags: tmpdpl-api-0.1.0 and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 2 12:36:29 EDT 2009


Author: ALRubinger
Date: 2009-10-02 12:36:29 -0400 (Fri, 02 Oct 2009)
New Revision: 3576

Added:
   tmpdpl/tags/tmpdpl-api-0.1.0/
   tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml
Removed:
   tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml
Log:
[maven-release-plugin]  copy for tag tmpdpl-api-0.1.0

Copied: tmpdpl/tags/tmpdpl-api-0.1.0 (from rev 3574, tmpdpl/trunk/api)

Deleted: tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml
===================================================================
--- tmpdpl/trunk/api/pom.xml	2009-10-02 16:35:55 UTC (rev 3574)
+++ tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml	2009-10-02 16:36:29 UTC (rev 3576)
@@ -1,44 +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.tmpdpl</groupId>
-    <artifactId>tmpdpl-build</artifactId>
-    <version>0.1.0</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Configuration -->
-  <artifactId>tmpdpl-api</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>TMPDPL API</name>
-  <description>Client View of the TMPDPL Project</description>
-
-
-  <!-- Properties -->
-  <properties>
-
-    <!-- Versioning -->
-
-  </properties>
-
-  <!-- Dependencies -->
-  <dependencies>
-  
-      <dependency>
-        <groupId>org.jboss.shrinkwrap</groupId>
-        <artifactId>shrinkwrap-api</artifactId>
-      </dependency>
-
-  </dependencies>
-
-</project>
-

Copied: tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml (from rev 3575, tmpdpl/trunk/api/pom.xml)
===================================================================
--- tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml	                        (rev 0)
+++ tmpdpl/tags/tmpdpl-api-0.1.0/pom.xml	2009-10-02 16:36:29 UTC (rev 3576)
@@ -0,0 +1,49 @@
+<?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.tmpdpl</groupId>
+    <artifactId>tmpdpl-build</artifactId>
+    <version>0.1.0</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Configuration -->
+  <artifactId>tmpdpl-api</artifactId>
+  <version>0.1.0</version>
+  <name>TMPDPL API</name>
+  <description>Client View of the TMPDPL Project</description>
+
+
+  <!-- Properties -->
+  <properties>
+
+    <!-- Versioning -->
+
+  </properties>
+
+  <!-- Dependencies -->
+  <dependencies>
+  
+      <dependency>
+        <groupId>org.jboss.shrinkwrap</groupId>
+        <artifactId>shrinkwrap-api</artifactId>
+      </dependency>
+
+  </dependencies>
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-api-0.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-api-0.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-api-0.1.0</url>
+  </scm>
+</project>
+



More information about the jboss-svn-commits mailing list