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

Commit 601a605

Browse files
committed
[MASSEMBLY-860] Upgrade to Java 7
This closes #116 git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1799186 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4b3857f commit 601a605

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

maven-assembly-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ under the License.
5757
</distributionManagement>
5858

5959
<properties>
60+
<javaVersion>7</javaVersion>
6061
<mdoVersion>2.0.0</mdoVersion>
6162
<mavenArchiverVersion>3.1.1</mavenArchiverVersion>
6263
<mavenFilteringVersion>3.1.1</mavenFilteringVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ under the License.
125125
<!-- For plugins that require at least Java 7 to build -->
126126
<id>java-7</id>
127127
<modules>
128+
<module>maven-assembly-plugin</module>
128129
<module>maven-checkstyle-plugin</module>
129130
<module>maven-pmd-plugin</module>
130131
</modules>
@@ -162,7 +163,6 @@ under the License.
162163
<jdk>[1.6,)</jdk>
163164
</activation>
164165
<modules>
165-
<module>maven-assembly-plugin</module>
166166
<module>maven-dependency-plugin</module>
167167
</modules>
168168
</profile>

0 commit comments

Comments
 (0)