File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ limitations under the License.
22
22
<parent >
23
23
<groupId >org.codehaus.plexus</groupId >
24
24
<artifactId >plexus</artifactId >
25
- <version >4.0 </version >
25
+ <version >5.1 </version >
26
26
</parent >
27
27
28
28
<artifactId >plexus-utils</artifactId >
@@ -50,10 +50,6 @@ limitations under the License.
50
50
</site >
51
51
</distributionManagement >
52
52
53
- <properties >
54
- <javaVersion >6</javaVersion >
55
- </properties >
56
-
57
53
<dependencies >
58
54
<dependency >
59
55
<groupId >org.apache.maven.shared</groupId >
@@ -62,6 +58,7 @@ limitations under the License.
62
58
<scope >test</scope >
63
59
</dependency >
64
60
</dependencies >
61
+
65
62
<build >
66
63
<pluginManagement >
67
64
<plugins >
@@ -114,7 +111,6 @@ limitations under the License.
114
111
<plugin >
115
112
<groupId >org.apache.maven.plugins</groupId >
116
113
<artifactId >maven-enforcer-plugin</artifactId >
117
- <version >1.1.1</version >
118
114
<executions >
119
115
<execution >
120
116
<id >enforce-java</id >
@@ -133,6 +129,7 @@ limitations under the License.
133
129
</plugin >
134
130
</plugins >
135
131
</build >
132
+
136
133
<profiles >
137
134
<profile >
138
135
<!-- See https://github.com/codehaus-plexus/plexus-utils/pull/27 -->
You can’t perform that action at this time.
0 commit comments