Skip to content

Commit 0883998

Browse files
committed
CODEC-253: java 1.7 -> 1.8
1 parent b80adee commit 0883998

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ limitations under the License.
224224
</dependency>
225225
</dependencies>
226226
<properties>
227-
<maven.compiler.source>1.7</maven.compiler.source>
228-
<maven.compiler.target>1.7</maven.compiler.target>
227+
<maven.compiler.source>1.8</maven.compiler.source>
228+
<maven.compiler.target>1.8</maven.compiler.target>
229229
<commons.componentid>codec</commons.componentid>
230230
<commons.module.name>org.apache.commons.codec</commons.module.name>
231231
<commons.jira.id>CODEC</commons.jira.id>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
4444
<body>
4545
<release version="1.12" date="2019-02-04" description="Feature and fix release.">
4646
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
47+
<action issue="CODEC-253" dev="chtompki" type="fix">Upgrade to Java 1.8 target</action>
4748
<action issue="CODEC-252" dev="chtompki" type="fix">B64 salt generator: Random -> ThreadLocalRandom</action>
4849
<action issue="CODEC-250" dev="sebb" type="fix" due-to="Alex Volodko">Wrong value calculated by Cologne Phonetic if a special character is placed between equal letters</action>
4950
<action issue="CODEC-244" dev="ggregory" type="update">Update from Java 6 to Java 7</action>

0 commit comments

Comments
 (0)