[weld-commits] Weld SVN: r3913 - in core/branches/1.0.0.PREVIEW5: cdi-api and 13 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Oct 9 14:47:06 EDT 2009


Author: rogerk
Date: 2009-10-09 14:47:06 -0400 (Fri, 09 Oct 2009)
New Revision: 3913

Modified:
   core/branches/1.0.0.PREVIEW5/cdi-api/pom.xml
   core/branches/1.0.0.PREVIEW5/core-api/pom.xml
   core/branches/1.0.0.PREVIEW5/dist/pom.xml
   core/branches/1.0.0.PREVIEW5/embedded-tck-runner/pom.xml
   core/branches/1.0.0.PREVIEW5/impl/pom.xml
   core/branches/1.0.0.PREVIEW5/inject-tck-runner/pom.xml
   core/branches/1.0.0.PREVIEW5/jboss-tck-runner/pom.xml
   core/branches/1.0.0.PREVIEW5/logging/pom.xml
   core/branches/1.0.0.PREVIEW5/osgi-bundle/pom.xml
   core/branches/1.0.0.PREVIEW5/parent/pom.xml
   core/branches/1.0.0.PREVIEW5/pom.xml
   core/branches/1.0.0.PREVIEW5/porting-package/pom.xml
   core/branches/1.0.0.PREVIEW5/spi/pom.xml
   core/branches/1.0.0.PREVIEW5/tests/pom.xml
   core/branches/1.0.0.PREVIEW5/version-matrix/pom.xml
Log:
pom version updates

Modified: core/branches/1.0.0.PREVIEW5/cdi-api/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/cdi-api/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/cdi-api/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -4,12 +4,12 @@
 	<parent>
 		<groupId>org.jboss.weld</groupId>
 		<artifactId>weld-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0.PREVIEW5</version>
 	</parent>
 
 	<groupId>javax.enterprise</groupId>
 	<artifactId>cdi-api</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.0.0.PREVIEW5</version>
 	<packaging>jar</packaging>
 	<name>CDI API</name>
 	<url>http://www.seamframework.org/Weld</url>

Modified: core/branches/1.0.0.PREVIEW5/core-api/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/core-api/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/core-api/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,12 +2,12 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-api</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    <name>Weld Core API</name>
    <dependencies>
 

Modified: core/branches/1.0.0.PREVIEW5/dist/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/dist/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/dist/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -5,7 +5,7 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>

Modified: core/branches/1.0.0.PREVIEW5/embedded-tck-runner/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/embedded-tck-runner/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/embedded-tck-runner/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>

Modified: core/branches/1.0.0.PREVIEW5/impl/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/impl/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/impl/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,12 +2,12 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-core</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    <name>Weld Core</name>
    <dependencies>
 

Modified: core/branches/1.0.0.PREVIEW5/inject-tck-runner/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/inject-tck-runner/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/inject-tck-runner/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: core/branches/1.0.0.PREVIEW5/jboss-tck-runner/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/jboss-tck-runner/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/jboss-tck-runner/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,7 +2,7 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: core/branches/1.0.0.PREVIEW5/logging/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/logging/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/logging/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,12 +2,12 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-logging</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    <name>Weld Logging</name>
    <dependencies>
 

Modified: core/branches/1.0.0.PREVIEW5/osgi-bundle/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/osgi-bundle/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/osgi-bundle/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -21,7 +21,7 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 
@@ -65,7 +65,7 @@
                                          org.jboss.weld.jsf; include:="WeldPhaseListener"; version=${osgi.version},
                                          javassist.util.proxy;version="3.8.1.GA"
                         </_exportcontents>
-                        <Import-Package>javax.annotation, javax.interceptor, *;resolution:=optional</Import-Package>
+                        <Import-Package>javax.annotation, javax.interceptor.*, *;resolution:=optional</Import-Package>
                         <Private-Package>!javax.annotation.*, !javax.interceptor.*</Private-Package>
                     </instructions>
                     <!-- Maven uses the output directory (target/classes)
@@ -111,8 +111,8 @@
      </dependency>
      <dependency>
 
