[jboss-cvs] JBossAS SVN: r82389 - in projects/ejb3/tags: jboss-ejb3-common-1.0.0-Beta4 and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Dec 18 14:21:53 EST 2008
Author: ALRubinger
Date: 2008-12-18 14:21:53 -0500 (Thu, 18 Dec 2008)
New Revision: 82389
Added:
projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/
projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml
Removed:
projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-ejb3-common-1.0.0-Beta4
Copied: projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4 (from rev 82378, projects/ejb3/trunk/common)
Deleted: projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml
===================================================================
--- projects/ejb3/trunk/common/pom.xml 2008-12-18 17:24:06 UTC (rev 82378)
+++ projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml 2008-12-18 19:21:53 UTC (rev 82389)
@@ -1,100 +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-SNAPSHOT</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.0-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>
-
- <!-- 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.deployers</groupId>
- <artifactId>jboss-deployers-spi</artifactId>
- </dependency>
-
- </dependencies>
-</project>
Copied: projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml (from rev 82388, projects/ejb3/trunk/common/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4/pom.xml 2008-12-18 19:21:53 UTC (rev 82389)
@@ -0,0 +1,106 @@
+<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-Beta10</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.0-Beta4</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>
+
+ <!-- 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.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.0-Beta4</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-common-1.0.0-Beta4</url>
+ </scm>
+</project>
More information about the jboss-cvs-commits
mailing list