Skip to content

Commit 6519515

Browse files
committed
[RELEASE] - Bump version to 0.13.0
1 parent 1964a5d commit 6519515

File tree

220 files changed

+220
-220
lines changed

Some content is hidden

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

220 files changed

+220
-220
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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.0</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

core/test-extension/deployment/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-test-extension-parent</artifactId>
2323
<groupId>io.quarkus</groupId>
24-
<version>999-SNAPSHOT</version>
24+
<version>0.13.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)