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

@@ -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>