Weld SVN: r6719 - in core/branches/glassfish-31-integration-01: bom and 8 other directories.
by weld-commits@lists.jboss.org
Author: rogerk
Date: 2010-07-18 10:29:52 -0400 (Sun, 18 Jul 2010)
New Revision: 6719
Modified:
core/branches/glassfish-31-integration-01/bom/pom.xml
core/branches/glassfish-31-integration-01/impl/pom.xml
core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml
core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml
core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml
core/branches/glassfish-31-integration-01/parent/pom.xml
core/branches/glassfish-31-integration-01/pom.xml
core/branches/glassfish-31-integration-01/porting-package/pom.xml
core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml
core/branches/glassfish-31-integration-01/tests/pom.xml
Log:
patches from Siva
Modified: core/branches/glassfish-31-integration-01/bom/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/bom/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/bom/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<parent>
<groupId>org.jboss.weld</groupId>
@@ -33,7 +33,7 @@
</developers>
<properties>
- <weld.api.version>1.1-SNAPSHOT</weld.api.version>
+ <weld.api.version>1.1.0-01-glassfish-SNAPSHOT</weld.api.version>
<!-- Override the API and compile with more recent EL API -->
<google.collections.version>1.0</google.collections.version>
<javassist.version>3.11.0.GA</javassist.version>
Modified: core/branches/glassfish-31-integration-01/impl/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/impl/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/impl/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -16,7 +16,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/parent/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/parent/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/parent/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
Modified: core/branches/glassfish-31-integration-01/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -4,7 +4,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-build-aggregator</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<parent>
<groupId>org.jboss.weld</groupId>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<type>pom</type>
</dependency>
</dependencies>
Modified: core/branches/glassfish-31-integration-01/porting-package/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/porting-package/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/porting-package/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/tests/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/tests/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/tests/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml 2010-07-18 14:25:45 UTC (rev 6718)
+++ core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml 2010-07-18 14:29:52 UTC (rev 6719)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-glassfish-b1-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>