Skip to content

Commit

Permalink
[EXTRA] cicd test
Browse files Browse the repository at this point in the history
  • Loading branch information
boham97 committed Dec 18, 2023
1 parent e398e33 commit 8c91956
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion discovery-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.example'
version = '0.0.1-SNAPSHOT'
version = '1.0.1'

java {
sourceCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion gateway-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.example'
version = '1.0.0'
version = '1.0.1'

java {
sourceCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion login-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.example'
version = '1.0.0'
version = '1.0.1'

java {
sourceCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion order-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.example'
version = '1.0.0'
version = '1.0.1'

java {
sourceCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion robot-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.example'
version = '1.0.0'
version = '1.0.1'

java {
sourceCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion worker-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.example'
version = '1.0.0'
version = '1.0.1'

java {
sourceCompatibility = '11'
Expand Down

0 comments on commit 8c91956

Please sign in to comment.