From 4859e43b0bd7695797532adbbc6ad2ced0116030 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 May 2019 09:22:07 -0700 Subject: Change major version of parent The maven version plugin is not working correctly when the parent pom file version matches the version of appc pom files. This change will keep the numbers different. Change-Id: I7d376fc7c1489e9d72f7aee55454166a0188b19f Signed-off-by: Patrick Brady Issue-ID: APPC-1601 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 45e6ecd..e9dbf6a 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -release_name=1 +release_name=2 sprint_number=6 feature_revision=0 -- cgit