Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 26, 2024
1 parent a8eaa11 commit 3904b0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-boot-api</artifactId>
<version>3.2.SP1-SNAPSHOT</version>
<version>3.2</version>

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

<properties>
Expand Down
4 changes: 2 additions & 2 deletions quarkus-spring-boot-orm-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-spring-boot-api</artifactId>
<version>3.2.SP1-SNAPSHOT</version>
<version>3.2</version>
<relativePath>../</relativePath>
</parent>

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

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions quarkus-spring-boot-properties-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<artifactId>quarkus-spring-boot-api</artifactId>
<groupId>io.quarkus</groupId>
<version>3.2.SP1-SNAPSHOT</version>
<version>3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<dependencies>
<dependency>
Expand Down

0 comments on commit 3904b0e

Please sign in to comment.