Skip to content

Commit

Permalink
Fix build of examples, bump parent so that GPG maven plugin is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bygrave committed Dec 12, 2022
1 parent 3c8f530 commit 07575e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.2</version>
<version>3.9</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/example-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.2</version>
<version>3.9</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 07575e5

Please sign in to comment.