You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2014/09/22 22:52:13 UTC

svn commit: r1626892 - in /bval/branches/bval-11: bval-jsr/pom.xml bval-tck11/pom.xml

Author: rmannibucau
Date: Mon Sep 22 20:52:13 2014
New Revision: 1626892

URL: http://svn.apache.org/r1626892
Log:
using some spec releases, still 2 to get (owb and el spec)

Modified:
    bval/branches/bval-11/bval-jsr/pom.xml
    bval/branches/bval-11/bval-tck11/pom.xml

Modified: bval/branches/bval-11/bval-jsr/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-jsr/pom.xml?rev=1626892&r1=1626891&r2=1626892&view=diff
==============================================================================
--- bval/branches/bval-11/bval-jsr/pom.xml (original)
+++ bval/branches/bval-11/bval-jsr/pom.xml Mon Sep 22 20:52:13 2014
@@ -136,14 +136,14 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-annotation_1.2_spec</artifactId>
-            <version>1.0.MR2-SNAPSHOT</version>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         <dependency>
           <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-          <version>1.0-SNAPSHOT</version>
+          <version>1.0-alpha-1</version>
           <scope>provided</scope>
         </dependency>
         <dependency>

Modified: bval/branches/bval-11/bval-tck11/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck11/pom.xml?rev=1626892&r1=1626891&r2=1626892&view=diff
==============================================================================
--- bval/branches/bval-11/bval-tck11/pom.xml (original)
+++ bval/branches/bval-11/bval-tck11/pom.xml Mon Sep 22 20:52:13 2014
@@ -34,7 +34,7 @@ under the License.
 
     <properties>
         <tck.version>1.1.0.Final</tck.version>
-        <owb.version>2.0.0-SNAPSHOT</owb.version>
+        <owb.version>1.5.0-SNAPSHOT</owb.version>
         <arquillian.version>1.0.3.Final</arquillian.version>
         <validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
     </properties>
@@ -43,7 +43,7 @@ under the License.
         <dependency>
           <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-validation_1.1_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
         </dependency>
 
@@ -56,19 +56,19 @@ under the License.
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jcdi_1.1_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-annotation_1.2_spec</artifactId>
-            <version>1.0.MR2-SNAPSHOT</version>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0-alpha-1</version>
             <scope>provided</scope>
         </dependency>
         <dependency>