Skip to content

Commit

Permalink
357: Remove the automatic module names
Browse files Browse the repository at this point in the history
Task-Url: #357

Signed-off-by: Werner Keil <werner.keil@gmx.net>
  • Loading branch information
keilw authored and markt-asf committed Sep 18, 2020
1 parent 57981c3 commit a990b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a990b23

Please sign in to comment.