diff options
-rw-r--r-- | aai-resources/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 38ab635..6a39866 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.aai.resources</groupId> <artifactId>aai-resources</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <parent> <groupId>org.springframework.boot</groupId> @@ -26,7 +26,7 @@ <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> diff --git a/version.properties b/version.properties deleted file mode 100644 index 9c95207..0000000 --- a/version.properties +++ /dev/null @@ -1,14 +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_version=1 -minor_version=2 -patch_version=0 - -base_version=${major_version}.${minor_version}.${patch_version} - -# Release must be completed with GIT information # in Jenkins -release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT |