Skip to content

Commit

Permalink
Bump quarkiverse-parent to 8
Browse files Browse the repository at this point in the history
This sets the compiler by default to 3.8.1 (not the Jboss one)

(cherry picked from commit 921f1d2)
  • Loading branch information
gastaldi authored and gsmet committed Nov 11, 2021
1 parent 9f8c87b commit 6f33f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public enum LayoutType {

public static final String DEFAULT_QUARKIVERSE_PARENT_GROUP_ID = "io.quarkiverse";
public static final String DEFAULT_QUARKIVERSE_PARENT_ARTIFACT_ID = "quarkiverse-parent";
public static final String DEFAULT_QUARKIVERSE_PARENT_VERSION = "7";
public static final String DEFAULT_QUARKIVERSE_PARENT_VERSION = "8";
public static final String DEFAULT_QUARKIVERSE_NAMESPACE_ID = "quarkus-";

private static final String DEFAULT_SUREFIRE_PLUGIN_VERSION = "3.0.0-M5";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse</groupId>
<artifactId>quarkiverse-parent</artifactId>
<version>7</version>
<version>8</version>
</parent>
<groupId>io.quarkiverse.my-quarki-ext</groupId>
<artifactId>quarkus-my-quarki-ext-parent</artifactId>
Expand Down

0 comments on commit 6f33f21

Please sign in to comment.