Skip to content

Commit 336b50b

Browse files
committed
update version
1 parent 336afb2 commit 336b50b

File tree

13 files changed

+29
-29
lines changed

13 files changed

+29
-29
lines changed

skyeye-alarm/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'application'
66

77
group = 'skyeye'
88
applicationName = 'skyeye-alarm'
9-
version = '1.0.0'
9+
version = '1.1.0'
1010

1111
sourceCompatibility = 1.8
1212
targetCompatibility = 1.8
@@ -21,8 +21,8 @@ repositories {
2121
}
2222

2323
ext {
24-
baseVersion = '1.0.0'
25-
dataVersion = '1.0.0'
24+
baseVersion = '1.1.0'
25+
dataVersion = '1.1.0'
2626
}
2727

2828
dependencies {

skyeye-base/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'eclipse'
44

55
group = 'skyeye'
6-
version = '1.0.0'
6+
version = '1.1.0'
77

88
sourceCompatibility = 1.8
99
targetCompatibility = 1.8

skyeye-benchmark/dubbo-service/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

skyeye-benchmark/log-generater/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'application'
66

77
group = 'skyeye'
88
applicationName = 'log-generater'
9-
version = '1.0.0'
9+
version = '1.1.0'
1010

1111
sourceCompatibility = 1.8
1212
targetCompatibility = 1.8
@@ -21,7 +21,7 @@ repositories {
2121
}
2222

2323
ext {
24-
clientVersion = '1.0.0'
24+
clientVersion = '1.1.0'
2525
}
2626

2727
dependencies {

skyeye-client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

skyeye-collector/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

skyeye-collector/skyeye-collector-metrics/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'org.springframework.boot'
55
apply plugin: 'application'
66

77
ext {
8-
dataVersion = '1.0.0'
8+
dataVersion = '1.1.0'
99
zkclientVersion = '0.9.1-up'
1010
}
1111

skyeye-collector/skyeye-collector-trace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'org.springframework.boot'
55
apply plugin: 'application'
66

77
ext {
8-
dataVersion = '1.0.0'
8+
dataVersion = '1.1.0'
99
fastJsonVersion = '1.2.35'
1010
}
1111

skyeye-data/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

skyeye-monitor/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'application'
66

77
group = 'skyeye'
88
applicationName = 'skyeye-monitor'
9-
version = '1.0.0'
9+
version = '1.1.0'
1010

1111
sourceCompatibility = 1.8
1212
targetCompatibility = 1.8
@@ -23,8 +23,8 @@ repositories {
2323
ext {
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
}

0 commit comments

Comments
 (0)