[jboss-cvs] JBossAS SVN: r99727 - in projects/ejb3/tags: jboss-ejb3-common-1.0.2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 21 07:16:08 EST 2010


Author: jaikiran
Date: 2010-01-21 07:16:08 -0500 (Thu, 21 Jan 2010)
New Revision: 99727

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

Copied: projects/ejb3/tags/jboss-ejb3-common-1.0.2 (from rev 99722, projects/ejb3/trunk/common)

Deleted: projects/ejb3/tags/jboss-ejb3-common-1.0.2/pom.xml
===================================================================
--- projects/ejb3/trunk/common/pom.xml	2010-01-21 11:54:54 UTC (rev 99722)
+++ projects/ejb3/tags/jboss-ejb3-common-1.0.2/pom.xml	2010-01-21 12:16:08 UTC (rev 99727)
@@ -1,112 +0,0 @@
-<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">
-
-  <!-- Define Parent -->
-  <parent>
-    <artifactId>jboss-ejb3-build</artifactId>
-    <groupId>org.jboss.ejb3</groupId>
-    <version>1.0.0</version>
-    <relativePath>../build/pom.xml</relativePath>
-  </parent>
-
-  <!-- Maven POM Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- Artifact Information -->
-  <groupId>org.jboss.ejb3</groupId>
-  <artifactId>jboss-ejb3-common</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
-  <name>JBoss EJB 3.0 Common Utilities</name>
-  <description>
-    JBoss EJB 3.0 Utilities Common to all Components
-  </description>
-  <url>http://www.jboss.org/jbossejb3/</url>
-  
-  <!-- Build Configuration -->
-  <build>
-
-    <plugins>
-
-      <!-- Assembly Plugin (Common Client) -->
-      <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-common-client.xml</descriptor>
-          </descriptors>
-          <attach>true</attach>
-        </configuration>
-        <inherited>false</inherited>
-      </plugin>
-
-    </plugins>
-
-  </build>
-
-  <!-- Dependencies -->
-
-  <!-- 
-    
-    Version information is centralized in 
-    the Parent Build POM
-    
-  -->
-
-  <dependencies>
-
-    <!-- JUnit -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    
-    <!-- org.jboss.aop:jboss-aop -->
-    <dependency>
-      <groupId>org.jboss.aop</groupId>
-      <artifactId>jboss-aop</artifactId>
-    </dependency>
-
-    <!-- Logging -->
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-spi</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.logging</groupId>
-      <artifactId>jboss-logging-log4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.microcontainer</groupId>
-      <artifactId>jboss-kernel</artifactId>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.metadata</groupId>
-      <artifactId>jboss-metadata</artifactId>
-    </dependency>
- 
-    <dependency>
-      <groupId>org.jboss.security</groupId>
-      <artifactId>jboss-security-spi</artifactId>
-      <version>2.0.2.SP1</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-spi</artifactId>
-    </dependency>
-
-  </dependencies>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-common-1.0.2/pom.xml (from rev 99726, projects/ejb3/trunk/common/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-common-1.0.2/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-common-1.0.2/pom.xml	2010-01-21 12:16:08 UTC (rev 99727)
@@ -0,0 +1,118 @@
+<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">
+
+  <!-- Define Parent -->
+  <parent>
+    <artifactId>jboss-ejb3-build</artifactId>
+    <groupId>org.jboss.ejb3</groupId>
+    <version>1.0.0</version>
+    <relativePath>../build/pom.xml</relativePath>
+  </parent>
+
+  <!-- Maven POM Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <groupId>org.jboss.ejb3</groupId>
+  <artifactId>jboss-ejb3-common</artifactId>
+  <version>1.0.2</version>
+  <name>JBoss EJB 3.0 Common Utilities</name>
+  <description>
+    JBoss EJB 3.0 Utilities Common to all Components
+  </description>
+  <url>http://www.jboss.org/jbossejb3/</url>
+  
+  <!-- Build Configuration -->
+  <build>
+
+    <plugins>
+
+      <!-- Assembly Plugin (Common Client) -->
+      <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-common-client.xml</descriptor>
+          </descriptors>
+          <attach>true</attach>
+        </configuration>
+        <inherited>false</inherited>
+      </plugin>
+
+    </plugins>
+
+  </build>
+
+  <!-- Dependencies -->
+
+  <!-- 
+    
+    Version information is centralized in 
+    the Parent Build POM
+    
+  -->
+
+  <dependencies>
+
+    <!-- JUnit -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    
+    <!-- org.jboss.aop:jboss-aop -->
+    <dependency>
+      <groupId>org.jboss.aop</groupId>
+      <artifactId>jboss-aop</artifactId>
+    </dependency>
+
+    <!-- Logging -->
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.microcontainer</groupId>
+      <artifactId>jboss-kernel</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.metadata</groupId>
+      <artifactId>jboss-metadata</artifactId>
+    </dependency>
+ 
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jboss-security-spi</artifactId>
+      <version>2.0.2.SP1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-spi</artifactId>
+    </dependency>
+
+  </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-common-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-common-1.0.2</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-common-1.0.2</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list