You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/01/22 06:48:55 UTC

svn commit: r498533 - in /jakarta/commons/proper/dbcp/trunk: project.xml xdocs/changes.xml

Author: psteitz
Date: Sun Jan 21 21:48:54 2007
New Revision: 498533

URL: http://svn.apache.org/viewvc?view=rev&rev=498533
Log:
Prepare for 1.2.2-RC1
* Clean up plugin dependency specs
* Minimize reports
* Update version


Modified:
    jakarta/commons/proper/dbcp/trunk/project.xml
    jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/dbcp/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/project.xml?view=diff&rev=498533&r1=498532&r2=498533
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/project.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/project.xml Sun Jan 21 21:48:54 2007
@@ -21,7 +21,7 @@
   <groupId>commons-dbcp</groupId>
   <artifactId>commons-dbcp</artifactId>
   <inceptionYear>2001</inceptionYear>
-  <currentVersion>1.2.2-SNAPSHOT</currentVersion>
+  <currentVersion>1.2.2-RC1</currentVersion>
   <name>Commons DBCP</name>
   <shortDescription>Commons Database Connection Pooling</shortDescription>
   <description>Commons Database Connection Pooling</description>
@@ -91,6 +91,11 @@
       <name>1.2.1</name>
       <tag>DBCP_1_2_1</tag>
     </version>
+    <version>
+      <id>1.2.2-RC1</id>
+      <name>1.2.2-RC1</name>
+      <tag></tag>
+    </version>
   </versions>
 
   <developers>
@@ -265,8 +270,6 @@
       </properties>
     </dependency>
     
-    
-    <!-- Diagnostic report plugins - uncomment to run Diagnostic reports
      
     <dependency>
       <groupId>maven-plugins</groupId>
@@ -288,6 +291,7 @@
         <version>1.3</version>
         <type>plugin</type>
         <properties>
+          <scope>test</scope>
           <comment>
               &lt;strong&gt;Site Only&lt;/strong&gt;
           </comment>
@@ -300,14 +304,26 @@
         <version>1.9</version>
         <type>plugin</type>
         <properties>
+          <scope>test</scope>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt;
+          </comment>
+        </properties>
+    </dependency>
+    
+    <dependency>
+       <groupId>maven</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>3.0.1</version>
+        <type>plugin</type>
+        <properties>
+          <scope>test</scope>
           <comment>
               &lt;strong&gt;Site Only&lt;/strong&gt;
           </comment>
         </properties>
     </dependency>
     
-    ****** end diagnostic report plugins *****   -->
-  
   </dependencies>
 
   <build>
@@ -366,9 +382,11 @@
   <reports>
     <report>maven-changes-plugin</report>
     <report>maven-javadoc-plugin</report>
+    <!--
     <report>maven-jdepend-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-jxr-plugin</report>
+    -->
     <report>maven-license-plugin</report>
     
     <!-- Activity reports ****************
@@ -377,13 +395,12 @@
     <report>maven-file-activity-plugin</report>
     ************************************** -->
     
-    <!-- Diagnostic reports **************
-    <report>maven-linkcheck-plugin</report>
+    <!-- Diagnostic reports ***************
     <report>maven-cobertura-plugin</report>
     <report>maven-findbugs-plugin</report>
     <report>maven-checkstyle-plugin</report> 
     <report>maven-pmd-plugin</report>
-    ************************************** -->
+    -->
      
   </reports>
   

Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml?view=diff&rev=498533&r1=498532&r2=498533
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Sun Jan 21 21:48:54 2007
@@ -38,7 +38,9 @@
     <title>Commons DBCP Release Notes</title>
   </properties>
   <body>
-    <release version="1.2.2-SNAPSHOT" date="TBD">
+    <release version="1.2.2-RC1" date="TBD"
+      description="This is a maintenance release containing bug fixes
+      and enhancements. All API changes are binary compatible with version 1.2.1.">
       <action dev="dirkv " type="add">
         Add a <i>JNDI How To</i> to the User Guide.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org