Skip to content

Commit

Permalink
Merge pull request #95 from ggam/jakarta
Browse files Browse the repository at this point in the history
Updated artifactId and groupId
  • Loading branch information
keilw committed Sep 19, 2018
2 parents 0fe2134 + d3f34ab commit 3bd189c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>net.java</groupId>
<artifactId>jvnet-parent</artifactId>
<version>5</version>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.1</version>
</parent>

<groupId>javax.security.enterprise</groupId>
<artifactId>javax.security.enterprise-api</artifactId>
<groupId>jakarta.security.enterprise</groupId>
<artifactId>jakarta.security.enterprise-api</artifactId>
<version>1.1-SNAPSHOT</version>
<packaging>bundle</packaging>

Expand Down

0 comments on commit 3bd189c

Please sign in to comment.