Skip to content

Commit b6407cd

Browse files
committed
Bump to 0.2.0
1 parent f4dd249 commit b6407cd

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
group = 'com.github.sharpdata.sharpetl'
1212
sourceCompatibility = 1.8
13-
version = '0.1.0'
13+
version = '0.2.0'
1414

1515
ext {
1616
scalaVersion = scalaVersion

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = 'com.github.sharpdata.sharpetl'
99
sourceCompatibility = 1.8
10-
version = '0.1.0'
10+
version = '0.2.0'
1111

1212
dependencies {
1313
implementation "org.scala-lang:scala-compiler:$scalaCompt"

data-modeling/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = 'com.github.sharpdata.sharpetl'
99
sourceCompatibility = 1.8
10-
version = '0.1.0'
10+
version = '0.2.0'
1111

1212
dependencies {
1313
implementation(project(":core"))

datasource/bigquery/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.github.sharpdata.sharpetl.datasource'
6-
version '0.1.0'
6+
version '0.2.0'
77

88

99
dependencies {

datasource/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.sharpdata.sharpetl.datasource'
7-
version '0.1.0'
7+
version '0.2.0'
88

99

1010
dependencies {

datasource/hive2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.sharpdata.sharpetl.datasource'
7-
version '0.1.0'
7+
version '0.2.0'
88

99

1010

datasource/hive3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'com.github.sharpdata.sharpetl.datasource'
7-
version '0.1.0'
7+
version '0.2.0'
88

99

1010

datasource/kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.sharpdata.sharpetl.datasource'
8-
version '0.1.0'
8+
version '0.2.0'
99

1010

1111
dependencies {

datasource/kudu/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.github.sharpdata.sharpetl.datasource'
8-
version '0.1.0'
8+
version '0.2.0'
99

1010

1111
dependencies {

flink/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = 'com.github.sharpdata.sharpetl'
22
sourceCompatibility = 1.8
3-
version = '0.1.0'
3+
version = '0.2.0'
44

55
dependencies {
66
implementation("org.apache.logging.log4j:log4j-core") {

0 commit comments

Comments
 (0)