[go: nahoru, domu]

Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
izhangzhihao committed Aug 19, 2022
1 parent f4dd249 commit b6407cd
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

group = 'com.github.sharpdata.sharpetl'
sourceCompatibility = 1.8
version = '0.1.0'
version = '0.2.0'

ext {
scalaVersion = scalaVersion
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'com.github.sharpdata.sharpetl'
sourceCompatibility = 1.8
version = '0.1.0'
version = '0.2.0'

dependencies {
implementation "org.scala-lang:scala-compiler:$scalaCompt"
Expand Down
2 changes: 1 addition & 1 deletion data-modeling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

group = 'com.github.sharpdata.sharpetl'
sourceCompatibility = 1.8
version = '0.1.0'
version = '0.2.0'

dependencies {
implementation(project(":core"))
Expand Down
2 changes: 1 addition & 1 deletion datasource/bigquery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.github.sharpdata.sharpetl.datasource'
version '0.1.0'
version '0.2.0'


dependencies {
Expand Down
2 changes: 1 addition & 1 deletion datasource/elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.sharpdata.sharpetl.datasource'
version '0.1.0'
version '0.2.0'


dependencies {
Expand Down
2 changes: 1 addition & 1 deletion datasource/hive2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.sharpdata.sharpetl.datasource'
version '0.1.0'
version '0.2.0'



Expand Down
2 changes: 1 addition & 1 deletion datasource/hive3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.sharpdata.sharpetl.datasource'
version '0.1.0'
version '0.2.0'



Expand Down
2 changes: 1 addition & 1 deletion datasource/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.sharpdata.sharpetl.datasource'
version '0.1.0'
version '0.2.0'


dependencies {
Expand Down
2 changes: 1 addition & 1 deletion datasource/kudu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.github.sharpdata.sharpetl.datasource'
version '0.1.0'
version '0.2.0'


dependencies {
Expand Down
2 changes: 1 addition & 1 deletion flink/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = 'com.github.sharpdata.sharpetl'
sourceCompatibility = 1.8
version = '0.1.0'
version = '0.2.0'

dependencies {
implementation("org.apache.logging.log4j:log4j-core") {
Expand Down
2 changes: 1 addition & 1 deletion spark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

group = 'com.github.sharpdata.sharpetl'
sourceCompatibility = 1.8
version = '0.1.0'
version = '0.2.0'

publishing {
publications {
Expand Down

0 comments on commit b6407cd

Please sign in to comment.