File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.codehaus.plexus</groupId >
23
23
<artifactId >plexus</artifactId >
24
- <version >5 .1</version >
24
+ <version >6 .1</version >
25
25
</parent >
26
26
27
27
<artifactId >plexus-classworlds</artifactId >
49
49
<url >${project.scm.developerConnection} </url >
50
50
</site >
51
51
</distributionManagement >
52
-
52
+
53
53
<properties >
54
54
<javaVersion >7</javaVersion >
55
- </properties >
55
+ <project .build.outputTimestamp>2020-01-20T18:52:37Z</project .build.outputTimestamp>
56
+ </properties >
56
57
57
58
<build >
58
59
<pluginManagement >
64
65
<content >${project.reporting.outputDirectory} </content ><!-- mono-module doesn't require site:stage -->
65
66
</configuration >
66
67
</plugin >
67
- <plugin >
68
- <groupId >org.apache.maven.plugins</groupId >
69
- <artifactId >maven-release-plugin</artifactId >
70
- <version >2.5</version >
71
- <configuration >
72
- <localCheckout >true</localCheckout >
73
- <pushChanges >false</pushChanges >
74
- <useReleaseProfile >false</useReleaseProfile >
75
- <goals >deploy</goals >
76
- <arguments >-Pplexus-release</arguments >
77
- </configuration >
78
- </plugin >
79
68
</plugins >
80
69
</pluginManagement >
81
70
<plugins >
You can’t perform that action at this time.
0 commit comments