You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by al...@apache.org on 2010/08/05 19:10:20 UTC

svn commit: r982699 - /openjpa/trunk/pom.xml

Author: allee8285
Date: Thu Aug  5 17:10:20 2010
New Revision: 982699

URL: http://svn.apache.org/viewvc?rev=982699&view=rev
Log:
OPENJPA-1761 Update Commons Pool from 1.5.3. to 1.5.4

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=982699&r1=982698&r2=982699&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Aug  5 17:10:20 2010
@@ -7,18 +7,18 @@
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at
- 
+
  http://www.apache.org/licenses/LICENSE-2.0
- 
+
  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
- under the License.   
+ under the License.
 -->
-<!-- 
-    Maven release plugin requires the project tag to be on a single line. 
+<!--
+    Maven release plugin requires the project tag to be on a single line.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
@@ -318,10 +318,10 @@
         </profile>
 
         <profile>
-            <!--                        
+            <!--
                 Javadoc profile. Docs can be built by running:
                     mvn process-resources -Dtest=false -Pjavadoc-profile
-            -->  
+            -->
             <id>javadoc-profile</id>
             <build>
                 <plugins>
@@ -579,7 +579,7 @@
             <dependency>
                 <groupId>commons-pool</groupId>
                 <artifactId>commons-pool</artifactId>
-                <version>1.5.3</version>
+                <version>1.5.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -620,12 +620,12 @@
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-validation_1.0_spec</artifactId>
                 <version>1.1</version>
-            </dependency>            
+            </dependency>
             <dependency>
                 <groupId>org.apache.bval</groupId>
                 <artifactId>org.apache.bval.bundle</artifactId>
                 <version>0.1-incubating</version>
-            </dependency>            
+            </dependency>
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
@@ -1136,7 +1136,7 @@
                 <version>2.2</version>
                 <configuration>
                     <configLocation>${checkstyle.config.location}</configLocation>
-                    <includeTestSourceDirectory>true</includeTestSourceDirectory> 
+                    <includeTestSourceDirectory>true</includeTestSourceDirectory>
                     <excludes>**/*_.java</excludes>
                 </configuration>
             </plugin>