Skip to content

Commit 980dc41

Browse files
committed
set version to 0.1.7
1 parent 1fae97a commit 980dc41

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ application, just like any single service provider node in Spring Cloud network.
6262
<dependency>
6363
<groupId>org.laxture</groupId>
6464
<artifactId>sbp-spring-boot-starter</artifactId>
65-
<version>0.1.6</version>
65+
<version>0.1.7</version>
6666
</dependency>
6767
```
6868
* Gradle
6969
```
7070
dependencies {
71-
implementation 'org.laxture:sbp-spring-boot-starter:0.1.6'
71+
implementation 'org.laxture:sbp-spring-boot-starter:0.1.7'
7272
}
7373
```
7474
* Latest master code is always available with version `-SNAPSHOT`
@@ -98,13 +98,13 @@ application, just like any single service provider node in Spring Cloud network.
9898
<dependency>
9999
<groupId>org.laxture</groupId>
100100
<artifactId>sbp-core</artifactId>
101-
<version>0.1.3</version>
101+
<version>0.1.7</version>
102102
</dependency>
103103
```
104104
* Gradle
105105
```
106106
dependencies {
107-
implementation 'org.laxture:sbp-core:0.1.3'
107+
implementation 'org.laxture:sbp-core:0.1.7'
108108
}
109109
```
110110
4. Add Plugin class

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ systemProp.java.io.tmpdir=/tmp/sbp
44

55
http_port=8080
66

7-
version=0.1.6
7+
version=0.1.7

0 commit comments

Comments
 (0)