diff options
-rw-r--r-- | Dockerfile | 5 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 6 deletions
@@ -1,5 +1,4 @@ -FROM ubuntu:16.04 -#FROM dcae-alpine:8-jre-tini +FROM openjdk:8-jre-slim MAINTAINER vv770d@att.com @@ -9,8 +8,6 @@ ENV HOME /opt/app/VESCollector ENV JAVA_HOME /usr ENV HOSTALIASES /etc/host.aliases -RUN apt-get update && apt-get install -y curl vim openjdk-8-jdk - COPY opt /opt EXPOSE 8080 8443 @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.collectors.ves</groupId>
<artifactId>VESCollector</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>dcaegen2-collectors-ves</name>
<description>VESCollector</description>
diff --git a/version.properties b/version.properties index 00ef5645..7d6815b1 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} |