Switch version to SemVer format

Closes gh-1107
This commit is contained in:
Stephane Nicoll 2020-07-09 17:53:47 +02:00
parent f109114c0e
commit 31aad89a8a
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ apt-get update
apt-get install --no-install-recommends -y ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq unzip
rm -rf /var/lib/apt/lists/*
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh > /opt/concourse-java.sh
curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/concourse-java.sh > /opt/concourse-java.sh
###########################################################

View File

@ -3,7 +3,7 @@ set -e
version=$( cat version/version )
milestone=${version%.RELEASE}
milestone=${version}
java -jar /github-release-notes-generator.jar \
--releasenotes.github.username=${GITHUB_USERNAME} \

View File

@ -314,7 +314,7 @@
<propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" />
<propertyregex property="version-type" override="true" input="${version-type}" regexp="(SNAPSHOT)\d+" replace="SNAPSHOT" />
<stringutil string="${version-type}" property="initializr-repo">
<lowercase />
</stringutil>

View File

@ -38,7 +38,7 @@
</developers>
<properties>
<revision>0.9.0.BUILD-SNAPSHOT</revision>
<revision>0.9.0-SNAPSHOT</revision>
<disable.checks>false</disable.checks>
<git.url>https://github.com/spring-io/initializr</git.url>
<git.connection>scm:git:https://github.com/spring-io/initializr</git.connection>