aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2018-02-09 15:49:37 +0000
committerLee, Tian (tl5884) <tianl@amdocs.com>2018-02-09 16:18:52 +0000
commit97e604888481fe30fd2b099afdaf160b8bc7bf2c (patch)
tree5d8797383c5f530db1ef19038b8a3c515e685b77
parent0556bc61f7cb201974cbcb66fa9d82b8d27c50bc (diff)
Add version.properties to project
Fix dmaapClient dependency version Change-Id: I2bd9ac1257e2cd18acb3286034fe9e8bf4ae0450 Issue-ID: AAI-700 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
-rw-r--r--event-client-dmaap/pom.xml2
-rw-r--r--version.properties13
2 files changed, 14 insertions, 1 deletions
diff --git a/event-client-dmaap/pom.xml b/event-client-dmaap/pom.xml
index 5134b67..e5de8e6 100644
--- a/event-client-dmaap/pom.xml
+++ b/event-client-dmaap/pom.xml
@@ -10,7 +10,7 @@
<properties>
<common.logging.version>1.2.0</common.logging.version>
- <dmaap.client.version>1.1.0</dmaap.client.version>
+ <dmaap.client.version>1.0.0</dmaap.client.version>
</properties>
<dependencies>
diff --git a/version.properties b/version.properties
new file mode 100644
index 0000000..faf06bb
--- /dev/null
+++ b/version.properties
@@ -0,0 +1,13 @@
+# 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