Skip to content

Commit c8df321

Browse files
committed
[RELEASE] - Bump version to 0.11.0
1 parent c3b3359 commit c8df321

File tree

178 files changed

+179
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+179
-179
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>quarkus-parent</artifactId>
2222
<groupId>io.quarkus</groupId>
23-
<version>999-SNAPSHOT</version>
23+
<version>0.11.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>quarkus-bom</artifactId>

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>quarkus-parent</artifactId>
2222
<groupId>io.quarkus</groupId>
23-
<version>999-SNAPSHOT</version>
23+
<version>0.11.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.quarkus</groupId>
2828
<artifactId>quarkus-build-parent</artifactId>
29-
<version>999-SNAPSHOT</version>
29+
<version>0.11.0</version>
3030
<relativePath>../../build-parent/pom.xml</relativePath>
3131
</parent>
3232

core/creator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>quarkus-build-parent</artifactId>
2323
<groupId>io.quarkus</groupId>
24-
<version>999-SNAPSHOT</version>
24+
<version>0.11.0</version>
2525
<relativePath>../../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.quarkus</groupId>
2525
<artifactId>quarkus-core-parent</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.11.0</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

core/devmode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>quarkus-build-parent</artifactId>
2323
<groupId>io.quarkus</groupId>
24-
<version>999-SNAPSHOT</version>
24+
<version>0.11.0</version>
2525
<relativePath>../../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>quarkus-build-parent</artifactId>
2323
<groupId>io.quarkus</groupId>
24-
<version>999-SNAPSHOT</version>
24+
<version>0.11.0</version>
2525
<relativePath>../build-parent/pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

core/processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.quarkus</groupId>
99
<artifactId>quarkus-core-parent</artifactId>
10-
<version>999-SNAPSHOT</version>
10+
<version>0.11.0</version>
1111
<relativePath>../</relativePath>
1212
</parent>
1313

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.quarkus</groupId>
2525
<artifactId>quarkus-core-parent</artifactId>
26-
<version>999-SNAPSHOT</version>
26+
<version>0.11.0</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

core/test-extension/deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>quarkus-test-extension-parent</artifactId>
2323
<groupId>io.quarkus</groupId>
24-
<version>999-SNAPSHOT</version>
24+
<version>0.11.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.quarkus</groupId>
5050
<artifactId>quarkus-test-extension-runtime</artifactId>
51-
<version>999-SNAPSHOT</version>
51+
<version>0.11.0</version>
5252
</dependency>
5353

5454
<!-- test dependencies -->

0 commit comments

Comments
 (0)