diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-17 17:38:36 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-17 17:40:06 -0400 |
commit | 8c03dbc37601b7018e7777dd537efdd40881a9f3 (patch) | |
tree | ffe032a8a0435105a39d1e05a4540d5e76161816 | |
parent | ac02e0ffac1972f22abd33d3058e874b2f2c32bd (diff) |
Upversion in prep of global jjb
Issue-ID: AAI-2482
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I8a9dddb2e75aded251c35c48f6e0b5ea97fc30cf
-rw-r--r-- | .gitreview | 2 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ [gerrit] host=gerrit.onap.org port=29418 -project=chameleon.git +project=aai/chameleon.git @@ -3,7 +3,7 @@ <groupId>org.onap.aai</groupId> <artifactId>chameleon</artifactId> <packaging>jar</packaging> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <name>aai-chameleon</name> <description/> <scm> @@ -256,17 +256,17 @@ <dependency> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-dmaap</artifactId> - <version>1.3.0</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-kafka</artifactId> - <version>1.3.0</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.2.2</version> + <version>1.5.0</version> </dependency> <dependency> <groupId>camel-snake-kebab</groupId> diff --git a/version.properties b/version.properties index eff345c..99af342 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=1 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} |