Skip to content

Commit

Permalink
fix parent groupid to jakarta.enterprise (#423)
Browse files Browse the repository at this point in the history
also correct artifactid to have jakarta.enterprise
  • Loading branch information
antoinesd committed Feb 15, 2020
1 parent 6bf496f commit 7cbd57e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j.cdi</groupId>
<artifactId>cdi-parent</artifactId>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>3.0.0-M1</version>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>1.0.6</version>
</parent>

<groupId>org.eclipse.ee4j.cdi</groupId>
<artifactId>cdi-parent</artifactId>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0-M1</version>

Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.ee4j.cdi</groupId>
<artifactId>cdi-parent</artifactId>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-parent</artifactId>
<version>3.0.0-M1</version>
</parent>

Expand Down

0 comments on commit 7cbd57e

Please sign in to comment.