summaryrefslogtreecommitdiffstats
path: root/mod2/auth-service
diff options
context:
space:
mode:
Diffstat (limited to 'mod2/auth-service')
-rw-r--r--mod2/auth-service/Dockerfile4
-rw-r--r--mod2/auth-service/pom.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/mod2/auth-service/Dockerfile b/mod2/auth-service/Dockerfile
index b125fc0..5c03a87 100644
--- a/mod2/auth-service/Dockerfile
+++ b/mod2/auth-service/Dockerfile
@@ -1,4 +1,4 @@
-FROM onap/integration-java11:7.1.0
+FROM nexus3.onap.org:10001/onap/integration-java11:8.0.0
WORKDIR /usr/app
VOLUME /tmp
@@ -11,4 +11,4 @@ COPY ${PROJECT_BUILD_DIR_NAME}/${FINAL_JAR} .
ENTRYPOINT ["java", \
"-Djava.security.egd=file:/dev/./urandom", \
- "-jar", "mod-auth-service.jar"] \ No newline at end of file
+ "-jar", "mod-auth-service.jar"]
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>