Skip to content

Commit

Permalink
Preparing 2.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivargrimstad committed Sep 5, 2022
1 parent 3a61877 commit dc5d9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -48,7 +48,7 @@
<spec>
<nonFinal>${spec.nonFinal}</nonFinal>
<jarType>api</jarType>
<specVersion>2.0</specVersion>
<specVersion>2.1</specVersion>
<newSpecVersion>${spec.version}</newSpecVersion>
<specBuild>01</specBuild>
<specImplVersion>${project.version}</specImplVersion>
Expand Down
6 changes: 3 additions & 3 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.1.0</version>
<packaging>pom</packaging>
<name>Jakarta MVC Parent</name>
<description>Jakarta MVC Parent</description>
Expand Down Expand Up @@ -82,8 +82,8 @@
<maven.compiler.release>11</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.nonFinal>false</spec.nonFinal> <!-- set to false for release -->
<spec.status>Final Release</spec.status> <!-- Final Release | Draft -->
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spec/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.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit dc5d9d2

Please sign in to comment.