File tree 1 file changed +5
-20
lines changed
1 file changed +5
-20
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 >6.0 </version >
25
+ <version >6.1 </version >
26
26
</parent >
27
27
28
28
<artifactId >plexus-utils</artifactId >
@@ -50,6 +50,10 @@ limitations under the License.
50
50
</site >
51
51
</distributionManagement >
52
52
53
+ <properties >
54
+ <project .build.outputTimestamp>2020-01-20T18:52:37Z</project .build.outputTimestamp>
55
+ </properties >
56
+
53
57
<dependencies >
54
58
<dependency >
55
59
<groupId >org.apache.maven.shared</groupId >
@@ -120,25 +124,6 @@ limitations under the License.
120
124
</systemProperties >
121
125
</configuration >
122
126
</plugin >
123
- <plugin >
124
- <groupId >org.apache.maven.plugins</groupId >
125
- <artifactId >maven-enforcer-plugin</artifactId >
126
- <executions >
127
- <execution >
128
- <id >enforce-java</id >
129
- <goals >
130
- <goal >enforce</goal >
131
- </goals >
132
- <configuration >
133
- <rules >
134
- <requireJavaVersion >
135
- <version >1.7.0</version >
136
- </requireJavaVersion >
137
- </rules >
138
- </configuration >
139
- </execution >
140
- </executions >
141
- </plugin >
142
127
</plugins >
143
128
</build >
144
129
You can’t perform that action at this time.
0 commit comments