You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/05/10 08:53:07 UTC

svn commit: r1336499 - in /geronimo/server/branches/3.0-beta/plugins: bval/geronimo-bval/ client/client/src/main/history/ connector-1_6/transaction-1_6/src/main/history/ console/console-jetty/src/main/history/ console/console-tomcat/src/main/history/ j...

Author: xiaming
Date: Thu May 10 06:53:07 2012
New Revision: 1336499

URL: http://svn.apache.org/viewvc?rev=1336499&view=rev
Log:
GERONIMO-6345 Add commons-lang3 dependency to geronimo-bval module

Modified:
    geronimo/server/branches/3.0-beta/plugins/bval/geronimo-bval/pom.xml
    geronimo/server/branches/3.0-beta/plugins/client/client/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/console/console-jetty/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/console/console-tomcat/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-jar-configurer/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-rar-configurer/src/main/history/dependencies.xml
    geronimo/server/branches/3.0-beta/plugins/openjpa2/persistence-jpa20-deployer/src/main/history/dependencies.xml

Modified: geronimo/server/branches/3.0-beta/plugins/bval/geronimo-bval/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/bval/geronimo-bval/pom.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/bval/geronimo-bval/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/bval/geronimo-bval/pom.xml Thu May 10 06:53:07 2012
@@ -62,6 +62,11 @@
         </dependency>
         
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        
+        <dependency>
             <groupId>org.apache.geronimo.bundles</groupId>
             <artifactId>bval-jsr303</artifactId>
         </dependency>

Modified: geronimo/server/branches/3.0-beta/plugins/client/client/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/client/client/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/client/client/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/client/client/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -42,6 +42,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/connector-1_6/transaction-1_6/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -3,7 +3,7 @@
     <module-id>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>transaction-1_6</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-beta-2-SNAPSHOT</version>
         <type>car</type>
     </module-id>
     <dependency>
@@ -22,6 +22,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/console/console-jetty/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/console/console-jetty/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/console/console-jetty/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/console/console-jetty/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -12,6 +12,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/console/console-tomcat/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/console/console-tomcat/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/console/console-tomcat/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/console/console-tomcat/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -12,6 +12,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-jar-configurer/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-jar-configurer/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-jar-configurer/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-jar-configurer/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -37,6 +37,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.bundlerepository</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-rar-configurer/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-rar-configurer/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-rar-configurer/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/j2ee/jsr88-rar-configurer/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -37,6 +37,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.bundlerepository</artifactId>
         <type>jar</type>

Modified: geronimo/server/branches/3.0-beta/plugins/openjpa2/persistence-jpa20-deployer/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/openjpa2/persistence-jpa20-deployer/src/main/history/dependencies.xml?rev=1336499&r1=1336498&r2=1336499&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/openjpa2/persistence-jpa20-deployer/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/openjpa2/persistence-jpa20-deployer/src/main/history/dependencies.xml Thu May 10 06:53:07 2012
@@ -3,7 +3,7 @@
     <module-id>
         <groupId>org.apache.geronimo.configs</groupId>
         <artifactId>persistence-jpa20-deployer</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-beta-2-SNAPSHOT</version>
         <type>car</type>
     </module-id>
     <dependency>
@@ -17,6 +17,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-lang3</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.geronimo.bundles</groupId>
         <artifactId>bval-jsr303</artifactId>
         <type>jar</type>