Skip to content

Commit 84f7881

Browse files
committed
Update README for 1.0.1 release
[skip ci]
1 parent 0c617b8 commit 84f7881

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Plugins
77
===
88

99
* [`spring-security-release-plugin`](release-plugin) ([docs](release-plugin/README.adoc))
10-
* [`spring-security-maven-plugin`](maven-plugin) ([docs](maven-plugin/README.adoc)) - **Note:** This plugin is still in development.
10+
* [`spring-security-maven-plugin`](maven-plugin) ([docs](maven-plugin/README.adoc))
1111

1212
Libraries
1313
===

maven-plugin/README.adoc

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,12 @@
22

33
Spring Security Maven Plugin is a Gradle plugin that provides tasks for publishing releases to Maven Central (Sonatype) and Spring (Artifactory) repositories.
44

5-
To use the plugin, add the following repository to `settings.gradle`:
6-
7-
[source,gradle]
8-
----
9-
pluginManagement {
10-
repositories {
11-
maven { url "https://repo.spring.io/release" }
12-
}
13-
}
14-
----
15-
16-
Then apply the plugin in your project's root `build.gradle` and in each sub-module that requires publishing artifacts:
5+
To use the plugin, apply the plugin in your project's root `build.gradle` and in each sub-module that requires publishing artifacts:
176

187
[source,gradle]
198
----
209
plugins {
21-
id "io.spring.security.maven" version "1.0.0"
10+
id "io.spring.security.maven" version "1.0.1"
2211
}
2312
----
2413

release-plugin/README.adoc

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,12 @@
22

33
Spring Security Release Plugin is a Gradle plugin that provides common tasks for automating releases.
44

5-
To use the plugin, add the following repository to `settings.gradle`:
6-
7-
[source,gradle]
8-
----
9-
pluginManagement {
10-
repositories {
11-
maven { url "https://repo.spring.io/release" }
12-
}
13-
}
14-
----
15-
16-
Then apply the plugin in your project's root `build.gradle`:
5+
To use the plugin, apply the plugin in your project's root `build.gradle`:
176

187
[source,gradle]
198
----
209
plugins {
21-
id "io.spring.security.release" version "1.0.0"
10+
id "io.spring.security.release" version "1.0.1"
2211
}
2312
----
2413

0 commit comments

Comments
 (0)