Bump Java from 6 to 8.
This commit is contained in:
19
pom.xml
19
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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user