Skip to content

Commit

Permalink
next patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Mar 6, 2022
1 parent 90d45b3 commit d241e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ public class OAuthCodeProperties implements Serializable {
* Remove the related access tokens when trying to use a code
* which is expired or no longer exists.
*/
private boolean removeRelatedAccessTokens = true;
private boolean removeRelatedAccessTokens;
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Platform metadata for releases, POM generation, etc.
#################################################
group=org.apereo.cas
version=6.5.1-SNAPSHOT
version=6.5.1
projectUrl=https://www.apereo.org/cas
projectInceptionYear=2004
projectScmUrl=scm:[email protected]:apereo/cas.git
Expand Down

0 comments on commit d241e8a

Please sign in to comment.