Skip to content

Commit

Permalink
Merge pull request #11 from ggam/ee4j-2
Browse files Browse the repository at this point in the history
Changed groupId and artifactId. Fixes #9 (EE4J)
  • Loading branch information
arjantijms authored Sep 19, 2018
2 parents b3c9486 + 2a95a1a commit b4d7274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</parent>

<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
<version>1.2.3-SNAPSHOT</version>

<properties>
Expand Down

0 comments on commit b4d7274

Please sign in to comment.