File tree Expand file tree Collapse file tree 13 files changed +29
-29
lines changed
Expand file tree Collapse file tree 13 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'application'
66
77group = ' skyeye'
88applicationName = ' skyeye-alarm'
9- version = ' 1.0 .0'
9+ version = ' 1.1 .0'
1010
1111sourceCompatibility = 1.8
1212targetCompatibility = 1.8
@@ -21,8 +21,8 @@ repositories {
2121}
2222
2323ext {
24- baseVersion = ' 1.0 .0'
25- dataVersion = ' 1.0 .0'
24+ baseVersion = ' 1.1 .0'
25+ dataVersion = ' 1.1 .0'
2626}
2727
2828dependencies {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
33apply plugin : ' eclipse'
44
55group = ' skyeye'
6- version = ' 1.0 .0'
6+ version = ' 1.1 .0'
77
88sourceCompatibility = 1.8
99targetCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ allprojects {
33 apply plugin : ' eclipse'
44
55 group = ' skyeye'
6- version = ' 1.0 .0'
6+ version = ' 1.1 .0'
77 sourceCompatibility = 1.8
88 targetCompatibility = 1.8
99 compileJava. options. encoding = ' UTF-8'
@@ -37,8 +37,8 @@ subprojects {
3737 ext {
3838 slf4jVersion = ' 1.7.21'
3939 dubboVersion = ' 2.8.4-skyeye-trace-1.0.0'
40- dataVersion = ' 1.0 .0'
41- clientVersion = ' 1.0 .0'
40+ dataVersion = ' 1.1 .0'
41+ clientVersion = ' 1.1 .0'
4242 zookeeperVerison = ' 3.4.6'
4343 zkClientVersion = ' 0.9.1-up'
4444 }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'application'
66
77group = ' skyeye'
88applicationName = ' log-generater'
9- version = ' 1.0 .0'
9+ version = ' 1.1 .0'
1010
1111sourceCompatibility = 1.8
1212targetCompatibility = 1.8
@@ -21,7 +21,7 @@ repositories {
2121}
2222
2323ext {
24- clientVersion = ' 1.0 .0'
24+ clientVersion = ' 1.1 .0'
2525}
2626
2727dependencies {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ allprojects {
44 apply plugin : ' eclipse'
55
66 group = ' skyeye'
7- version = ' 1.0 .0'
7+ version = ' 1.1 .0'
88
99 sourceCompatibility = 1.8
1010 targetCompatibility = 1.8
@@ -57,8 +57,8 @@ subprojects {
5757 kafkaVersion = ' 0.10.0.1'
5858 zookeeperVersion = ' 3.4.6'
5959 zkclientVersion = ' 0.9.1-up'
60- baseVersion = ' 1.0 .0'
61- traceVersion = ' 1.0 .0'
60+ baseVersion = ' 1.1 .0'
61+ traceVersion = ' 1.1 .0'
6262 }
6363
6464 [compileJava, compileTestJava]* . options* . encoding = ' UTF-8'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ allprojects {
33 apply plugin : ' eclipse'
44
55 group = ' skyeye'
6- version = ' 1.0 .0'
6+ version = ' 1.1 .0'
77 sourceCompatibility = 1.8
88 targetCompatibility = 1.8
99 compileJava. options. encoding = ' UTF-8'
@@ -37,7 +37,7 @@ subprojects {
3737 apply plugin : ' eclipse'
3838
3939 ext {
40- baseVersion = ' 1.0 .0'
40+ baseVersion = ' 1.1 .0'
4141 kafkaVersion = ' 0.10.0.1'
4242 springBootVersion = ' 1.5.6.RELEASE'
4343 esVersion = ' 2.3.3'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'org.springframework.boot'
55apply plugin : ' application'
66
77ext {
8- dataVersion = ' 1.0 .0'
8+ dataVersion = ' 1.1 .0'
99 zkclientVersion = ' 0.9.1-up'
1010}
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'org.springframework.boot'
55apply plugin : ' application'
66
77ext {
8- dataVersion = ' 1.0 .0'
8+ dataVersion = ' 1.1 .0'
99 fastJsonVersion = ' 1.2.35'
1010}
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ allprojects {
44 apply plugin : ' eclipse'
55
66 group = ' skyeye'
7- version = ' 1.0 .0'
7+ version = ' 1.1 .0'
88
99 sourceCompatibility = 1.8
1010 targetCompatibility = 1.8
@@ -55,7 +55,7 @@ subprojects {
5555
5656 ext {
5757 slf4jVersion = ' 1.7.21'
58- baseVersion = ' 1.0 .0'
58+ baseVersion = ' 1.1 .0'
5959 }
6060
6161 [compileJava, compileTestJava]* . options* . encoding = ' UTF-8'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'application'
66
77group = ' skyeye'
88applicationName = ' skyeye-monitor'
9- version = ' 1.0 .0'
9+ version = ' 1.1 .0'
1010
1111sourceCompatibility = 1.8
1212targetCompatibility = 1.8
@@ -23,8 +23,8 @@ repositories {
2323ext {
2424 zookeeperVersion = ' 3.4.6'
2525 curatorVersion = ' 2.11.0'
26- baseVersion = ' 1.0 .0'
27- dataVersion = ' 1.0 .0'
26+ baseVersion = ' 1.1 .0'
27+ dataVersion = ' 1.1 .0'
2828 jacksonVersion = ' 1.9.13'
2929 zkclientVersion = ' 0.9.1-up'
3030}
You can’t perform that action at this time.
0 commit comments