[jboss-svn-commits] JBoss Common SVN: r3584 - in tmpdpl/tags: tmpdpl-impl-vdf-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:46:11 EDT 2009


Author: ALRubinger
Date: 2009-10-02 12:46:11 -0400 (Fri, 02 Oct 2009)
New Revision: 3584

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

Copied: tmpdpl/tags/tmpdpl-impl-vdf-0.1.0 (from rev 3582, tmpdpl/trunk/impl-vdf)

Deleted: tmpdpl/tags/tmpdpl-impl-vdf-0.1.0/pom.xml
===================================================================
--- tmpdpl/trunk/impl-vdf/pom.xml	2009-10-02 16:45:31 UTC (rev 3582)
+++ tmpdpl/tags/tmpdpl-impl-vdf-0.1.0/pom.xml	2009-10-02 16:46:11 UTC (rev 3584)
@@ -1,77 +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-impl-vdf</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>TMPDPL Implementations for VDF</name>
-  <description>TMPDPL Implementations for JBoss Virtual Deployer Framework</description>
-
-
-  <!-- Properties -->
-  <properties>
-
-    <!-- Versioning -->
-    <version.org.jboss.tmpdpl_tmpdpl.spi.vdf>0.1.0</version.org.jboss.tmpdpl_tmpdpl.spi.vdf>
-    <version.org.jboss.shrinkwrap_shrinkwrap.impl.base>0.1.0</version.org.jboss.shrinkwrap_shrinkwrap.impl.base>
-
-  </properties>
-
-  <!-- Dependencies -->
-  <dependencies>
-
-    <!-- 
-    org.jboss.tmpdpl
-    -->
-    <dependency>
-      <groupId>org.jboss.tmpdpl</groupId>
-      <artifactId>tmpdpl-spi-vdf</artifactId>
-      <version>${version.org.jboss.tmpdpl_tmpdpl.spi.vdf}</version>
-    </dependency>
-
-    <!-- 
-    External Projects
-    -->
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs-spi</artifactId>
-    </dependency>
-
-    <!-- 
-    Test Dependencies
-    -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.shrinkwrap</groupId>
-      <artifactId>shrinkwrap-impl-base</artifactId>
-      <version>${version.org.jboss.shrinkwrap_shrinkwrap.impl.base}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-  </dependencies>
-
-</project>
-

Copied: tmpdpl/tags/tmpdpl-impl-vdf-0.1.0/pom.xml (from rev 3583, tmpdpl/trunk/impl-vdf/pom.xml)
===================================================================
--- tmpdpl/tags/tmpdpl-impl-vdf-0.1.0/pom.xml	                        (rev 0)
+++ tmpdpl/tags/tmpdpl-impl-vdf-0.1.0/pom.xml	2009-10-02 16:46:11 UTC (rev 3584)
@@ -0,0 +1,82 @@
+<?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-impl-vdf</artifactId>
+  <version>0.1.0</version>
+  <name>TMPDPL Implementations for VDF</name>
+  <description>TMPDPL Implementations for JBoss Virtual Deployer Framework</description>
+
+
+  <!-- Properties -->
+  <properties>
+
+    <!-- Versioning -->
+    <version.org.jboss.tmpdpl_tmpdpl.spi.vdf>0.1.0</version.org.jboss.tmpdpl_tmpdpl.spi.vdf>
+    <version.org.jboss.shrinkwrap_shrinkwrap.impl.base>0.1.0</version.org.jboss.shrinkwrap_shrinkwrap.impl.base>
+
+  </properties>
+
+  <!-- Dependencies -->
+  <dependencies>
+
+    <!-- 
+    org.jboss.tmpdpl
+    -->
+    <dependency>
+      <groupId>org.jboss.tmpdpl</groupId>
+      <artifactId>tmpdpl-spi-vdf</artifactId>
+      <version>${version.org.jboss.tmpdpl_tmpdpl.spi.vdf}</version>
+    </dependency>
+
+    <!-- 
+    External Projects
+    -->
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs-spi</artifactId>
+    </dependency>
+
+    <!-- 
+    Test Dependencies
+    -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.shrinkwrap</groupId>
+      <artifactId>shrinkwrap-impl-base</artifactId>
+      <version>${version.org.jboss.shrinkwrap_shrinkwrap.impl.base}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-impl-vdf-0.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-impl-vdf-0.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-impl-vdf-0.1.0</url>
+  </scm>
+</project>
+



More information about the jboss-svn-commits mailing list