[jboss-cvs] JBossAS SVN: r82409 - in projects/ejb3/tags: jboss-ejb3-mc-int-0.1.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 18 14:46:34 EST 2008


Author: ALRubinger
Date: 2008-12-18 14:46:34 -0500 (Thu, 18 Dec 2008)
New Revision: 82409

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

Copied: projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0 (from rev 82378, projects/ejb3/trunk/mc-int)

Deleted: projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0/pom.xml
===================================================================
--- projects/ejb3/trunk/mc-int/pom.xml	2008-12-18 17:24:06 UTC (rev 82378)
+++ projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0/pom.xml	2008-12-18 19:46:34 UTC (rev 82409)
@@ -1,87 +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-mc-int</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <name>JBoss EJB 3.x MicroContainer Integration</name>
-  <description>JBoss EJB 3.x Integration with JBoss Microcontainer</description>
-  <url>http://www.jboss.org/jbossejb3/</url>
-
-  <!-- Build Configuration -->
-  <build>
-
-    <plugins>
-
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <!-- 
-          
-          TEMPORARY TESTS DISABLED (until mocks are complete)
-          
-           -->
-          <skipTests>true</skipTests>
-        </configuration>
-      </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>
-
-    <!-- EJB3 Common -->
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-common</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </dependency>
-
-    <!-- EJB3 Test -->
-    <dependency>
-      <groupId>org.jboss.ejb3</groupId>
-      <artifactId>jboss-ejb3-test</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-      <scope>test</scope>
-    </dependency>
-
-  </dependencies>
-
-</project>
\ No newline at end of file

Copied: projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0/pom.xml (from rev 82408, projects/ejb3/trunk/mc-int/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0/pom.xml	2008-12-18 19:46:34 UTC (rev 82409)
@@ -0,0 +1,92 @@
+<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-mc-int</artifactId>
+  <version>0.1.0</version>
+  <name>JBoss EJB 3.x MicroContainer Integration</name>
+  <description>JBoss EJB 3.x Integration with JBoss Microcontainer</description>
+  <url>http://www.jboss.org/jbossejb3/</url>
+
+  <!-- Build Configuration -->
+  <build>
+
+    <plugins>
+
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- 
+          
+          TEMPORARY TESTS DISABLED (until mocks are complete)
+          
+           -->
+          <skipTests>true</skipTests>
+        </configuration>
+      </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>
+
+    <!-- EJB3 Common -->
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-common</artifactId>
+      <version>1.0.0-Beta4</version>
+    </dependency>
+
+    <!-- EJB3 Test -->
+    <dependency>
+      <groupId>org.jboss.ejb3</groupId>
+      <artifactId>jboss-ejb3-test</artifactId>
+      <version>1.0.0-Beta3</version>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-mc-int-0.1.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list