You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/27 17:12:42 UTC

commons-pool git commit: Preparing for 2.6.0 RC1.

Repository: commons-pool
Updated Branches:
  refs/heads/master be3bcaff4 -> bafc54386


Preparing for 2.6.0 RC1.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/bafc5438
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/bafc5438
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/bafc5438

Branch: refs/heads/master
Commit: bafc54386158ce85d58e5c4bfe897ee8d13f0add
Parents: be3bcaf
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun May 27 11:12:40 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun May 27 11:12:40 2018 -0600

----------------------------------------------------------------------
 NOTICE.txt | 2 +-
 pom.xml    | 9 ++++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/bafc5438/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 310da01..301dd47 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons Pool
-Copyright 2001-2017 The Apache Software Foundation
+Copyright 2001-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/bafc5438/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a3a9c94..44ed977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,10 +169,17 @@
     <commons.jira.id>POOL</commons.jira.id>
     <commons.jira.pid>12310488</commons.jira.pid>
     <commons.site.path>pool</commons.site.path>
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-pool</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-${commons.componentid}</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
     <commons.animal-sniffer.version>1.16</commons.animal-sniffer.version>
+
+    <!-- Commons Release Plugin -->
+    <commons.bc.version>2.5.0</commons.bc.version>
+    <commons.release.isDistModule>true</commons.release.isDistModule>
+    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
+    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
+    <commons.releaseManagerKey>86FDC7E2A11262CB</commons.releaseManagerKey>    
   </properties> 
 
   <build>