diff options
Diffstat (limited to 'sparkybe-onap-application')
-rw-r--r-- | sparkybe-onap-application/pom.xml | 2 | ||||
-rw-r--r-- | sparkybe-onap-application/version.properties | 13 |
2 files changed, 1 insertions, 14 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 2f6725c..c737d72 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -10,7 +10,7 @@ <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-application</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <packaging>jar</packaging> <properties> diff --git a/sparkybe-onap-application/version.properties b/sparkybe-onap-application/version.properties deleted file mode 100644 index faf06bb..0000000 --- a/sparkybe-onap-application/version.properties +++ /dev/null @@ -1,13 +0,0 @@ -# Versioning variables -# 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 - -major=1 -minor=2 -patch=0 - -base_version=${major}.${minor}.${patch} - -# Release must be completed with git revision # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT |