Skip to content

Commit d44f75c

Browse files
committed
Bump Java from 7 to 8
1 parent 4076cc4 commit d44f75c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
</dependencies>
191191

192192
<properties>
193-
<maven.compiler.source>1.7</maven.compiler.source>
194-
<maven.compiler.target>1.7</maven.compiler.target>
193+
<maven.compiler.source>1.8</maven.compiler.source>
194+
<maven.compiler.target>1.8</maven.compiler.target>
195195
<commons.componentid>cli</commons.componentid>
196196
<commons.module.name>org.apache.commons.cli</commons.module.name>
197197
<commons.release.version>1.5.0</commons.release.version>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
Add github/codeql-action.
4040
</action>
4141
<!-- UPDATES -->
42+
<action type="update" dev="ggregory" due-to="Gary Gregory">
43+
Bump Java from 7 to 8.
44+
</action>
4245
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
4346
Bump actions/cache from 2.1.7 to 3.0.10 #97, #130, #132.
4447
</action>

0 commit comments

Comments
 (0)