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

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

commit 0b2794136ad592fc6b6a2f172aec673a340ff7e0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 24 17:02:05 2022 -0400

    Bump Java from 6 to 8.
---
 pom.xml                 | 19 +++----------------
 src/changes/changes.xml |  3 +++
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c7cb62..fc51bfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <name>Apache Commons Logging</name>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <description>Apache Commons Logging is a thin adapter allowing configurable 
bridging to other,
     well known logging systems.</description>
   <url>http://commons.apache.org/proper/commons-logging/</url>
@@ -563,8 +563,8 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <animal-sniffer.signature>java16</animal-sniffer.signature>
-    <commons.logging.javaversion>1.6</commons.logging.javaversion>
+    <animal-sniffer.signature>java18</animal-sniffer.signature>
+    <commons.logging.javaversion>1.8</commons.logging.javaversion>
     
<maven.compiler.source>${commons.logging.javaversion}</maven.compiler.source>
     
<maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target>
     <commons.componentid>logging</commons.componentid>
@@ -589,17 +589,4 @@ under the License.
     </commons.osgi.import>
   </properties>
 
-  <profiles>
-    <profile>
-      <!-- Bump the minimum compiler version for JDK 12+ -->
-      <id>jdk12-plus-no-java6</id>
-      <activation>
-        <jdk>[1.12,)</jdk>
-      </activation>
-      <properties>
-        <commons.logging.javaversion>1.7</commons.logging.javaversion>
-      </properties>
-    </profile>
-  </profiles>
-
 </project>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea1fdcc..c1ffe5c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
         Minor Improvements #34.
       </action>
       <!-- UPDATES -->
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump Java from 6 to 8.
+      </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/cache from 2 to 3.0.2 #50, #77.
       </action>

Reply via email to