Skip to content

Commit 1886a86

Browse files
authored
Use quarkus platform version (#1251)
1 parent 522e4ad commit 1886a86

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

examples/cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependencyManagement>
2626
<dependencies>
2727
<dependency>
28-
<groupId>io.quarkus</groupId>
28+
<groupId>io.quarkus.platform</groupId>
2929
<artifactId>quarkus-bom</artifactId>
3030
<version>${quarkus.version}</version>
3131
<type>pom</type>
@@ -104,7 +104,7 @@
104104
<build>
105105
<plugins>
106106
<plugin>
107-
<groupId>io.quarkus</groupId>
107+
<groupId>io.quarkus.platform</groupId>
108108
<artifactId>quarkus-maven-plugin</artifactId>
109109
<version>${quarkus.version}</version>
110110
<extensions>true</extensions>

examples/webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependencyManagement>
2626
<dependencies>
2727
<dependency>
28-
<groupId>io.quarkus</groupId>
28+
<groupId>io.quarkus.platform</groupId>
2929
<artifactId>quarkus-bom</artifactId>
3030
<version>${quarkus.version}</version>
3131
<type>pom</type>
@@ -112,7 +112,7 @@
112112
<build>
113113
<plugins>
114114
<plugin>
115-
<groupId>io.quarkus</groupId>
115+
<groupId>io.quarkus.platform</groupId>
116116
<artifactId>quarkus-maven-plugin</artifactId>
117117
<version>${quarkus.version}</version>
118118
<extensions>true</extensions>

quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependencyManagement>
2222
<dependencies>
2323
<dependency>
24-
<groupId>io.quarkus</groupId>
24+
<groupId>io.quarkus.platform</groupId>
2525
<artifactId>quarkus-bom</artifactId>
2626
<version>${quarkus.version}</version>
2727
<type>pom</type>

0 commit comments

Comments
 (0)