File tree Expand file tree Collapse file tree 11 files changed +29
-187
lines changed
src/generated/main/rsocketRpc/io/netifi/proteus/quickstart/service/protobuf Expand file tree Collapse file tree 11 files changed +29
-187
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ subprojects {
2
2
apply plugin : ' idea'
3
3
4
4
group ' io.netifi.proteus.quickstart'
5
- version ' 1.5.2 '
5
+ version ' 1.5.3 '
6
6
7
7
// Proteus Versions
8
8
ext {
9
- proteusVersion = ' 1.5.2'
10
- rsocketRpcVersion = ' 0.2.10'
9
+ protobufVersion = ' 3.6.1'
10
+ proteusVersion = ' 1.5.3'
11
+ rsocketRpcVersion = ' 0.2.12'
12
+ log4jVersion = ' 2.9.1'
11
13
}
12
14
13
15
repositories {
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ dependencies {
9
9
compile project(' :service-idl' )
10
10
11
11
compile " io.netifi.proteus:proteus-client:$proteusVersion "
12
- compile ' com.google.protobuf:protobuf-java:3.6.0 '
12
+ compile " com.google.protobuf:protobuf-java:$p rotobufVersion "
13
13
14
- compile ' org.apache.logging.log4j:log4j-api:2.9.0 '
15
- compile ' org.apache.logging.log4j:log4j-core:2.9.0 '
16
- compile ' org.apache.logging.log4j:log4j-slf4j-impl:2.9.0 '
14
+ compile " org.apache.logging.log4j:log4j-api:$l og4jVersion "
15
+ compile " org.apache.logging.log4j:log4j-core:$l og4jVersion "
16
+ compile " org.apache.logging.log4j:log4j-slf4j-impl:$l og4jVersion "
17
17
}
18
18
19
19
mainClassName = ' io.netifi.proteus.quickstart.client.Main'
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.netifi.proteus.quickstart</groupId >
8
8
<artifactId >proteus-quickstart</artifactId >
9
- <version >1.5.0 </version >
9
+ <version >1.5.3 </version >
10
10
</parent >
11
11
12
12
<artifactId >client</artifactId >
13
13
<name >client</name >
14
- <version >1.5.0 </version >
14
+ <version >1.5.3 </version >
15
15
<packaging >jar</packaging >
16
16
17
17
<dependencies >
18
18
<dependency >
19
19
<groupId >io.netifi.proteus.quickstart</groupId >
20
20
<artifactId >service-idl</artifactId >
21
- <version >1.5.0 </version >
21
+ <version >1.5.3 </version >
22
22
<scope >compile</scope >
23
23
</dependency >
24
24
<dependency >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.netifi.proteus.quickstart</groupId >
5
5
<artifactId >proteus-quickstart</artifactId >
6
- <version >1.5.0 </version >
6
+ <version >1.5.3 </version >
7
7
<packaging >pom</packaging >
8
8
<name >multi</name >
9
9
16
16
<properties >
17
17
<maven .compiler.target>1.8</maven .compiler.target>
18
18
<maven .compiler.source>1.8</maven .compiler.source>
19
- <proteusVersion >1.5.0 </proteusVersion >
20
- <rsocketRpcVersion >0.2.4 </rsocketRpcVersion >
21
- <protobufVersion >3.6.0 </protobufVersion >
22
- <log4j2Version >2.9.0 </log4j2Version >
19
+ <proteusVersion >1.5.3 </proteusVersion >
20
+ <rsocketRpcVersion >0.2.12 </rsocketRpcVersion >
21
+ <protobufVersion >3.6.1 </protobufVersion >
22
+ <log4j2Version >2.9.1 </log4j2Version >
23
23
</properties >
24
24
25
25
<repositories >
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.google.protobuf' version ' 0.8.6 '
2
+ id ' com.google.protobuf' version ' 0.8.7 '
3
3
id ' java'
4
4
}
5
5
6
6
sourceCompatibility = 1.8
7
7
8
8
dependencies {
9
9
compile " io.rsocket.rpc:rsocket-rpc-core:$rsocketRpcVersion "
10
- compile ' com.google.protobuf:protobuf-java:3.6.0 '
10
+ compile " com.google.protobuf:protobuf-java:$p rotobufVersion "
11
11
}
12
12
13
13
sourceSets {
@@ -24,7 +24,7 @@ protobuf {
24
24
generatedFilesBaseDir = " ${ projectDir} /src/generated"
25
25
26
26
protoc {
27
- artifact = ' com.google.protobuf:protoc:3.6.0 '
27
+ artifact = " com.google.protobuf:protoc:$p rotobufVersion "
28
28
}
29
29
30
30
plugins {
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.netifi.proteus.quickstart</groupId >
9
9
<artifactId >proteus-quickstart</artifactId >
10
- <version >1.5.0 </version >
10
+ <version >1.5.3 </version >
11
11
</parent >
12
12
13
13
<artifactId >service-idl</artifactId >
14
14
<name >service-idl</name >
15
- <version >1.5.0 </version >
15
+ <version >1.5.3 </version >
16
16
<packaging >jar</packaging >
17
17
18
18
<dependencies >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ dependencies {
9
9
compile project(' :service-idl' )
10
10
11
11
compile " io.netifi.proteus:proteus-client:$proteusVersion "
12
- compile ' com.google.protobuf:protobuf-java:3.6.0 '
12
+ compile " com.google.protobuf:protobuf-java:$p rotobufVersion "
13
13
14
- compile ' org.apache.logging.log4j:log4j-api:2.9.0 '
15
- compile ' org.apache.logging.log4j:log4j-core:2.9.0 '
16
- compile ' org.apache.logging.log4j:log4j-slf4j-impl:2.9.0 '
14
+ compile " org.apache.logging.log4j:log4j-api:$l og4jVersion "
15
+ compile " org.apache.logging.log4j:log4j-core:$l og4jVersion "
16
+ compile " org.apache.logging.log4j:log4j-slf4j-impl:$l og4jVersion "
17
17
}
18
18
19
19
mainClassName = ' io.netifi.proteus.quickstart.service.Main'
You can’t perform that action at this time.
0 commit comments