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 2017/10/30 22:40:13 UTC

commons-pool git commit: [POOL-331] Update from Java 6 to 7.

Repository: commons-pool
Updated Branches:
  refs/heads/master bfc23e33e -> 7275cf198


[POOL-331] Update from Java 6 to 7.

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

Branch: refs/heads/master
Commit: 7275cf19805d9641e2e0b23febb82ed42d6fefb1
Parents: bfc23e3
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 30 16:40:10 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 30 16:40:10 2017 -0600

----------------------------------------------------------------------
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/7275cf19/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0e8fbff..f13e405 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,8 +151,8 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <commons.componentid>pool2</commons.componentid>
     <commons.module.name>org.apache.commons.pool2</commons.module.name>
     <commons.release.version>2.4.4</commons.release.version>

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/7275cf19/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc9b736..1c852d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,11 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Pool Changes</title>
   </properties>
   <body>
+  <release version="2.5" date="2017-MM-DD" description="This is a patch release, including bug fixes only.">
+    <action dev="ggregory" issue="POOL-331" type="update">
+      Update from Java 6 to 7.
+    </action>
+  </release>
   <release version="2.4.3" date="2017-10-24" description="This is a patch release, including bug fixes only.">
     <action dev="ggregory" issue="POOL-328" type="fix" due-to="Lorenzo Solano Martinez">
       Documentation with repeated words (sources, tests, and examples).