mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Switch version to SemVer format
Closes gh-1107
This commit is contained in:
parent
f109114c0e
commit
31aad89a8a
@ -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
|
||||
|
||||
|
||||
###########################################################
|
||||
|
@ -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} \
|
||||
|
@ -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>
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user