aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 12e1539..7c8a536 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -103,7 +103,7 @@
String pom = new File(project.basedir, '../pom.xml').getText('UTF-8')
def matcher = pom =~ /(?s).*<version>(.*?)-SNAPSHOT<\/version>.*/
assert matcher.matches()
- project.properties['scanner.version'] = matcher[0][1] + '-build' + System.getenv()['CI_BUILD_NUMBER']
+ project.properties['scanner.version'] = matcher[0][1] + '.0.' + System.getenv()['CI_BUILD_NUMBER']
]]>
</source>
</configuration>