From 70b4745ef24f92d22f2c1ebc00d3d1d045aea517 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Mon, 28 Jan 2019 14:05:28 +0100 Subject: [PATCH] Release version 2.5.9 --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44af7ed1..5605709ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.9 +This is a maintenance release which only brings libraries up to date to fix +potential bugs. + ## 2.5.8 This is a maintenance release which only brings libraries up to date to fix potential bugs. diff --git a/pom.xml b/pom.xml index f847911cb..f9e3d443a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.thm.arsnova</groupId> <artifactId>arsnova-backend</artifactId> - <version>2.5.9-SNAPSHOT</version> + <version>2.5.9</version> <packaging>war</packaging> <properties> -- GitLab