diff options
author | 2020-12-02 12:59:59 +0100 | |
---|---|---|
committer | 2020-12-02 13:12:58 +0100 | |
commit | 874d0e6a9c06578cbef9baf4e35f2b7c69f120ff (patch) | |
tree | 4492b6dca91e63fbf5a81dabaa0e8f190569fadc | |
parent | 9dcac543b2c496abe3d8e759cc5dcb495f849317 (diff) |
Upgrade Reactor/Reactor Test.1.5.0
Add missing .gitreview file.
Issue-ID: DCAEGEN2-2537
Signed-off-by: tkogut <tomasz.kogut@nokia.com>
Change-Id: Id972a4477ffee2e9d1a9bb002303293866271b80
-rw-r--r-- | .gitreview | 4 | ||||
-rw-r--r-- | pom.xml | 7 | ||||
-rw-r--r-- | version.properties | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..a0b1943 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=gerrit.onap.org +port=29418 +project=dcaegen2/services/pm-mapper.git @@ -2,6 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019-2020 Nordix Foundation. + Copyright (C) 2020 Nokia. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ <groupId>org.onap.dcaegen2.services</groupId> <artifactId>pm-mapper</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> @@ -43,7 +44,7 @@ <lombok.version>1.18.4</lombok.version> <sl4j.version>1.7.25</sl4j.version> <logback.version>1.2.3</logback.version> - <reactor.version>3.2.3.RELEASE</reactor.version> + <reactor.version>3.4.0</reactor.version> <undertow.version>2.0.30.Final</undertow.version> <gson.version>2.8.5</gson.version> <freemarker.version>2.3.28</freemarker.version> @@ -59,7 +60,7 @@ <junit4.version>4.12</junit4.version> <jsonschema.version>1.3.0</jsonschema.version> <xerces.version>2.11.0</xerces.version> - <reactor.test>3.1.0.RELEASE</reactor.test> + <reactor.test>3.4.0</reactor.test> <!-- Plugin Versions --> <jacoco.version>0.8.2</jacoco.version> <surefire.version>2.22.0</surefire.version> diff --git a/version.properties b/version.properties index 6494452..68bc8f5 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=4 -patch=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |