Skip to content

Commit

Permalink
Merge pull request #360 from joakime/update/2.0.0-jpms
Browse files Browse the repository at this point in the history
Update branch 2.0.0 for restage
  • Loading branch information
joakime authored Oct 1, 2020
2 parents 3bd1b33 + ed182d9 commit 1cbc9ee
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions api/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>jakarta.websocket-client-api</artifactId>
Expand All @@ -33,7 +33,7 @@
<url>https://projects.eclipse.org/projects/ee4j.websocket</url>

<properties>
<jpms.name>jakarta.websocket.client.api</jpms.name>
<jpms.name>jakarta.websocket.client</jpms.name>
</properties>

<build>
Expand Down Expand Up @@ -74,7 +74,7 @@
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>jakarta.websocket.client.api</Automatic-Module-Name>
<Automatic-Module-Name>jakarta.websocket.client</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

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

<name>Jakarta WebSocket API Parent</name>
Expand Down
4 changes: 2 additions & 2 deletions api/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-all</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>jakarta.websocket-api</artifactId>
Expand All @@ -33,7 +33,7 @@
<url>https://projects.eclipse.org/projects/ee4j.websocket</url>

<properties>
<jpms.name>jakarta.websocket.api</jpms.name>
<jpms.name>jakarta.websocket</jpms.name>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

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

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

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

0 comments on commit 1cbc9ee

Please sign in to comment.