You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/03/16 16:38:40 UTC

[commons-pool] branch master updated: Archive pre-Java 7 releases

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new c8812b5  Archive pre-Java 7 releases
c8812b5 is described below

commit c8812b5d1ea08b0958d9bd12e8870bde94b13506
Author: Sebb <se...@apache.org>
AuthorDate: Wed Mar 16 16:38:22 2022 +0000

    Archive pre-Java 7 releases
---
 pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32e726a..d587ddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,15 +182,7 @@
     <!-- Java 7 -->
     <commons.release.2.version>2.6.2</commons.release.2.version>
     <commons.release.2.desc>(Java 7)</commons.release.2.desc>
-    <!-- Java 6 -->
-    <commons.release.3.version>2.4.3</commons.release.3.version>
-    <commons.release.3.desc>(Java 6)</commons.release.3.desc>
-    <!-- Java 5 -->
-    <commons.release.4.version>1.6</commons.release.4.version>
-    <commons.release.4.desc>(Java 5)</commons.release.4.desc>
-    <commons.release.4.binary.suffix>-bin</commons.release.4.binary.suffix>
-    <!-- override parent name, because 1.x uses different artifactId -->
-    <commons.release.4.name>commons-pool-${commons.release.4.version}</commons.release.4.name>
+
     <commons.jira.id>POOL</commons.jira.id>
     <commons.jira.pid>12310488</commons.jira.pid>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>