From 898bb72b8bb34395a91c7bce212da3c7c27f07be Mon Sep 17 00:00:00 2001
From: Christoph Thelen <christoph.thelen@mni.thm.de>
Date: Tue, 30 Oct 2012 15:06:46 +0100
Subject: [PATCH] Use release version as the snapshot version does not exist
 anymore

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

diff --git a/pom.xml b/pom.xml
index b44ab394b..f9e200368 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
 				com.github.leleuj.springframework.security
 			</groupId>
 			<artifactId>spring-security-oauth-client</artifactId>
-			<version>1.0.0-SNAPSHOT</version>
+			<version>1.0.0</version>
 		</dependency>
 		<dependency>
 			<groupId>io.netty</groupId>
-- 
GitLab