You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2007/12/21 01:39:09 UTC

svn commit: r606076 - in /commons/proper/pool/branches/1_4_RELEASE_BRANCH: project.properties project.xml

Author: psteitz
Date: Thu Dec 20 16:39:08 2007
New Revision: 606076

URL: http://svn.apache.org/viewvc?rev=606076&view=rev
Log:
Prepare for 1.4-RC1.

Modified:
    commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties
    commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml

Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties?rev=606076&r1=606075&r2=606076&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.properties Thu Dec 20 16:39:08 2007
@@ -19,7 +19,6 @@
 
 # uncomment the next line to work in offline mode (no jar download & no linkcheck)
 #maven.mode.online=
-maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
 
 maven.javadoc.author=false
 maven.javadoc.overview=src/java/org/apache/commons/pool/overview.html
@@ -40,16 +39,19 @@
 maven.compile.debug=on
 maven.compile.deprecation=off
 maven.compile.optimize=off
-maven.compile.source=1.4
-maven.compile.target=1.4
+maven.compile.source=1.3
+maven.compile.target=1.3
 
 maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src
 
 maven.jdiff.new.tag=CURRENT
-maven.jdiff.old.tag=POOL_1_2
+maven.jdiff.old.tag=POOL_1_3
 
 maven.jarResources.basedir=src/java
 maven.jar.excludes=**/package.html
 maven.junit.fork=true
 
 clover.excludes=**/Test*.java
+
+maven.announcement.file=${basedir}/RELEASE-NOTES.txt
+maven.announcement.stylesheet.path=${basedir}/release-notes.jsl

Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml?rev=606076&r1=606075&r2=606076&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/project.xml Thu Dec 20 16:39:08 2007
@@ -22,7 +22,7 @@
   <groupId>commons-pool</groupId>
   <artifactId>commons-pool</artifactId>
   <inceptionYear>2001</inceptionYear>
-  <currentVersion>1.4-SNAPSHOT</currentVersion>
+  <currentVersion>1.4-RC1</currentVersion>
   <shortDescription>Commons Object Pooling Library</shortDescription>
   <description>Commons Object Pooling Library</description>
   <logo>/images/pool-logo-white.png</logo>
@@ -96,6 +96,11 @@
       <name>1.3</name>
       <tag>POOL_1_3</tag>
     </version>
+    <version>
+      <id>1.4-RC1</id>
+      <name>1.4-RC1</name>
+      <tag>POOL_1_4_RC1</tag>
+    </version>
   </versions>
 
   <developers>
@@ -160,7 +165,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <properties>
           <comment>Only required to run unit tests</comment>
           <scope>test</scope>
@@ -169,32 +174,6 @@
 
     <dependency>
       <groupId>maven</groupId>
-      <artifactId>maven-plugin-plugin</artifactId>
-      <version>1.7</version>
-      <url>http://maven.apache.org/maven-1.x/plugins/plugin/</url>
-      <type>plugin</type>
-      <properties>
-          <comment>
-              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.7 (minimum)
-          </comment>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-scm-plugin</artifactId>
-      <version>1.5</version>
-      <url>http://maven.apache.org/maven-1.x/plugins/scm/</url>
-      <type>plugin</type>
-      <properties>
-          <comment>
-              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5 (minimum)
-          </comment>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
       <artifactId>maven-jdiff-plugin</artifactId>
       <version>1.5</version>
       <url>http://maven.apache.org/maven-1.x/plugins/jdiff/</url>
@@ -219,45 +198,6 @@
       </properties>
     </dependency>
 
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-changelog-plugin</artifactId>
-      <version>1.9</version>
-      <url>http://maven.apache.org/maven-1.x/plugins/changelog/</url>
-      <type>plugin</type>
-      <properties>
-          <comment>
-              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.9 (minimum)
-          </comment>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-file-activity-plugin</artifactId>
-      <version>1.6</version>
-      <url>http://maven.apache.org/maven-1.x/plugins/file-activity/</url>
-      <type>plugin</type>
-      <properties>
-          <comment>
-              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.6 (minimum)
-          </comment>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-developer-activity-plugin</artifactId>
-      <version>1.5.1</version>
-      <url>http://maven.apache.org/maven-1.x/plugins/developer-activity/</url>
-      <type>plugin</type>
-      <properties>
-          <comment>
-              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.5.2 (minimum)
-          </comment>
-      </properties>
-    </dependency>
-
   </dependencies>
 
   <build>
@@ -305,11 +245,6 @@
         <include>org/apache/commons/pool/composite/TestCompositeKeyedObjectPool2.java</include>
         <include>org/apache/commons/pool/composite/TestCompositeKeyedObjectPoolFactory.java</include>
       </includes>
-<!--
-      <excludes>
-        <exclude>org/apache/commons/pool/TestObjectPoolFactory.java</exclude>
-      </excludes>
--->
     </unitTest>
 
     <resources>
@@ -324,10 +259,7 @@
   </build>
   
   <reports>
-    <report>maven-changelog-plugin</report>
     <report>maven-changes-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-file-activity-plugin</report>
     <report>maven-javadoc-plugin</report>
     <report>maven-jdepend-plugin</report>
     <report>maven-jdiff-plugin</report>