Skip to content

Commit

Permalink
Fix Javadoc generation config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivar Grimstad <ivar.grimstad@eclipse-foundation.org>
  • Loading branch information
ivargrimstad committed Dec 15, 2020
1 parent 46e3004 commit a3df3a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -98,6 +98,7 @@ Copyright &#169; 2017, 2020 Eclipse Foundation. All rights reserved.<br>
Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.]]>
</bottom>
<source>11</source>
<docfilessubdirs>true</docfilessubdirs>
</configuration>
</plugin>
<plugin>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Jakarta MVC Parent</name>
<description>Jakarta MVC Parent</description>
Expand Down Expand Up @@ -83,9 +83,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.release>8</maven.compiler.release>
<maven.deploy.skip>false</maven.deploy.skip>
<spec.version>2.1</spec.version>
<spec.nonFinal>true</spec.nonFinal> <!-- set to false for release -->
<spec.status>Draft</spec.status> <!-- Final Release | Draft -->
<spec.version>2.0</spec.version>
<spec.nonFinal>false</spec.nonFinal> <!-- set to false for release -->
<spec.status>Final Release</spec.status> <!-- Final Release | Draft -->
</properties>

<modules>
Expand Down
7 changes: 4 additions & 3 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@
<parent>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
<revisiondate>${maven.build.timestamp}</revisiondate>
<!-- <revisiondate>${maven.build.timestamp}</revisiondate>-->
<revisiondate>November 19, 2020</revisiondate>
</properties>

<build>
Expand Down Expand Up @@ -159,5 +160,5 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit a3df3a0

Please # to comment.