[weld-commits] Weld SVN: r5106 - in cdi-tck/branches: 1.0 and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Nov 21 11:25:43 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-21 11:25:43 -0500 (Sat, 21 Nov 2009)
New Revision: 5106

Added:
   cdi-tck/branches/1.0/
   cdi-tck/branches/1.0/pom.xml
Removed:
   cdi-tck/branches/1.0/pom.xml
Log:
[maven-release-plugin]  copy for branch 1.0

Copied: cdi-tck/branches/1.0 (from rev 5104, cdi-tck/trunk)

Deleted: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/trunk/pom.xml	2009-11-20 10:15:06 UTC (rev 5104)
+++ cdi-tck/branches/1.0/pom.xml	2009-11-21 16:25:43 UTC (rev 5106)
@@ -1,360 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.jsr299.tck</groupId>
-   <artifactId>jsr299-tck-parent</artifactId>
-   <packaging>pom</packaging>
-   <version>1.0.1-SNAPSHOT</version>
-   <name>CDI TCK</name>
-
-   <parent>
-      <groupId>org.jboss.weld</groupId>
-      <artifactId>weld-parent</artifactId>
-      <version>6</version>
-   </parent>
-
-   <!-- Metadata -->
-   <url>http://www.seamframework.org/Weld</url>
-
-   <developers>
-      <developer>
-         <name>Pete Muir</name>
-         <email>pete.muir at jboss.org</email>
-         <organization>Red Hat Inc.</organization>
-         <url>http://in.relation.to/Bloggers/Pete</url>
-      </developer>
-
-      <developer>
-         <name>Shane Bryzak</name>
-         <organization>Red Hat Inc.</organization>
-      </developer>
-
-      <developer>
-         <name>David Allen</name>
-      </developer>
-
-      <developer>
-         <name>Nicklas Karlsson</name>
-      </developer>
-
-      <developer>
-         <name>Jozef Hartinger</name>
-         <email>jharting at redhat.com</email>
-         <organization>Red Hat Inc.</organization>
-      </developer>
-   </developers>
-
-   <organization>
-      <name>Seam Framework</name>
-      <url>http://seamframework.org</url>
-   </organization>
-
-   <ciManagement>
-      <system>Hudson</system>
-      <url />
-   </ciManagement>
-
-   <issueManagement>
-      <system>JIRA</system>
-      <url>http://jira.jboss.org/browse/CDITCK</url>
-   </issueManagement>
-
-   <inceptionYear>2008</inceptionYear>
-
-   <licenses>
-      <license>
-         <name>Apache License, Version 2.0</name>
-         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      </license>
-   </licenses>
-
-   <modules>
-      <module>api</module>
-      <module>impl</module>
-   </modules>
-
-   <properties>
-      <jboss.test.audit.version>1.1.0-SNAPSHOT</jboss.test.audit.version>
-      <jboss.test.harness.version>1.1.0-CR3</jboss.test.harness.version>
-      <testng.version>5.10</testng.version>
-      <jsr250.api.version>1.0</jsr250.api.version>
-      <cdi.api.version>1.0</cdi.api.version>
-      <atinject.api.version>1</atinject.api.version>
-      <ejb.api.version>3.1.0</ejb.api.version>
-      <jsr250.api.version>1.0</jsr250.api.version>
-      <jpa.api.version>1.0</jpa.api.version>
-      <validation.api.version>1.0.0.GA</validation.api.version>
-      <servlet.api.version>2.5</servlet.api.version>
-      <jsp.api.version>2.1</jsp.api.version>
-      <jstl.api.version>1.2</jstl.api.version>
-      <jta.api.version>1.1</jta.api.version>
-      <jms.api.version>1.1</jms.api.version>
-      <uel.api.version>2.1.2-b04</uel.api.version>
-      <jsf.api.version>1.2_13</jsf.api.version>
-      <jaxws.api.version>2.1</jaxws.api.version>
-      <interceptor.api.version>1.1</interceptor.api.version>
-      <jws.api.version>1.0-MR1</jws.api.version>
-      <apache.httpclient.version>3.1</apache.httpclient.version>
-      <htmlunit.version>2.4</htmlunit.version>
-   </properties>
-
-   <!-- Dependency management -->
-
-   <repositories>
-      <repository>
-         <id>repository.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://repository.jboss.org/maven2</url>
-         <releases>
-            <enabled>true</enabled>
-         </releases>
-      </repository>
-      <repository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Repository</name>
-         <url>http://snapshots.jboss.org/maven2</url>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>oss.sonatype.org/jboss-snapshots</id>
-         <name>JBoss (Nexus) Snapshots Repository</name>
-         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </repository>
-   </repositories>
-
-   <dependencyManagement>
-      <dependencies>
-
-         <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-            <version>${testng.version}</version>
-            <classifier>jdk15</classifier>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.annotation</groupId>
-            <artifactId>jsr250-api</artifactId>
-            <version>${jsr250.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.servlet.jsp</groupId>
-            <artifactId>jsp-api</artifactId>
-            <version>${jsp.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.inject</groupId>
-            <artifactId>javax.inject</artifactId>
-            <version>${atinject.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.transaction</groupId>
-            <artifactId>jta</artifactId>
-            <version>${jta.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-api</artifactId>
-            <version>${uel.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.faces</groupId>
-            <artifactId>jsf-api</artifactId>
-            <version>${jsf.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.validation</groupId>
-            <artifactId>validation-api</artifactId>
-            <version>${validation.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.xml.ws</groupId>
-            <artifactId>jaxws-api</artifactId>
-            <version>${jaxws.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.enterprise</groupId>
-            <artifactId>cdi-api</artifactId>
-            <version>${cdi.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.jsr299.tck</groupId>
-            <artifactId>jsr299-tck-api</artifactId>
-            <version>${project.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-audit</groupId>
-            <artifactId>jboss-test-audit-api</artifactId>
-            <version>${jboss.test.audit.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-audit</groupId>
-            <artifactId>jboss-test-audit-impl</artifactId>
-            <version>${jboss.test.audit.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.ejb3</groupId>
-            <artifactId>jboss-ejb3-api</artifactId>
-            <version>${ejb.api.version}</version>
-            <exclusions>
-               <exclusion>
-                  <artifactId>jboss-jaxrpc</artifactId>
-                  <groupId>jbossws</groupId>
-               </exclusion>
-               <exclusion>
-                  <artifactId>jboss-transaction-api</artifactId>
-                  <groupId>org.jboss.javaee</groupId>
-               </exclusion>
-               <exclusion>
-                  <artifactId>jboss-jaxrpc</artifactId>
-                  <groupId>jboss.jbossws</groupId>
-               </exclusion>
-            </exclusions>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.interceptor</groupId>
-            <artifactId>jboss-interceptor-api</artifactId>
-            <version>${interceptor.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.jws</groupId>
-            <artifactId>jsr181-api</artifactId>
-            <version>${jws.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>javax.persistence</groupId>
-            <artifactId>persistence-api</artifactId>
-            <version>${jpa.api.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>${apache.httpclient.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>net.sourceforge.htmlunit</groupId>
-            <artifactId>htmlunit</artifactId>
-            <version>${htmlunit.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness-api</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-
-         <dependency>
-            <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness</artifactId>
-            <version>${jboss.test.harness.version}</version>
-         </dependency>
-
-      </dependencies>
-   </dependencyManagement>
-
-   <!-- Configure the build -->
-   <build>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-release-plugin</artifactId>
-               <configuration>
-                  <tagBase>https://svn.jboss.org/repos/weld/cdi-tck/tags</tagBase>
-                  <preparationGoals>install</preparationGoals>
-                  <arguments>-Drelease -Dtck-audit</arguments>
-               </configuration>
-            </plugin>
-         </plugins>
-      </pluginManagement>
-   </build>
-
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/cdi-tck/trunk</connection>
-      <developerConnection>
-         scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk
-      </developerConnection>
-      <url>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk</url>
-   </scm>
-
-   <profiles>
-      <profile>
-         <id>docs</id>
-         <activation>
-            <property>
-               <name>release</name>
-            </property>
-         </activation>
-         <modules>
-            <module>doc/reference</module>
-         </modules>
-      </profile>
-      
-      <profile>
-         <id>verify-release</id>
-         <activation>
-            <property>
-               <name>release</name>
-            </property>
-         </activation>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId> 
-                  <artifactId>maven-enforcer-plugin</artifactId>
-                  <executions>
-                     <execution>
-                        <id>enforce-java-release</id>
-                        <goals>
-                           <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                           <rules>
-                              <requireJavaVersion>
-                                 <version>1.6</version>
-                              </requireJavaVersion>
-                           </rules>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-
-   </profiles>
-
-</project>

Copied: cdi-tck/branches/1.0/pom.xml (from rev 5105, cdi-tck/trunk/pom.xml)
===================================================================
--- cdi-tck/branches/1.0/pom.xml	                        (rev 0)
+++ cdi-tck/branches/1.0/pom.xml	2009-11-21 16:25:43 UTC (rev 5106)
@@ -0,0 +1,360 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.jsr299.tck</groupId>
+   <artifactId>jsr299-tck-parent</artifactId>
+   <packaging>pom</packaging>
+   <version>1.0.1-SNAPSHOT</version>
+   <name>CDI TCK</name>
+
+   <parent>
+      <groupId>org.jboss.weld</groupId>
+      <artifactId>weld-parent</artifactId>
+      <version>6</version>
+   </parent>
+
+   <!-- Metadata -->
+   <url>http://www.seamframework.org/Weld</url>
+
+   <developers>
+      <developer>
+         <name>Pete Muir</name>
+         <email>pete.muir at jboss.org</email>
+         <organization>Red Hat Inc.</organization>
+         <url>http://in.relation.to/Bloggers/Pete</url>
+      </developer>
+
+      <developer>
+         <name>Shane Bryzak</name>
+         <organization>Red Hat Inc.</organization>
+      </developer>
+
+      <developer>
+         <name>David Allen</name>
+      </developer>
+
+      <developer>
+         <name>Nicklas Karlsson</name>
+      </developer>
+
+      <developer>
+         <name>Jozef Hartinger</name>
+         <email>jharting at redhat.com</email>
+         <organization>Red Hat Inc.</organization>
+      </developer>
+   </developers>
+
+   <organization>
+      <name>Seam Framework</name>
+      <url>http://seamframework.org</url>
+   </organization>
+
+   <ciManagement>
+      <system>Hudson</system>
+      <url />
+   </ciManagement>
+
+   <issueManagement>
+      <system>JIRA</system>
+      <url>http://jira.jboss.org/browse/CDITCK</url>
+   </issueManagement>
+
+   <inceptionYear>2008</inceptionYear>
+
+   <licenses>
+      <license>
+         <name>Apache License, Version 2.0</name>
+         <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      </license>
+   </licenses>
+
+   <modules>
+      <module>api</module>
+      <module>impl</module>
+   </modules>
+
+   <properties>
+      <jboss.test.audit.version>1.1.0-SNAPSHOT</jboss.test.audit.version>
+      <jboss.test.harness.version>1.1.0-CR3</jboss.test.harness.version>
+      <testng.version>5.10</testng.version>
+      <jsr250.api.version>1.0</jsr250.api.version>
+      <cdi.api.version>1.0</cdi.api.version>
+      <atinject.api.version>1</atinject.api.version>
+      <ejb.api.version>3.1.0</ejb.api.version>
+      <jsr250.api.version>1.0</jsr250.api.version>
+      <jpa.api.version>1.0</jpa.api.version>
+      <validation.api.version>1.0.0.GA</validation.api.version>
+      <servlet.api.version>2.5</servlet.api.version>
+      <jsp.api.version>2.1</jsp.api.version>
+      <jstl.api.version>1.2</jstl.api.version>
+      <jta.api.version>1.1</jta.api.version>
+      <jms.api.version>1.1</jms.api.version>
+      <uel.api.version>2.1.2-b04</uel.api.version>
+      <jsf.api.version>1.2_13</jsf.api.version>
+      <jaxws.api.version>2.1</jaxws.api.version>
+      <interceptor.api.version>1.1</interceptor.api.version>
+      <jws.api.version>1.0-MR1</jws.api.version>
+      <apache.httpclient.version>3.1</apache.httpclient.version>
+      <htmlunit.version>2.4</htmlunit.version>
+   </properties>
+
+   <!-- Dependency management -->
+
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+         <releases>
+            <enabled>true</enabled>
+         </releases>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>oss.sonatype.org/jboss-snapshots</id>
+         <name>JBoss (Nexus) Snapshots Repository</name>
+         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+   </repositories>
+
+   <dependencyManagement>
+      <dependencies>
+
+         <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>${testng.version}</version>
+            <classifier>jdk15</classifier>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>jsr250-api</artifactId>
+            <version>${jsr250.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.5</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.servlet.jsp</groupId>
+            <artifactId>jsp-api</artifactId>
+            <version>${jsp.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <version>${atinject.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.transaction</groupId>
+            <artifactId>jta</artifactId>
+            <version>${jta.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>${uel.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <version>${jsf.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.validation</groupId>
+            <artifactId>validation-api</artifactId>
+            <version>${validation.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.xml.ws</groupId>
+            <artifactId>jaxws-api</artifactId>
+            <version>${jaxws.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.enterprise</groupId>
+            <artifactId>cdi-api</artifactId>
+            <version>${cdi.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.jsr299.tck</groupId>
+            <artifactId>jsr299-tck-api</artifactId>
+            <version>${project.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-audit</groupId>
+            <artifactId>jboss-test-audit-api</artifactId>
+            <version>${jboss.test.audit.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-audit</groupId>
+            <artifactId>jboss-test-audit-impl</artifactId>
+            <version>${jboss.test.audit.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-api</artifactId>
+            <version>${ejb.api.version}</version>
+            <exclusions>
+               <exclusion>
+                  <artifactId>jboss-jaxrpc</artifactId>
+                  <groupId>jbossws</groupId>
+               </exclusion>
+               <exclusion>
+                  <artifactId>jboss-transaction-api</artifactId>
+                  <groupId>org.jboss.javaee</groupId>
+               </exclusion>
+               <exclusion>
+                  <artifactId>jboss-jaxrpc</artifactId>
+                  <groupId>jboss.jbossws</groupId>
+               </exclusion>
+            </exclusions>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.interceptor</groupId>
+            <artifactId>jboss-interceptor-api</artifactId>
+            <version>${interceptor.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.jws</groupId>
+            <artifactId>jsr181-api</artifactId>
+            <version>${jws.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>javax.persistence</groupId>
+            <artifactId>persistence-api</artifactId>
+            <version>${jpa.api.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${apache.httpclient.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>net.sourceforge.htmlunit</groupId>
+            <artifactId>htmlunit</artifactId>
+            <version>${htmlunit.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-api</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+
+         <dependency>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness</artifactId>
+            <version>${jboss.test.harness.version}</version>
+         </dependency>
+
+      </dependencies>
+   </dependencyManagement>
+
+   <!-- Configure the build -->
+   <build>
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-release-plugin</artifactId>
+               <configuration>
+                  <tagBase>https://svn.jboss.org/repos/weld/cdi-tck/tags</tagBase>
+                  <preparationGoals>install</preparationGoals>
+                  <arguments>-Drelease -Dtck-audit</arguments>
+               </configuration>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+   </build>
+
+   <scm>
+      <connection>scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0</connection>
+      <developerConnection>
+         scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/branches/1.0
+      </developerConnection>
+      <url>https://svn.jboss.org/repos/weld/cdi-tck/tags/1.0</url>
+   </scm>
+
+   <profiles>
+      <profile>
+         <id>docs</id>
+         <activation>
+            <property>
+               <name>release</name>
+            </property>
+         </activation>
+         <modules>
+            <module>doc/reference</module>
+         </modules>
+      </profile>
+      
+      <profile>
+         <id>verify-release</id>
+         <activation>
+            <property>
+               <name>release</name>
+            </property>
+         </activation>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId> 
+                  <artifactId>maven-enforcer-plugin</artifactId>
+                  <executions>
+                     <execution>
+                        <id>enforce-java-release</id>
+                        <goals>
+                           <goal>enforce</goal>
+                        </goals>
+                        <configuration>
+                           <rules>
+                              <requireJavaVersion>
+                                 <version>1.6</version>
+                              </requireJavaVersion>
+                           </rules>
+                        </configuration>
+                     </execution>
+                  </executions>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+
+   </profiles>
+
+</project>



More information about the weld-commits mailing list