Skip to content

Commit 7c6516b

Browse files
committed
Next Minor Version
1 parent 56918b9 commit 7c6516b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

git/hooks/prepare-forward-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'net/http'
44
require 'yaml'
55
require 'logger'
66

7-
$main_branch = "1.0.x"
7+
$main_branch = "1.1.x"
88

99
$log = Logger.new(STDOUT)
1010
$log.level = Logger::WARN

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.1-SNAPSHOT
1+
version=1.1.0-SNAPSHOT
22
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
33
org.gradle.parallel=true
44
org.gradle.caching=true

oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/util/SpringAuthorizationServerVersion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2022 the original author or authors.
2+
* Copyright 2020-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,8 +23,8 @@
2323
*/
2424
public final class SpringAuthorizationServerVersion {
2525
private static final int MAJOR = 1;
26-
private static final int MINOR = 0;
27-
private static final int PATCH = 1;
26+
private static final int MINOR = 1;
27+
private static final int PATCH = 0;
2828

2929
/**
3030
* Global Serialization value for Spring Authorization Server classes.

0 commit comments

Comments
 (0)