From 7729afd21bb28f13746281994f20516bbbca4215 Mon Sep 17 00:00:00 2001 From: bhearn Date: Thu, 3 Dec 2020 11:17:53 -0700 Subject: [PATCH] version bump --- Dockerfile | 2 +- Jenkinsfile | 2 +- download.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 74603cf..bc9aecf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} LABEL name="Apache ActiveMQ Artemis" \ maintainer="bhearn@anchore.com" \ vendor="Opensource" \ - version="2.15.0" \ + version="2.16.0" \ release="1" \ summary="Image of Apache ActiveMQ Artemis" \ description="Apache ActiveMQ is an open source, multi-protocol, Java-based messaging server." diff --git a/Jenkinsfile b/Jenkinsfile index 02051f3..2c5de0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: "2.15.0") \ No newline at end of file +dccscrPipeline(version: "2.16.0") \ No newline at end of file diff --git a/download.yaml b/download.yaml index 8e361d1..952269c 100644 --- a/download.yaml +++ b/download.yaml @@ -1,7 +1,7 @@ --- resources: - - url: "https://downloads.apache.org/activemq/activemq-artemis/2.15.0/apache-artemis-2.15.0-bin.tar.gz" + - url: "https://downloads.apache.org/activemq/activemq-artemis/2.16.0/apache-artemis-2.16.0-bin.tar.gz" filename: "apache-activemq-artemis.tar.gz" validation: type: "sha512" - value: "554da0a6b824c6d1970284887a570cd6b8b1b3229f34380f5446b3c9424219a54ffffedef3af682576901d50b10aafc3ee5c672af0750ed77fa3ace61f382927" \ No newline at end of file + value: "4990a6b742b08bff6a4c7b310d2610565b08a2a02e1a7aec065460d16f8a6fe3d4fe91a8040839f93d7c2eab09fd6a79848fb130f9820559ee3e81dcf8d51ead" \ No newline at end of file -- GitLab