Skip to content

Commit 80cff64

Browse files
committed
Bump Java 7 to 8.
- Bump japicmp-maven-plugin from 0.15.2 to 0.15.3. - Bump jacoco-maven-plugin from 0.9.6 to 0.9.7. - Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M5. - Bump maven-javadoc-plugin from 3.2.0 to 3.3.0.
1 parent 33d4975 commit 80cff64

2 files changed

Lines changed: 11 additions & 17 deletions

File tree

pom.xml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,13 @@ limitations under the License.
240240
<dependency>
241241
<groupId>org.apache.commons</groupId>
242242
<artifactId>commons-lang3</artifactId>
243-
<!-- 3.9+ needs Java8 -->
244243
<version>3.12.0</version>
245244
<scope>test</scope>
246245
</dependency>
247246
</dependencies>
248247
<properties>
249-
<maven.compiler.source>1.7</maven.compiler.source>
250-
<maven.compiler.target>1.7</maven.compiler.target>
248+
<maven.compiler.source>1.8</maven.compiler.source>
249+
<maven.compiler.target>1.8</maven.compiler.target>
251250
<commons.componentid>codec</commons.componentid>
252251
<commons.module.name>org.apache.commons.codec</commons.module.name>
253252
<commons.jira.id>CODEC</commons.jira.id>
@@ -259,8 +258,10 @@ limitations under the License.
259258
<checkstyle.header.file>${basedir}/src/conf/checkstyle-header.txt</checkstyle.header.file>
260259
<checkstyle.config.file>${basedir}/src/conf/checkstyle.xml</checkstyle.config.file>
261260
<checkstyle.version>2.17</checkstyle.version>
262-
<commons.japicmp.version>0.15.2</commons.japicmp.version>
263-
<commons.jacoco.version>0.8.6</commons.jacoco.version>
261+
<commons.japicmp.version>0.15.3</commons.japicmp.version>
262+
<commons.jacoco.version>0.8.7</commons.jacoco.version>
263+
<commons.javadoc.version>3.3.0</commons.javadoc.version>
264+
<commons.surefire-report.version>3.0.0-M5</commons.surefire-report.version>
264265
<japicmp.skip>false</japicmp.skip>
265266

266267
<!-- Commons Release Plugin -->
@@ -428,18 +429,6 @@ limitations under the License.
428429
</plugins>
429430
</reporting>
430431
<profiles>
431-
<!-- profile to allow the use of plugin versions that require Java 7 -->
432-
<!-- TODO remove when CP updated to version 51 -->
433-
<profile>
434-
<id>jdk7-plugin-fix-version</id>
435-
<activation>
436-
<jdk>[1.7,1.8)</jdk>
437-
</activation>
438-
<properties>
439-
<!-- Fix to build on JDK 7: version 1.18 requires Java 8. -->
440-
<commons.animal-sniffer.version>1.17</commons.animal-sniffer.version>
441-
</properties>
442-
</profile>
443432
<profile>
444433
<id>java9+</id>
445434
<activation>

src/changes/changes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ The <action> type attribute can be add,update,fix,remove.
5757
<action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.2.</action>
5858
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/cache from v2 to v2.1.4 #75.</action>
5959
<action dev="ggregory" type="update" due-to="Dependabot">Bump junit from 4.13.1 to 4.13.2 #76.</action>
60+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 7 to 8.</action>
61+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.15.2 to 0.15.3.</action>
62+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump jacoco-maven-plugin from 0.9.6 to 0.9.7.</action>
63+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-surefire-plugin from 2.22.2 to 3.0.0-M5.</action>
64+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.2.0 to 3.3.0.</action>
6065
</release>
6166

6267
<release version="1.15" date="2020-09-01" description="Feature and fix release.">

0 commit comments

Comments
 (0)