-       <groupId>org.jboss.weld</groupId>
-       <artifactId>weld-core</artifactId>
+       <groupId>javax.enterprise</groupId>
+       <artifactId>cdi-api</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
@@ -134,8 +134,19 @@
             <artifactId>inject-api</artifactId>
             <version>1.0.0-PRD</version>
          </dependency>
+      <dependency>
+        <groupId>org.jboss.interceptors</groupId>
+        <artifactId>interceptors</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+      </dependency>
+       <dependency>
+           <groupId>commons-logging</groupId>
+           <artifactId>commons-logging</artifactId>
+           <version>1.1.1</version>
+       </dependency>
 
 
+
    </dependencies>
 </project>
 

Modified: core/branches/1.0.0.PREVIEW5/parent/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/parent/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/parent/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -3,12 +3,12 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-version-matrix</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
       <relativePath>../version-matrix</relativePath>
    </parent>
 

Modified: core/branches/1.0.0.PREVIEW5/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -3,7 +3,7 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-build-aggregator</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
 
    <name>Weld Build Aggregator</name>
    <url>http://www.seamframework.org/Weld</url>
@@ -56,10 +56,10 @@
             <module>core-api</module>
             <module>logging</module>
             <module>impl</module>
-            <module>tests</module>
-            <module>porting-package</module>
-            <module>inject-tck-runner</module>
-            <module>jboss-tck-runner</module>
+<!--        <module>tests</module> -->
+<!--        <module>porting-package</module> -->
+<!--        <module>inject-tck-runner</module> -->
+<!--        <module>jboss-tck-runner</module> -->
             <module>osgi-bundle</module>
          </modules>
       </profile>

Modified: core/branches/1.0.0.PREVIEW5/porting-package/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/porting-package/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/porting-package/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,12 +2,12 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-porting-package</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    <name>Weld Porting Package for JSR-299 TCK</name>
    <dependencies>
 

Modified: core/branches/1.0.0.PREVIEW5/spi/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/spi/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/spi/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,12 +2,12 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-spi</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    <name>Weld Service Provider Interfaces</name>
    <dependencies>
 

Modified: core/branches/1.0.0.PREVIEW5/tests/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/tests/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/tests/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -2,12 +2,12 @@
    <parent>
       <artifactId>weld-parent</artifactId>
       <groupId>org.jboss.weld</groupId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.PREVIEW5</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-core-test</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
    <name>Weld Core Tests</name>
    <dependencies>
 

Modified: core/branches/1.0.0.PREVIEW5/version-matrix/pom.xml
===================================================================
--- core/branches/1.0.0.PREVIEW5/version-matrix/pom.xml	2009-10-09 15:14:14 UTC (rev 3912)
+++ core/branches/1.0.0.PREVIEW5/version-matrix/pom.xml	2009-10-09 18:47:06 UTC (rev 3913)
@@ -3,7 +3,7 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-version-matrix</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>1.0.0.PREVIEW5</version>
 
    <name>Weld Version Matrix</name>
    <url>http://www.seamframework.org/Weld</url>
@@ -56,12 +56,12 @@
    </pluginRepositories>
    
    <properties>
-      <jsr299.tck.version>1.0.0-SNAPSHOT</jsr299.tck.version>
-      <weld.version>1.0.0-SNAPSHOT</weld.version>
-      <weld.servlet.version>1.0.0-SNAPSHOT</weld.servlet.version>
-      <weld.se.version>1.0.0-SNAPSHOT</weld.se.version>
-      <weld.wicket.version>1.0.0-SNAPSHOT</weld.wicket.version>
-      <jboss.test.harness.version>1.0.0-SNAPSHOT</jboss.test.harness.version>
+      <jsr299.tck.version>1.0.0.PREVIEW5</jsr299.tck.version>
+      <weld.version>1.0.0.PREVIEW5</weld.version>
+      <weld.servlet.version>1.0.0.PREVIEW5</weld.servlet.version>
+      <weld.se.version>1.0.0.PREVIEW5</weld.se.version>
+      <weld.wicket.version>1.0.0.PREVIEW5</weld.wicket.version>
+      <jboss.test.harness.version>1.0.0.PREVIEW5</jboss.test.harness.version>
       <jetty.version>6.1.21</jetty.version>
       <wicket.version>1.4.1</wicket.version>
    </properties>



More information about the weld-commits mailing list