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 2013/08/26 15:53:38 UTC

svn commit: r1517539 - in /bval/branches/bval-11: bundle/pom.xml bval-extras/pom.xml bval-guice/ bval-jsr303/ bval-tck/pom.xml bval-tck11/pom.xml pom.xml

Author: rmannibucau
Date: Mon Aug 26 13:53:38 2013
New Revision: 1517539

URL: http://svn.apache.org/r1517539
Log:
removing guice module (respecting what was said on the list) + renaming jsr303 in jsr since it implements jsr349 and to avoid future renaming + removing tck module (tck 1.0 have a single issue with tck 1.1 so we don't need to pass them too)

Removed:
    bval/branches/bval-11/bval-guice/
    bval/branches/bval-11/bval-jsr303/
Modified:
    bval/branches/bval-11/bundle/pom.xml
    bval/branches/bval-11/bval-extras/pom.xml
    bval/branches/bval-11/bval-tck/pom.xml
    bval/branches/bval-11/bval-tck11/pom.xml
    bval/branches/bval-11/pom.xml

Modified: bval/branches/bval-11/bundle/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bundle/pom.xml?rev=1517539&r1=1517538&r2=1517539&view=diff
==============================================================================
--- bval/branches/bval-11/bundle/pom.xml (original)
+++ bval/branches/bval-11/bundle/pom.xml Mon Aug 26 13:53:38 2013
@@ -35,7 +35,7 @@
     <name>Apache BVal :: org.apache.bval.bundle</name>
     <packaging>bundle</packaging>
 
-    <description>Apache BVal - Aggregate OSGi Bundle (bval-core + bval-jsr303)</description>
+    <description>Apache BVal - Aggregate OSGi Bundle (bval-core + bval-jsr)</description>
 
     <dependencies>
         <!-- JARs to include in aggregate JAR via maven-shade-plugin -->
@@ -46,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.bval</groupId>
-            <artifactId>bval-jsr303</artifactId>
+            <artifactId>bval-jsr</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>

Modified: bval/branches/bval-11/bval-extras/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-extras/pom.xml?rev=1517539&r1=1517538&r2=1517539&view=diff
==============================================================================
--- bval/branches/bval-11/bval-extras/pom.xml (original)
+++ bval/branches/bval-11/bval-extras/pom.xml Mon Aug 26 13:53:38 2013
@@ -44,7 +44,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.bval</groupId>
-            <artifactId>bval-jsr303</artifactId>
+            <artifactId>bval-jsr</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

Modified: bval/branches/bval-11/bval-tck/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck/pom.xml?rev=1517539&r1=1517538&r2=1517539&view=diff
==============================================================================
--- bval/branches/bval-11/bval-tck/pom.xml (original)
+++ bval/branches/bval-11/bval-tck/pom.xml Mon Aug 26 13:53:38 2013
@@ -28,8 +28,8 @@
     </parent>
 
     <artifactId>bval-tck-runner</artifactId>
-    <name>Apache BVal :: bval-tck (TCK Runner)</name>
-    <description>Aggregates dependencies and runs the JSR-303 TCK</description>
+    <name>Apache BVal :: bval-tck-runner (TCK Runner)</name>
+    <description>Aggregates dependencies and runs the JSR-349 TCK</description>
 
     <dependencies>
         <dependency>
@@ -74,7 +74,7 @@
 
     <properties>
         <jboss.home>/opt/jboss-5.1.0.GA</jboss.home>
-        <validation.provider>org.apache.bval.jsr303.ApacheValidationProvider</validation.provider>
+        <validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
         <remote.debug />
     </properties>
 

Modified: bval/branches/bval-11/bval-tck11/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/bval-tck11/pom.xml?rev=1517539&r1=1517538&r2=1517539&view=diff
==============================================================================
--- bval/branches/bval-11/bval-tck11/pom.xml (original)
+++ bval/branches/bval-11/bval-tck11/pom.xml Mon Aug 26 13:53:38 2013
@@ -36,7 +36,7 @@ under the License.
         <tck.version>1.1.0.Final</tck.version>
         <owb.version>1.2.1-SNAPSHOT</owb.version>
         <arquillian.version>1.0.3.Final</arquillian.version>
-        <validation.provider>org.apache.bval.jsr303.ApacheValidationProvider</validation.provider>
+        <validation.provider>org.apache.bval.jsr.ApacheValidationProvider</validation.provider>
     </properties>
 
     <dependencies>
@@ -91,7 +91,7 @@ under the License.
         </dependency>
         <dependency>
             <groupId>org.apache.bval</groupId>
-            <artifactId>bval-jsr303</artifactId>
+            <artifactId>bval-jsr</artifactId>
             <version>${project.version}</version>
         </dependency>
 

Modified: bval/branches/bval-11/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/bval-11/pom.xml?rev=1517539&r1=1517538&r2=1517539&view=diff
==============================================================================
--- bval/branches/bval-11/pom.xml (original)
+++ bval/branches/bval-11/pom.xml Mon Aug 26 13:53:38 2013
@@ -634,13 +634,11 @@
     <modules>
         <module>bval-core</module>
         <module>bval-xstream</module>
-        <module>bval-jsr303</module>
+        <module>bval-jsr</module>
         <module>bval-json</module>
-        <module>bval-guice</module>
-        <module>bval-tck</module>
         <module>bval-extras</module>
         <module>bval-tck11</module>
-        <!--<module>bundle</module>-->
+        <module>bundle</module>
     </modules>
 
 </project>