Skip to content

Commit a3df3a0

Browse files
committed
Fix Javadoc generation config
Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>
1 parent 46e3004 commit a3df3a0

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

api/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>jakarta.mvc</groupId>
3131
<artifactId>jakarta.mvc-parent</artifactId>
32-
<version>2.1.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

@@ -98,6 +98,7 @@ Copyright &#169; 2017, 2020 Eclipse Foundation. All rights reserved.<br>
9898
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
9999
</bottom>
100100
<source>11</source>
101+
<docfilessubdirs>true</docfilessubdirs>
101102
</configuration>
102103
</plugin>
103104
<plugin>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>jakarta.mvc</groupId>
2323
<artifactId>jakarta.mvc-parent</artifactId>
24-
<version>2.1.0-SNAPSHOT</version>
24+
<version>2.0.0</version>
2525
<packaging>pom</packaging>
2626
<name>Jakarta MVC Parent</name>
2727
<description>Jakarta MVC Parent</description>
@@ -83,9 +83,9 @@
8383
<maven.compiler.source>1.8</maven.compiler.source>
8484
<maven.compiler.release>8</maven.compiler.release>
8585
<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 -->
8989
</properties>
9090

9191
<modules>

spec/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929
<parent>
3030
<groupId>jakarta.mvc</groupId>
3131
<artifactId>jakarta.mvc-parent</artifactId>
32-
<version>2.1.0-SNAPSHOT</version>
32+
<version>2.0.0</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

3636
<properties>
3737
<maven.deploy.skip>true</maven.deploy.skip>
3838
<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>
4041
</properties>
4142

4243
<build>
@@ -159,5 +160,5 @@
159160
</plugin>
160161
</plugins>
161162
</build>
162-
163+
163164
</project>

0 commit comments

Comments
 (0)