Skip to content

Commit

Permalink
increase version to RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati committed Jun 20, 2023
1 parent afc4387 commit 5caf269
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

allprojects {
version = '1.0.0-RC3'
version = '1.0.0-RC4'
group = 'it.pagopa.tech.lollipop-consumer-java-sdk'
sourceCompatibility = '11'
targetCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion samples/servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {


group = 'it.pagopa.tech.lollipop.consumer.samples'
version = '1.0.0-RC3'
version = '1.0.0-RC4'
sourceCompatibility = '11'

application {
Expand Down
2 changes: 1 addition & 1 deletion samples/simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {


group = 'it.pagopa.tech.lollipop.consumer.samples'
version = '1.0.0-RC3'
version = '1.0.0-RC4'
sourceCompatibility = '11'

application {
Expand Down
2 changes: 1 addition & 1 deletion samples/simpleTypesafe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {


group = 'it.pagopa.tech.lollipop.consumer.samples'
version = '1.0.0-RC3'
version = '1.0.0-RC4'
sourceCompatibility = '11'

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

group = 'it.pagopa.tech.lollipop.consumer.samples'
version = '1.0.0-RC3'
version = '1.0.0-RC4'
sourceCompatibility = '11'

configurations {
Expand Down

0 comments on commit 5caf269

Please sign in to comment.