diff options
author | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-02-18 16:07:04 +0100 |
---|---|---|
committer | Alexander Mazuruk <a.mazuruk@samsung.com> | 2021-04-30 06:08:43 +0200 |
commit | fdbd89ed0c57f370f6ba3e6390f4b523c965fb9c (patch) | |
tree | 27f5be346e1054069eef385eb3f54c1a7839f82a /mod2/auth-service/pom.xml | |
parent | 86c9032dcba9a92a9525dd65ecfe910e8c73664a (diff) |
Unify integration-* image usage
Some Dockerfiles in this repositry had nexus host provided, some
didn't. Now all do.
Additionally switched to latest tag which follows current recommendation
by seccom.
Issue-ID: INT-1864
Issue-ID: DCAEGEN2-2420
Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
Change-Id: I2501adfef69718658fa82d85a035a050a295f402
Diffstat (limited to 'mod2/auth-service/pom.xml')
-rw-r--r-- | mod2/auth-service/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod2/auth-service/pom.xml b/mod2/auth-service/pom.xml index b1135c5..b25fe99 100644 --- a/mod2/auth-service/pom.xml +++ b/mod2/auth-service/pom.xml @@ -5,6 +5,7 @@ ~ * org.onap.dcae ~ * ================================================================================ ~ * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. + ~ * Copyright (c) 2021 Samsung Electronics. 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. @@ -31,7 +32,7 @@ </parent> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>auth-service</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>auth-service</name> <description>REST APIs to serve Auth Service</description> |