From 82e407aee1a37adaf9fa8e847fdaa7f56835aa04 Mon Sep 17 00:00:00 2001
From: Paul-Christian Volkmer <github@pcvolkmer.de>
Date: Sat, 19 Dec 2015 12:42:07 +0100
Subject: [PATCH] Upgrade to Spring IO 2.0.1.RELEASE

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae036c84..18098e28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 	<packaging>war</packaging>
 
 	<properties>
-		<io.spring.platform-version>2.0.0.RELEASE</io.spring.platform-version>
+		<io.spring.platform-version>2.0.1.RELEASE</io.spring.platform-version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<sonar.language>java</sonar.language>
 		<mobile.production.path>../arsnova-mobile/src/main/webapp/build/production/ARSnova</mobile.production.path>
-- 
GitLab