From 72ae6409ca3bae7b63a90ffda755d75ccc6c996d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Denis?= Date: Thu, 1 Aug 2019 14:27:03 +0200 Subject: [PATCH] Update to 2.3.0 and change group id to com.aodocs.endpoints --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 00f30ed5..3d5687b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -version=2.2.5 +version=2.3.0 sourceCompatibility=1.8 targetCompatibility=1.8 -group=com.altirnao.endpoints +group=com.aodocs.endpoints servletVersion=2.5 javaxinjectVersion=1