[jboss-cvs] JBossAS SVN: r86337 - in projects/ejb3/tags: jboss-ejb3-proxy-1.0.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 25 09:59:30 EDT 2009


Author: jaikiran
Date: 2009-03-25 09:59:30 -0400 (Wed, 25 Mar 2009)
New Revision: 86337

Added:
   projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/
   projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-proxy-1.0.1

Copied: projects/ejb3/tags/jboss-ejb3-proxy-1.0.1 (from rev 86335, projects/ejb3/trunk/proxy)

Deleted: projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml
===================================================================
--- projects/ejb3/trunk/proxy/pom.xml	2009-03-25 13:53:19 UTC (rev 86335)
+++ projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml	2009-03-25 13:59:30 UTC (rev 86337)
@@ -1,89 +0,0 @@
-<!--
-  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>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.3</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Configuration -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-proxy</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
-  <name>JBoss EJB 3.x Proxy Transition</name>
-  <description>
-    The proxy transition component makes sure we're backwards compatible 
-    while moving to proxy-impl.
-  </description>
-  <url>http://www.jboss.org/jbossejb3</url>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>unpack-dependencies</id>
-            <phase>compile</phase>
-            <goals>
-              <goal>unpack-dependencies</goal>
-            </goals>
-            <configuration>
-              <excludeTransitive>true</excludeTransitive>
-              <excludes>META-INF/**</excludes>
-              <outputDirectory>${project.build.directory}/classes</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-1</version>
-        <executions>
-          <execution>
-            <id>make-assembly</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <descriptors>
-            <descriptor>jboss-ejb3-proxy-client.xml</descriptor>
-          </descriptors>
-          <attach>true</attach>
-        </configuration>
-        <inherited>false</inherited>
-      </plugin>
-    </plugins>
-  </build>
-
-  <!--
-  <build>
-    <plugins>
-    </plugins>
-  </build>
-  -->
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-proxy-impl</artifactId>
-      <version>1.0.1</version>
-      <optional>true</optional>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-proxy-spi</artifactId>
-      <version>1.0.0</version>
-      <optional>true</optional>
-    </dependency>
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml (from rev 86336, projects/ejb3/trunk/proxy/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-proxy-1.0.1/pom.xml	2009-03-25 13:59:30 UTC (rev 86337)
@@ -0,0 +1,95 @@
+<!--
+  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>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.3</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Configuration -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-proxy</artifactId>
+  <version>1.0.1</version>
+  <name>JBoss EJB 3.x Proxy Transition</name>
+  <description>
+    The proxy transition component makes sure we're backwards compatible 
+    while moving to proxy-impl.
+  </description>
+  <url>http://www.jboss.org/jbossejb3</url>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>unpack-dependencies</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>unpack-dependencies</goal>
+            </goals>
+            <configuration>
+              <excludeTransitive>true</excludeTransitive>
+              <excludes>META-INF/**</excludes>
+              <outputDirectory>${project.build.directory}/classes</outputDirectory>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-1</version>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <descriptors>
+            <descriptor>jboss-ejb3-proxy-client.xml</descriptor>
+          </descriptors>
+          <attach>true</attach>
+        </configuration>
+        <inherited>false</inherited>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!--
+  <build>
+    <plugins>
+    </plugins>
+  </build>
+  -->
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-proxy-impl</artifactId>
+      <version>1.0.1</version>
+      <optional>true</optional>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-proxy-spi</artifactId>
+      <version>1.0.0</version>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-proxy-1.0.1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-proxy-1.0.1</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-proxy-1.0.1</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list