diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-19 17:57:28 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-19 17:57:31 -0400 |
commit | 5e57c55c31029924a0e25d9a61f4be65f5893c7e (patch) | |
tree | b15d691a59f68b76cbffd87d937bf355e63ad29d | |
parent | 701abd5bb602cecff91d9a25b72d2802708fa0ab (diff) |
Upversion for jjb transition
Issue-ID: AAI-2499
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I2c0c1b00993ddcc7ca207fe5003bf55cf815e4a4
-rw-r--r-- | pom.xml | 10 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -31,13 +31,13 @@ <groupId>org.onap.aai</groupId> <artifactId>spike</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <name>aai-spike</name> <properties> <docker.location>${basedir}/target</docker.location> - <event.client.version>1.4.0</event.client.version> - <version.aai-schema>1.0.5</version.aai-schema> + <event.client.version>1.5.0</event.client.version> + <version.aai-schema>1.5.0</version.aai-schema> <version.aai-schema-ingest>1.4.1</version.aai-schema-ingest> <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 --> @@ -154,13 +154,13 @@ <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>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.2.2</version> + <version>1.5.0</version> </dependency> <dependency> 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} |