Skip to content

Commit f9711bd

Browse files
committed
[RELEASE] - Bump version to 3.2.0.Final
1 parent 89b5342 commit f9711bd

File tree

1,129 files changed

+1146
-1146
lines changed

Some content is hidden

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

1,129 files changed

+1146
-1146
lines changed

bom/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkus</groupId>
77
<artifactId>quarkus-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>3.2.0.Final</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

bom/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkus</groupId>
77
<artifactId>quarkus-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>3.2.0.Final</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkus</groupId>
77
<artifactId>quarkus-project</artifactId>
8-
<version>999-SNAPSHOT</version>
8+
<version>3.2.0.Final</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.quarkus</groupId>
1212
<artifactId>quarkus-build-parent</artifactId>
13-
<version>999-SNAPSHOT</version>
13+
<version>3.2.0.Final</version>
1414
<relativePath>../../build-parent/pom.xml</relativePath>
1515
</parent>
1616

core/class-change-agent/pom.xml

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

core/deployment/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>3.2.0.Final</version>
1111
</parent>
1212

1313
<artifactId>quarkus-core-deployment</artifactId>

core/devmode-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-build-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>3.2.0.Final</version>
99
<relativePath>../../build-parent/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/junit4-mock/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>3.2.0.Final</version>
1111
</parent>
1212

1313
<artifactId>quarkus-junit4-mock</artifactId>

core/launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-build-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>3.2.0.Final</version>
99
<relativePath>../../build-parent/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>quarkus-build-parent</artifactId>
77
<groupId>io.quarkus</groupId>
8-
<version>999-SNAPSHOT</version>
8+
<version>3.2.0.Final</version>
99
<relativePath>../build-parent/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)