Skip to content

Commit 1d3290a

Browse files
committed
upgraded parent POM to latest 5.1
1 parent 56e862e commit 1d3290a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<groupId>org.codehaus.plexus</groupId>
2424
<artifactId>plexus</artifactId>
25-
<version>4.0</version>
25+
<version>5.1</version>
2626
</parent>
2727

2828
<artifactId>plexus-utils</artifactId>
@@ -50,10 +50,6 @@ limitations under the License.
5050
</site>
5151
</distributionManagement>
5252

53-
<properties>
54-
<javaVersion>6</javaVersion>
55-
</properties>
56-
5753
<dependencies>
5854
<dependency>
5955
<groupId>org.apache.maven.shared</groupId>
@@ -62,6 +58,7 @@ limitations under the License.
6258
<scope>test</scope>
6359
</dependency>
6460
</dependencies>
61+
6562
<build>
6663
<pluginManagement>
6764
<plugins>
@@ -114,7 +111,6 @@ limitations under the License.
114111
<plugin>
115112
<groupId>org.apache.maven.plugins</groupId>
116113
<artifactId>maven-enforcer-plugin</artifactId>
117-
<version>1.1.1</version>
118114
<executions>
119115
<execution>
120116
<id>enforce-java</id>
@@ -133,6 +129,7 @@ limitations under the License.
133129
</plugin>
134130
</plugins>
135131
</build>
132+
136133
<profiles>
137134
<profile>
138135
<!-- See https://github.com/codehaus-plexus/plexus-utils/pull/27 -->

0 commit comments

Comments
 (0)