aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-04-18 12:47:08 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-04-19 12:01:54 +0000
commit6b63b975560ae4bfa4eb5df24d3cb7d10bb50748 (patch)
tree326bc65dabe8d3242ac5bb122608547ea8ceef95 /version.properties
parentfefd981a3a5803b36091c5c05acf587be06a5c74 (diff)
removing policy nexus build
remove unnecessary build of policy-nexus fix version number of dockerhub nexus image. update pom file with current master version Issue-ID: POLICY-737 Change-Id: I929ea8bf1c0f115e12d6be23e90e727f3c6f7264 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties13
1 files changed, 0 insertions, 13 deletions
diff --git a/version.properties b/version.properties
deleted file mode 100644
index faf06bbb..00000000
--- a/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