Skip to content

Commit

Permalink
Make client jar OSGi symbolic name header unique
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol authored and markt-asf committed Jan 21, 2022
1 parent d213a46 commit 8e6cab0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion api/client/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2021 Oracle and/or its affiliates and others.
Copyright (c) 2018, 2022 Oracle and/or its affiliates and others.
All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -32,6 +32,11 @@
<description>Jakarta WebSocket - Client API</description>
<url>https://projects.eclipse.org/projects/ee4j.websocket</url>

<properties>
<bundle.symbolicName>jakarta.websocket-client-api</bundle.symbolicName>
<extensionName>jakarta.websocket-client</extensionName>
</properties>

<build>
<resources>
<resource>
Expand Down

0 comments on commit 8e6cab0

Please sign in to comment.