Skip to content

Commit

Permalink
Bump quarkiverse-parent to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 19, 2023
1 parent e0db4a4 commit a3fab31
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 @@ -55,7 +55,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 = "12";
public static final String DEFAULT_QUARKIVERSE_PARENT_VERSION = "13";
public static final String DEFAULT_QUARKIVERSE_NAMESPACE_ID = "quarkus-";
public static final String DEFAULT_QUARKIVERSE_GUIDE_URL = "https://quarkiverse.github.io/quarkiverse-docs/%s/dev/";

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>12</version>
<version>13</version>
</parent>
<groupId>io.quarkiverse.my-quarkiverse-ext</groupId>
<artifactId>quarkus-my-quarkiverse-ext-parent</artifactId>
Expand Down

0 comments on commit a3fab31

Please sign in to comment.