Skip to content

Commit

Permalink
Release Spring Vault 3.0.2.
Browse files Browse the repository at this point in the history
Closes gh-775
  • Loading branch information
mp911de committed Mar 20, 2023
1 parent eedbfe4 commit 97d18da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
----
====
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-vault-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-vault-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/reference/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
----
Expand Down

0 comments on commit 97d18da

Please sign in to comment.