File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
238238 echo $MAVEN_ARGS | grep -q milestone && MAVEN_ARGS=$( echo $MAVEN_ARGS | sed -e ' s/-Pmilestone//' )
239239fi
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"
244244else
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments