From 79466842d7a174c0a9fbf07949c0cb10f15c4d9c Mon Sep 17 00:00:00 2001 From: Des Marshall Date: Tue, 30 Oct 2018 10:25:29 +0000 Subject: [PATCH] Update to 3.1.0 for release --- CHANGELOG.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3543cba..9d6c3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to ## [Unreleased] +## [3.1.0] - 2018-10-30 + +### Added +- Added capability to submit a _`reprocess all`_ command to the Artemis broker, to retry all current messages in the DLQ. + ## [3.0.0] - 2018-09-06 ### Added diff --git a/pom.xml b/pom.xml index e2b39a6..e1688e4 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ artemis-manager - 3.1.0-SNAPSHOT + 3.1.0 ${cpp.scm.connection}