Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmarcos-autentia committed Oct 26, 2021
1 parent bb377bb commit ae111aa
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.5"
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.5-SNAPSHOT"
openIdConnectSpringBootVersion = "0.1.5"


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.5-SNAPSHOT"
openIdConnectSpringBootVersion = "0.1.5"


libs = [
Expand Down

0 comments on commit ae111aa

Please sign in to comment.