Skip to content

Commit 3904b0e

Browse files
committed
[maven-release-plugin] prepare release 3.2
1 parent a8eaa11 commit 3904b0e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.quarkus</groupId>
66
<artifactId>quarkus-spring-boot-api</artifactId>
7-
<version>3.2.SP1-SNAPSHOT</version>
7+
<version>3.2</version>
88

99
<name>Spring Boot dependencies for Quarkus</name>
1010
<description>The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Boot features</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/quarkusio/quarkus-spring-boot-api</url>
3131
<connection>scm:git:[email protected]:quarkusio/quarkus-spring-boot-api.git</connection>
3232
<developerConnection>scm:git:[email protected]:quarkusio/quarkus-spring-boot-api.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>3.2</tag>
3434
</scm>
3535

3636
<properties>

quarkus-spring-boot-orm-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>io.quarkus</groupId>
77
<artifactId>quarkus-spring-boot-api</artifactId>
8-
<version>3.2.SP1-SNAPSHOT</version>
8+
<version>3.2</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

1212
<groupId>io.quarkus</groupId>
1313
<artifactId>quarkus-spring-boot-orm-api</artifactId>
1414
<description>The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Boot ORM classes</description>
15-
<version>3.2.SP1-SNAPSHOT</version>
15+
<version>3.2</version>
1616

1717
<dependencies>
1818
<dependency>

quarkus-spring-boot-properties-api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<artifactId>quarkus-spring-boot-api</artifactId>
55
<groupId>io.quarkus</groupId>
6-
<version>3.2.SP1-SNAPSHOT</version>
6+
<version>3.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<groupId>io.quarkus</groupId>
1111
<artifactId>quarkus-spring-boot-properties-api</artifactId>
1212
<description>The minimum dependencies to reduce the footprint of Quarkus applications using the Spring Boot Properties classes</description>
13-
<version>3.2.SP1-SNAPSHOT</version>
13+
<version>3.2</version>
1414

1515
<dependencies>
1616
<dependency>

0 commit comments

Comments
 (0)