Skip to content

Commit

Permalink
Changed groupId and artifactId. Fixes #9
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo González de Agüero <z06.guillermo@gmail.com>
  • Loading branch information
ggam committed Sep 19, 2018
1 parent b3c9486 commit 2a95a1a
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 2a95a1a

Please sign in to comment.