Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Upgrade to Java 7 #116

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions maven-assembly-plugin/pom.xml
Expand Up @@ -57,6 +57,7 @@ under the License.
</distributionManagement>

<properties>
<javaVersion>7</javaVersion>
<mdoVersion>2.0.0</mdoVersion>
<mavenArchiverVersion>3.1.1</mavenArchiverVersion>
<mavenFilteringVersion>3.1.1</mavenFilteringVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -125,6 +125,7 @@ under the License.
<!-- For plugins that require at least Java 7 to build -->
<id>java-7</id>
<modules>
<module>maven-assembly-plugin</module>
<module>maven-checkstyle-plugin</module>
<module>maven-pmd-plugin</module>
</modules>
Expand Down Expand Up @@ -162,7 +163,6 @@ under the License.
<jdk>[1.6,)</jdk>
</activation>
<modules>
<module>maven-assembly-plugin</module>
<module>maven-dependency-plugin</module>
</modules>
</profile>
Expand Down