[jboss-cvs] JBossAS SVN: r87040 - in projects/ejb3/tags: jboss-ejb3-test-remote-1.0.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 9 06:01:51 EDT 2009


Author: jaikiran
Date: 2009-04-09 06:01:51 -0400 (Thu, 09 Apr 2009)
New Revision: 87040

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

Copied: projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0 (from rev 87038, projects/ejb3/trunk/test-remote)

Deleted: projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0/pom.xml
===================================================================
--- projects/ejb3/trunk/test-remote/pom.xml	2009-04-09 09:43:52 UTC (rev 87038)
+++ projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0/pom.xml	2009-04-09 10:01:51 UTC (rev 87040)
@@ -1,100 +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 -->
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.3</version>
-  </parent>
-
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Configuration -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-test-remote</artifactId>
-  <name>JBoss EJB 3.0 Remote Test Server</name>
-  <description>Remotable Server for use in Testing EJB3</description>
-  <version>1.0.0-SNAPSHOT</version>
-
-  <!-- Build Properties -->
-  <properties>
-  
-    <version.org.jboss.ejb3_jboss.ejb3.common>1.0.0</version.org.jboss.ejb3_jboss.ejb3.common>
-    <version.org.jboss.ejb3_jboss.ejb3.test>1.0.0</version.org.jboss.ejb3_jboss.ejb3.test>
-    <version.org.jboss.remoting_jboss.remoting>2.4.0.GA</version.org.jboss.remoting_jboss.remoting>
-  
-  </properties>
-
-  <!-- Build Configuration -->
-  <build>
-
-    <plugins>
-
-      <!-- Build a CP File for use by MockServer -->
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>build-cp-file</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>build-classpath</goal>
-            </goals>
-            <configuration>
-              <outputFile>target/cp.txt</outputFile>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-    </plugins>
-    
-  </build>
-  
-  <dependencies>
-  
-    <!-- 
-    
-    EJB3 Project Dependencies 
-    
-    -->
-  
-    <!-- org.jboss.ejb3:jboss-ejb3-common -->
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-common</artifactId>
-      <version>${version.org.jboss.ejb3_jboss.ejb3.common}</version>
-    </dependency>
-    
-    <!-- org.jboss.ejb3:jboss-ejb3-test -->
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-test</artifactId>
-      <version>${version.org.jboss.ejb3_jboss.ejb3.test}</version>
-    </dependency>
-    
-    <!-- 
-    
-    External Project Dependencies
-    
-    -->
-    
-    <!-- org.jboss.aop:jboss-aop -->
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-    
-    <!-- org.jboss.remoting:jboss-remoting -->
-    <dependency>
-      <groupId>org.jboss.remoting</groupId>
-      <artifactId>jboss-remoting</artifactId>
-      <version>${version.org.jboss.remoting_jboss.remoting}</version>
-    </dependency>
-    
-  </dependencies>
-</project>
\ No newline at end of file

Copied: projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0/pom.xml (from rev 87039, projects/ejb3/trunk/test-remote/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0/pom.xml	2009-04-09 10:01:51 UTC (rev 87040)
@@ -0,0 +1,106 @@
+<!--
+  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.ejb3</groupId>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <version>1.0.3</version>
+  </parent>
+
+  <!-- Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Configuration -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-test-remote</artifactId>
+  <name>JBoss EJB 3.0 Remote Test Server</name>
+  <description>Remotable Server for use in Testing EJB3</description>
+  <version>1.0.0</version>
+
+  <!-- Build Properties -->
+  <properties>
+  
+    <version.org.jboss.ejb3_jboss.ejb3.common>1.0.0</version.org.jboss.ejb3_jboss.ejb3.common>
+    <version.org.jboss.ejb3_jboss.ejb3.test>1.0.0</version.org.jboss.ejb3_jboss.ejb3.test>
+    <version.org.jboss.remoting_jboss.remoting>2.4.0.GA</version.org.jboss.remoting_jboss.remoting>
+  
+  </properties>
+
+  <!-- Build Configuration -->
+  <build>
+
+    <plugins>
+
+      <!-- Build a CP File for use by MockServer -->
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>build-cp-file</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>build-classpath</goal>
+            </goals>
+            <configuration>
+              <outputFile>target/cp.txt</outputFile>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+    </plugins>
+    
+  </build>
+  
+  <dependencies>
+  
+    <!-- 
+    
+    EJB3 Project Dependencies 
+    
+    -->
+  
+    <!-- org.jboss.ejb3:jboss-ejb3-common -->
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-common</artifactId>
+      <version>${version.org.jboss.ejb3_jboss.ejb3.common}</version>
+    </dependency>
+    
+    <!-- org.jboss.ejb3:jboss-ejb3-test -->
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-test</artifactId>
+      <version>${version.org.jboss.ejb3_jboss.ejb3.test}</version>
+    </dependency>
+    
+    <!-- 
+    
+    External Project Dependencies
+    
+    -->
+    
+    <!-- org.jboss.aop:jboss-aop -->
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+    
+    <!-- org.jboss.remoting:jboss-remoting -->
+    <dependency>
+      <groupId>org.jboss.remoting</groupId>
+      <artifactId>jboss-remoting</artifactId>
+      <version>${version.org.jboss.remoting_jboss.remoting}</version>
+    </dependency>
+    
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-test-remote-1.0.0</url>
+  </scm>
+</project>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list