Skip to content

Commit 78c65dd

Browse files
committedAug 19, 2024·
Release version: 0.0.7
1 parent cf35b5e commit 78c65dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The library is tested with Spring Boot Admin **v1**, **v2**, **v3**.
3737
3. And run it like so:
3838

3939
```shell
40-
java -jar sbapsd-standalone-v2-0.0.7-SNAPSHOT.jar
41-
java -jar sbapsd-standalone-v3-0.0.7-SNAPSHOT.jar
40+
java -jar sbapsd-standalone-v2-0.0.7.jar
41+
java -jar sbapsd-standalone-v3-0.0.7.jar
4242
```
4343

4444
Standalone app is also available as **GraalVM native binaries** for linux and windows.
@@ -52,7 +52,7 @@ Additionally, it autoconfigures `registry` provider to obtain instances directly
5252

5353
```kotlin
5454
implementation("de.codecentric:spring-boot-admin-server:x.y.z")
55-
implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT")
55+
implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7")
5656
```
5757

5858
```xml
@@ -66,7 +66,7 @@ implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT")
6666
<dependency>
6767
<groupId>com.github.alexey-lapin.sbapsd</groupId>
6868
<artifactId>sbapsd-server</artifactId>
69-
<version>0.0.7-SNAPSHOT</version>
69+
<version>0.0.7</version>
7070
</dependency>
7171
</dependencies>
7272
```
@@ -97,7 +97,7 @@ This option only autoconfigures `web` provider to obtain instances via SBA's RES
9797
1. Add the `sbapsd-server` dependency
9898

9999
```kotlin
100-
implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT")
100+
implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7")
101101
```
102102

103103
```xml
@@ -106,7 +106,7 @@ implementation("com.github.alexey-lapin.sbapsd:sbapsd-server:0.0.7-SNAPSHOT")
106106
<dependency>
107107
<groupId>com.github.alexey-lapin.sbapsd</groupId>
108108
<artifactId>sbapsd-server</artifactId>
109-
<version>0.0.7-SNAPSHOT</version>
109+
<version>0.0.7</version>
110110
</dependency>
111111
</dependencies>
112112
```

0 commit comments

Comments
 (0)
Please sign in to comment.