Skip to content

Commit

Permalink
GroupId changed to jakarta (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kornilov <dmitry.kornilov@oracle.com>
  • Loading branch information
m0mus committed Oct 3, 2018
1 parent 2c7a271 commit 255348b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<version>1.0</version>
</parent>

<groupId>javax.xml.registry</groupId>
<artifactId>javax.xml.registry-api</artifactId>
<groupId>jakarta.xml.registry</groupId>
<artifactId>jakarta.xml.registry-api</artifactId>
<version>1.0.9-SNAPSHOT</version>

<properties>
Expand Down Expand Up @@ -129,8 +129,9 @@
<plugin>
<groupId>org.glassfish.build</groupId>
<artifactId>spec-version-maven-plugin</artifactId>
<version>1.2</version>
<version>1.5</version>
<configuration>
<specMode>jakarta</specMode>
<spec>
<nonFinal>${non.final}</nonFinal>
<jarType>api</jarType>
Expand Down Expand Up @@ -287,7 +288,7 @@
</reporting>
</configuration>
</plugin>
<plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
Expand All @@ -300,7 +301,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>-->
</plugins>
</build>
</project>

0 comments on commit 255348b

Please sign in to comment.