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>
|
<groupId>commons-logging</groupId>
|
||||||
<artifactId>commons-logging</artifactId>
|
<artifactId>commons-logging</artifactId>
|
||||||
<name>Apache Commons Logging</name>
|
<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,
|
<description>Apache Commons Logging is a thin adapter allowing configurable bridging to other,
|
||||||
well known logging systems.</description>
|
well known logging systems.</description>
|
||||||
<url>http://commons.apache.org/proper/commons-logging/</url>
|
<url>http://commons.apache.org/proper/commons-logging/</url>
|
||||||
@@ -563,8 +563,8 @@ under the License.
|
|||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<animal-sniffer.signature>java16</animal-sniffer.signature>
|
<animal-sniffer.signature>java18</animal-sniffer.signature>
|
||||||
<commons.logging.javaversion>1.6</commons.logging.javaversion>
|
<commons.logging.javaversion>1.8</commons.logging.javaversion>
|
||||||
<maven.compiler.source>${commons.logging.javaversion}</maven.compiler.source>
|
<maven.compiler.source>${commons.logging.javaversion}</maven.compiler.source>
|
||||||
<maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target>
|
<maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target>
|
||||||
<commons.componentid>logging</commons.componentid>
|
<commons.componentid>logging</commons.componentid>
|
||||||
@@ -589,17 +589,4 @@ under the License.
|
|||||||
</commons.osgi.import>
|
</commons.osgi.import>
|
||||||
</properties>
|
</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>
|
</project>
|
||||||
|
|||||||
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
|
|||||||
Minor Improvements #34.
|
Minor Improvements #34.
|
||||||
</action>
|
</action>
|
||||||
<!-- UPDATES -->
|
<!-- 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">
|
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
||||||
Bump actions/cache from 2 to 3.0.2 #50, #77.
|
Bump actions/cache from 2 to 3.0.2 #50, #77.
|
||||||
</action>
|
</action>
|
||||||
|
|||||||
Reference in New Issue
Block a user