Skip to content

Commit 75c6762

Browse files
committed
release v0.1.10
1 parent 3f13700 commit 75c6762

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.9</version>
65+
<version>0.1.10</version>
6666
</dependency>
6767
```
6868
* Gradle
6969
```
7070
dependencies {
71-
implementation 'org.laxture:sbp-spring-boot-starter:0.1.9'
71+
implementation 'org.laxture:sbp-spring-boot-starter:0.1.10'
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.9</version>
101+
<version>0.1.10</version>
102102
</dependency>
103103
```
104104
* Gradle
105105
```
106106
dependencies {
107-
implementation 'org.laxture:sbp-core:0.1.9'
107+
implementation 'org.laxture:sbp-core:0.1.10'
108108
}
109109
```
110110
4. Add Plugin class

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def isPluginProject(Project project) {
2727
buildscript {
2828
ext.springBootVersion = '2.2.0.RELEASE'
2929
ext.lombokVersion = '1.18.8'
30-
ext.pf4jVersion = '3.4.1'
30+
ext.pf4jVersion = '3.6.0'
3131
ext.jooqVersion = '3.12.3'
3232

3333
repositories {

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#Tue, 22 Dec 2020 16:02:40 +0800
1+
#Mon, 18 Jan 2021 13:10:21 +0800
22
org.gradle.daemon=true
33

44
systemProp.java.io.tmpdir=/tmp/sbp
55

66
http_port=8080
77

8-
version=0.1.9
8+
version=0.1.10

0 commit comments

Comments
 (0)