diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2020-04-13 13:33:16 -0400 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2020-04-13 13:38:20 -0400 |
commit | 9a6a09d04b404ee3c0c94928ec1c51918b3c3a42 (patch) | |
tree | 0644f7fc550207069154c06eabfa3eca6fb5abf4 /eelf-logging | |
parent | b6c4be4e8edc61f28c431a0bef6ec04c45d1418e (diff) |
Setup to release6.0.0-ONAPfrankfurt
Issue-ID: AAI-2850
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I8ae851ee979f046b1e552227ce6c7f162199024a
Diffstat (limited to 'eelf-logging')
-rw-r--r-- | eelf-logging/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index b8113b6..ad2aff1 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,9 +25,8 @@ limitations under the License. <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </parent> - <artifactId>eelf-logging</artifactId> <name>EELF Logging Implementation</name> @@ -38,7 +37,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <!-- EELF logging library --> |