[webbeans-commits] Webbeans SVN: r2535 - in ri/tags: webbeans-spi-1.0.0.PREVIEW1 and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Apr 19 19:03:05 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-19 19:03:04 -0400 (Sun, 19 Apr 2009)
New Revision: 2535

Added:
   ri/tags/webbeans-spi-1.0.0.PREVIEW1/
   ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml
Removed:
   ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml
Log:
[maven-release-plugin]  copy for tag webbeans-spi-1.0.0.PREVIEW1

Copied: ri/tags/webbeans-spi-1.0.0.PREVIEW1 (from rev 2513, ri/trunk/spi)

Deleted: ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml
===================================================================
--- ri/trunk/spi/pom.xml	2009-04-19 09:55:50 UTC (rev 2513)
+++ ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml	2009-04-19 23:03:04 UTC (rev 2535)
@@ -1,66 +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">
-   <parent>
-      <artifactId>webbeans-parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-spi</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
-   <name>Web Beans Service Provider Interfaces</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>jsr299-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.persistence</groupId>
-         <artifactId>persistence-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <scope>test</scope>
-         <classifier>jdk15</classifier>
-         <exclusions>
-            <exclusion>
-               <groupId>junit</groupId>
-               <artifactId>junit</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.transaction</groupId>
-      	<artifactId>jta</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.annotation</groupId>
-      	<artifactId>jsr250-api</artifactId>
-      	<optional>true</optional>
-      </dependency>
-      
-      <dependency>
-      	<groupId>javax.jms</groupId>
-      	<artifactId>jms</artifactId>
-    	</dependency>
-
-   </dependencies>
-
-   <build>
-   	<defaultGoal>install</defaultGoal>
-   </build>
-</project>

Copied: ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml (from rev 2534, ri/trunk/spi/pom.xml)
===================================================================
--- ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml	                        (rev 0)
+++ ri/tags/webbeans-spi-1.0.0.PREVIEW1/pom.xml	2009-04-19 23:03:04 UTC (rev 2535)
@@ -0,0 +1,72 @@
+<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>
+      <artifactId>webbeans-parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0.PREVIEW1</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-spi</artifactId>
+   <version>1.0.0.PREVIEW1</version>
+   <name>Web Beans Service Provider Interfaces</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>jsr299-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.persistence</groupId>
+         <artifactId>persistence-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <scope>test</scope>
+         <classifier>jdk15</classifier>
+         <exclusions>
+            <exclusion>
+               <groupId>junit</groupId>
+               <artifactId>junit</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.transaction</groupId>
+      	<artifactId>jta</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.annotation</groupId>
+      	<artifactId>jsr250-api</artifactId>
+      	<optional>true</optional>
+      </dependency>
+      
+      <dependency>
+      	<groupId>javax.jms</groupId>
+      	<artifactId>jms</artifactId>
+    	</dependency>
+
+   </dependencies>
+
+   <build>
+   	<defaultGoal>install</defaultGoal>
+   </build>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/webbeans-spi-1.0.0.PREVIEW1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/webbeans-spi-1.0.0.PREVIEW1</developerConnection>
+    <url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/webbeans-spi-1.0.0.PREVIEW1</url>
+  </scm>
+</project>




More information about the weld-commits mailing list