File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >jakarta.mvc</groupId >
31
31
<artifactId >jakarta.mvc-parent</artifactId >
32
- <version >2.1.0-SNAPSHOT </version >
32
+ <version >2.0.0 </version >
33
33
<relativePath >../pom.xml</relativePath >
34
34
</parent >
35
35
@@ -98,6 +98,7 @@ Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.<br>
98
98
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
99
99
</bottom >
100
100
<source >11</source >
101
+ <docfilessubdirs >true</docfilessubdirs >
101
102
</configuration >
102
103
</plugin >
103
104
<plugin >
Original file line number Diff line number Diff line change 21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >jakarta.mvc</groupId >
23
23
<artifactId >jakarta.mvc-parent</artifactId >
24
- <version >2.1.0-SNAPSHOT </version >
24
+ <version >2.0.0 </version >
25
25
<packaging >pom</packaging >
26
26
<name >Jakarta MVC Parent</name >
27
27
<description >Jakarta MVC Parent</description >
83
83
<maven .compiler.source>1.8</maven .compiler.source>
84
84
<maven .compiler.release>8</maven .compiler.release>
85
85
<maven .deploy.skip>false</maven .deploy.skip>
86
- <spec .version>2.1 </spec .version>
87
- <spec .nonFinal>true </spec .nonFinal> <!-- set to false for release -->
88
- <spec .status>Draft </spec .status> <!-- Final Release | Draft -->
86
+ <spec .version>2.0 </spec .version>
87
+ <spec .nonFinal>false </spec .nonFinal> <!-- set to false for release -->
88
+ <spec .status>Final Release </spec .status> <!-- Final Release | Draft -->
89
89
</properties >
90
90
91
91
<modules >
Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >jakarta.mvc</groupId >
31
31
<artifactId >jakarta.mvc-parent</artifactId >
32
- <version >2.1.0-SNAPSHOT </version >
32
+ <version >2.0.0 </version >
33
33
<relativePath >../pom.xml</relativePath >
34
34
</parent >
35
35
36
36
<properties >
37
37
<maven .deploy.skip>true</maven .deploy.skip>
38
38
<maven .build.timestamp.format>MMMM dd, yyyy</maven .build.timestamp.format>
39
- <revisiondate >${maven.build.timestamp}</revisiondate >
39
+ <!-- <revisiondate>${maven.build.timestamp}</revisiondate>-->
40
+ <revisiondate >November 19, 2020</revisiondate >
40
41
</properties >
41
42
42
43
<build >
159
160
</plugin >
160
161
</plugins >
161
162
</build >
162
-
163
+
163
164
</project >
You can’t perform that action at this time.
0 commit comments