Skip to content

Commit a4b708d

Browse files
author
Dave Syer
committed
Bump to 1.1.0
1 parent fac6da4 commit a4b708d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mvnw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an
@@ -238,7 +238,7 @@ else
238238
echo $MAVEN_ARGS | grep -q milestone && MAVEN_ARGS=$(echo $MAVEN_ARGS | sed -e 's/-Pmilestone//')
239239
fi
240240

241-
if echo $VERSION | egrep -q 'RELEASE'; then
241+
if echo $VERSION | egrep -q '[0-9]*\.[0-9]*\.[0-9]*$|RELEASE'; then
242242
echo Activating \"central\" profile for version=\"$VERSION\"
243243
echo $MAVEN_ARGS | grep -q milestone || MAVEN_ARGS="$MAVEN_ARGS -Pcentral"
244244
else

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.security</groupId>
77
<artifactId>spring-security-rsa</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<packaging>jar</packaging>
1010
<name>spring-security-rsa</name>
1111

0 commit comments

Comments
 (0)