[weld-commits] Weld SVN: r6727 - in api/branches/glassfish-31-integration-01: bom and 3 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jul 19 10:54:13 EDT 2010


Author: rogerk
Date: 2010-07-19 10:54:13 -0400 (Mon, 19 Jul 2010)
New Revision: 6727

Modified:
   api/branches/glassfish-31-integration-01/bom/pom.xml
   api/branches/glassfish-31-integration-01/parent/pom.xml
   api/branches/glassfish-31-integration-01/pom.xml
   api/branches/glassfish-31-integration-01/weld-spi/pom.xml
   api/branches/glassfish-31-integration-01/weld/pom.xml
Log:
Updates For Weld Integration Into GlassFish 3.1 - remove SNAPSHOT references

Modified: api/branches/glassfish-31-integration-01/bom/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/bom/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/bom/pom.xml	2010-07-19 14:54:13 UTC (rev 6727)
@@ -3,7 +3,7 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-api-bom</artifactId>
    <packaging>pom</packaging>
-   <version>1.1.0-01-glassfish-SNAPSHOT</version>
+   <version>1.1.0-01-glassfish</version>
 
    <parent>
       <groupId>org.jboss.weld</groupId>

Modified: api/branches/glassfish-31-integration-01/parent/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/parent/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/parent/pom.xml	2010-07-19 14:54:13 UTC (rev 6727)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-api-bom</artifactId>
-      <version>1.1.0-01-glassfish-SNAPSHOT</version>
+      <version>1.1.0-01-glassfish</version>
       <relativePath>../bom/pom.xml</relativePath>
    </parent>
    <groupId>org.jboss.weld</groupId>

Modified: api/branches/glassfish-31-integration-01/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/pom.xml	2010-07-19 14:54:13 UTC (rev 6727)
@@ -3,7 +3,7 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-api-build-aggregator</artifactId>
    <packaging>pom</packaging>
-   <version>1.1.0-01-glassfish-SNAPSHOT</version>
+   <version>1.1.0-01-glassfish</version>
 
    <parent>
       <groupId>org.jboss.weld</groupId>

Modified: api/branches/glassfish-31-integration-01/weld/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/weld/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/weld/pom.xml	2010-07-19 14:54:13 UTC (rev 6727)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>weld-api-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.1.0-01-glassfish-SNAPSHOT</version>
+      <version>1.1.0-01-glassfish</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: api/branches/glassfish-31-integration-01/weld-spi/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/weld-spi/pom.xml	2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/weld-spi/pom.xml	2010-07-19 14:54:13 UTC (rev 6727)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>weld-api-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.1.0-01-glassfish-SNAPSHOT</version>
+      <version>1.1.0-01-glassfish</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>



More information about the weld-commits mailing list