Skip to content

Commit

Permalink
Fixed wrong parent reference.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <tomas.kraus@oracle.com>
  • Loading branch information
Tomas-Kraus authored and bravehorsie committed Aug 27, 2018
1 parent 10e2328 commit 78d75c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<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>org.glassfish.tyrus</groupId>
Expand Down

0 comments on commit 78d75c8

Please sign in to comment.