Skip to content

Commit 13895db

Browse files
committed
Release Spring Vault 4.0.0.
Closes gh-953
1 parent 57263e0 commit 13895db

File tree

4 files changed

+3
-20
lines changed

4 files changed

+3
-20
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.vault</groupId>
88
<artifactId>spring-vault-parent</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0</version>
1010

1111
<name>Spring Vault</name>
1212
<description>Parent project for Spring Vault</description>

spring-vault-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.vault</groupId>
88
<artifactId>spring-vault-parent</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0</version>
1010
</parent>
1111

1212
<artifactId>spring-vault-core</artifactId>

spring-vault-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.vault</groupId>
1515
<artifactId>spring-vault-parent</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

src/main/antora/modules/ROOT/pages/introduction/getting-started.adoc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,6 @@ Then add the following to `pom.xml` dependencies section.
3232
----
3333
====
3434

35-
If you are using a milestone or release candidate, you will also need to add the location of the Spring Milestone repository to your maven `pom.xml` which is at the same level of your `<dependencies/>` element.
36-
37-
====
38-
[source,xml]
39-
----
40-
<repositories>
41-
<repository>
42-
<id>spring-milestone</id>
43-
<name>Spring Maven MILESTONE Repository</name>
44-
<url>https://repo.spring.io/milestone</url>
45-
</repository>
46-
</repositories>
47-
----
48-
====
49-
50-
The repository is also https://repo.spring.io/milestone/org/springframework/vault/[browseable here].
51-
5235
If you are using a SNAPSHOT, you will also need to add the location of the Spring Snapshot repository to your maven `pom.xml` which is at the same level of your `<dependencies/>` element.
5336

5437
====

0 commit comments

Comments
 (0)