Skip to content

Commit f86b448

Browse files
committed
fix groupId to org.eclipse.osgi-technology
Signed-off-by: Stefan Bischof <[email protected]>
1 parent 6cfc9f1 commit f86b448

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717
<parent>
18-
<groupId>org.eclipse.osgi.technology.webservices</groupId>
18+
<groupId>org.eclipse.osgi-technology.webservices</groupId>
1919
<artifactId>parent</artifactId>
2020
<version>1.0.0-SNAPSHOT</version>
2121
</parent>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1515
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
17-
<groupId>org.eclipse.osgi.technology.webservices</groupId>
17+
<groupId>org.eclipse.osgi-technology.webservices</groupId>
1818
<artifactId>parent</artifactId>
1919
<version>1.0.0-SNAPSHOT</version>
2020
<packaging>pom</packaging>

runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717
<parent>
18-
<groupId>org.eclipse.osgi.technology.webservices</groupId>
18+
<groupId>org.eclipse.osgi-technology.webservices</groupId>
1919
<artifactId>parent</artifactId>
2020
<version>1.0.0-SNAPSHOT</version>
2121
</parent>

runtime/registrar/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717
<parent>
18-
<groupId>org.eclipse.osgi.technology.webservices</groupId>
18+
<groupId>org.eclipse.osgi-technology.webservices</groupId>
1919
<artifactId>org.eclipse.osgi.technology.webservices.runtime</artifactId>
2020
<version>1.0.0-SNAPSHOT</version>
2121
</parent>
@@ -26,7 +26,7 @@
2626
<artifactId>jakarta.xml.ws-api</artifactId>
2727
</dependency>
2828
<dependency>
29-
<groupId>org.eclipse.osgi.technology.webservices</groupId>
29+
<groupId>org.eclipse.osgi-technology.webservices</groupId>
3030
<artifactId>org.eclipse.osgi.technology.webservices.api</artifactId>
3131
<version>1.0.0-SNAPSHOT</version>
3232
<scope>provided</scope>

0 commit comments

Comments
 (0)