Skip to content

Commit 5feb039

Browse files
committed
[CODEC-244] Update from Java 6 to Java 7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1812842 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8b298ee commit 5feb039

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
@@ -222,8 +222,8 @@ limitations under the License.
222222
</dependency>
223223
</dependencies>
224224
<properties>
225-
<maven.compiler.source>1.6</maven.compiler.source>
226-
<maven.compiler.target>1.6</maven.compiler.target>
225+
<maven.compiler.source>1.7</maven.compiler.source>
226+
<maven.compiler.target>1.7</maven.compiler.target>
227227
<commons.componentid>codec</commons.componentid>
228228
<commons.module.name>org.apache.commons.codec</commons.module.name>
229229
<commons.release.version>1.12</commons.release.version>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
</properties>
4444
<body>
4545
<release version="1.12" date="2017-MM-DD" description="Feature and fix release.">
46+
<action issue="CODEC-244" dev="ggregory" type="update">Update from Java 6 to Java 7</action>
4647
</release>
4748
<release version="1.11" date="2017-10-20" description="Feature and fix release.">
4849
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->

0 commit comments

Comments
 (0)