From ae5fc39596da05e14374152681a8f61df8f3c593 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Thu, 8 Feb 2018 16:16:29 +0100 Subject: [PATCH] Release version 2.5.4 --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cc3ca2fc..940f7263a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.4 +This is a maintenance release which only brings libraries up to date to fix +potential bugs. + ## 2.5.3 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 76ab8f671..cdfdb7b67 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.4-SNAPSHOT</version> + <version>2.5.4</version> <packaging>war</packaging> <properties> -- GitLab