Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmarcos-autentia committed Oct 21, 2021
1 parent 2125a86 commit 031fc2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ subprojects {

ext {
baseVersion = "0.1.4"
isSnapshot = true
isSnapshot = false
snapshotSuffix = "-SNAPSHOT"
projectVersion = baseVersion + (isSnapshot ? snapshotSuffix : "")
}
Expand Down
2 changes: 1 addition & 1 deletion samples/default/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
h2DatabaseVersion = "1.4.192"
openIdConnectSpringBootVersion = "0.1.4-SNAPSHOT"
openIdConnectSpringBootVersion = "0.1.4"


libs = [
Expand Down
2 changes: 1 addition & 1 deletion samples/simple-ui/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
h2DatabaseVersion = "1.4.192"
openIdConnectSpringBootVersion = "0.1.4-SNAPSHOT"
openIdConnectSpringBootVersion = "0.1.4"


libs = [
Expand Down

0 comments on commit 031fc2e

Please sign in to comment.