Skip to content

Commit 4964e24

Browse files
committed
Push to Java 7
1 parent a59b921 commit 4964e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<groupId>org.codehaus.plexus</groupId>
2323
<artifactId>plexus</artifactId>
2424
<packaging>pom</packaging>
25-
<version>5.2-SNAPSHOT</version>
25+
<version>6.0-SNAPSHOT</version>
2626

2727
<name>Plexus</name>
2828
<description>The Plexus project provides a full software stack for creating and executing software projects.</description>
@@ -306,7 +306,7 @@ limitations under the License.
306306
</distributionManagement>
307307

308308
<properties>
309-
<javaVersion>6</javaVersion>
309+
<javaVersion>7</javaVersion>
310310
<maven.compiler.source>1.${javaVersion}</maven.compiler.source>
311311
<maven.compiler.target>1.${javaVersion}</maven.compiler.target>
312312
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)