Preparing for maven staging releases
Changing version in version.properties file to 1.0.0.
Adding maven staging plugin to pom file.
Change-Id: Ifeee32f8af6f0b07dd9782629b1c4fe939a07840
Signed-off-by: Patrick Brady <pb071s@att.com>
diff --git a/version.properties b/version.properties
index 7092503..feea708 100644
--- a/version.properties
+++ b/version.properties
@@ -3,9 +3,9 @@
# 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=0
+release_name=1
sprint_number=0
-feature_revision=1
+feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}