Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Sep 30, 2021
1 parent 497cdfd commit 4fd63fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/client/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>jakarta.websocket-client-api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions api/pom.xml
Expand Up @@ -30,7 +30,7 @@

<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta WebSocket API Parent</name>
Expand Down Expand Up @@ -80,8 +80,8 @@

<properties>
<!-- Make sure the two versions are in sync with the maven version -->
<spec.version>2.0</spec.version>
<bundle.version>2.0.0-SNAPSHOT</bundle.version>
<spec.version>2.1</spec.version>
<bundle.version>2.1.0-SNAPSHOT</bundle.version>
<extensionName>jakarta.websocket</extensionName>
<bundle.symbolicName>jakarta.websocket-api</bundle.symbolicName>
<vendorName>Eclipse Foundation</vendorName>
Expand Down
2 changes: 1 addition & 1 deletion api/server/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>

<artifactId>jakarta.websocket-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>jakarta.websocket</groupId>
<artifactId>websocket-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta WebSocket</name>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>jakarta.websocket</groupId>
<artifactId>websocket-spec</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jakarta WebSocket Specification</name>
Expand Down

0 comments on commit 4fd63fd

Please sign in to comment.