File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus</artifactId >
8
- <version >4.0 </version >
8
+ <version >6.1 </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-languages</artifactId >
42
42
<
scm .url>scm:git:
[email protected] :codehaus-plexus/plexus-languages.git</
scm .url>
43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
44
<javaVersion >6</javaVersion >
45
+ <project .build.outputTimestamp>2020-01-20T18:52:37Z</project .build.outputTimestamp>
45
46
</properties >
46
47
47
48
<build >
55
56
<plugin >
56
57
<groupId >org.apache.maven.plugins</groupId >
57
58
<artifactId >maven-release-plugin</artifactId >
58
- <version >2.5.3</version >
59
59
<configuration >
60
60
<autoVersionSubmodules >true</autoVersionSubmodules >
61
61
</configuration >
62
62
</plugin >
63
- <plugin >
64
- <groupId >org.apache.maven.plugins</groupId >
65
- <artifactId >maven-source-plugin</artifactId >
66
- <version >3.1.0</version >
67
- </plugin >
68
63
<plugin >
69
64
<groupId >org.apache.maven.plugins</groupId >
70
65
<artifactId >maven-javadoc-plugin</artifactId >
80
75
<plugin >
81
76
<groupId >org.apache.maven.plugins</groupId >
82
77
<artifactId >maven-site-plugin</artifactId >
83
- <version >3.7.1</version >
84
78
<configuration >
85
79
<topSiteURL >${scm.url} </topSiteURL >
86
- <reportPlugins />
87
80
</configuration >
88
81
</plugin >
89
82
</plugins >
107
100
</plugin >
108
101
</plugins >
109
102
</reporting >
103
+
110
104
<profiles >
111
105
<profile >
112
106
<id >plexus-release</id >
You can’t perform that action at this time.
0 commit comments