summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-11-27 03:46:28 -0500
committerVenkata Harish K Kajur <vk250x@att.com>2017-11-27 09:53:43 -0500
commitdd6d9048332c71716ef24b2cfc8ce93b02139a2a (patch)
treecd53ad69f40c0d01c5e65d0d41232ddf2be45202 /version.properties
parent0f6f35ed623ec836312ff2372d96930ef0d7886a (diff)
Add v12 api changes for the new release code
Update the pom to use 1.2.0-SNAPSHOT and add v12 oxm and json and ensure the esr stuff is properly included Issue-ID: AAI-514 Change-Id: I96ceb7dbaa6de7650d55a79e2d1b18f5d1815f06 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties
index abe15cf1..9c95207d 100644
--- a/version.properties
+++ b/version.properties
@@ -4,11 +4,11 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_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 \ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT