Release Spring Vault 3.0.2.

Closes gh-775
This commit is contained in:
Mark Paluch
2023-03-20 17:01:25 +01:00
parent eedbfe49ac
commit 97d18da91c
5 changed files with 6 additions and 6 deletions

View File

@@ -64,9 +64,9 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
</dependency>
<repository>
<id>spring-libs-snapshot</id>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
</repository>
----
====

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<name>Spring Vault</name>
<description>Parent project for Spring Vault</description>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>spring-vault-core</artifactId>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -60,7 +60,7 @@ Snapshot repository to your maven `pom.xml` which is at the same level of your `
<repository>
<id>spring-snapshot</id>
<name>Spring Maven SNAPSHOT Repository</name>
<url>https://repo.spring.io/libs-snapshot</url>
<url>https://repo.spring.io/snapshot</url>
</repository>
</repositories>
----