aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile5
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 9aa246a6..259ac980 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
diff --git a/pom.xml b/pom.xml
index 985f8e5d..53a4a7cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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}