diff options
author | dglFromAtt <dgl@research.att.com> | 2019-04-23 16:29:28 +0000 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2019-04-23 16:29:33 +0000 |
commit | ab20eca85c90b63deaaae00d5c9e32b9a965f69a (patch) | |
tree | 0d77b9ab2b4eba6300e865b3816c5e4a848a5580 | |
parent | a433b642cff989aabc4c3f918daaa90377a92453 (diff) |
Bump parent version1.1.2
Change-Id: I305cc09256986028becc6dcc053b385bd14e3f08
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1164
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.dmaap.buscontroller</groupId> <artifactId>parent</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <name>dmaap-buscontroller</name> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index 67e2f3a..85e1bd1 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |