From 8aa9b9095e0fdd0292b190ad3ef469e3d161f98b Mon Sep 17 00:00:00 2001
From: Matthias Piepkorn <mpiepk@gmail.com>
Date: Wed, 23 Oct 2019 21:36:54 +0000
Subject: [PATCH] ci: build/test against openjdk 11

---
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index d853e25..f130a58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-protocol-cas</artifactId>
-    <version>6.0.0</version>
+    <version>7.0.0</version>
     <name>Keycloak CAS Protocol</name>
     <description />
 

--
Gitblit v1.9.1