From 78952c73315423c00a35ecb995005999a764d494 Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Fri, 10 Nov 2017 18:55:39 +0100
Subject: [PATCH] New RELEASE version  >>>  2.12.0

---
 oaipmh-core/pom.xml   | 2 +-
 oaipmh-webapp/pom.xml | 2 +-
 pom.xml               | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/oaipmh-core/pom.xml b/oaipmh-core/pom.xml
index 4fbaa543..f38296bf 100644
--- a/oaipmh-core/pom.xml
+++ b/oaipmh-core/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>2.11.0-SNAPSHOT</version>
+		<version>2.12.0</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-core</artifactId>
diff --git a/oaipmh-webapp/pom.xml b/oaipmh-webapp/pom.xml
index 87e48244..23717778 100644
--- a/oaipmh-webapp/pom.xml
+++ b/oaipmh-webapp/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<artifactId>oaipmh</artifactId>
 		<groupId>info.textgrid.middleware</groupId>
-		<version>2.11.0-SNAPSHOT</version>
+		<version>2.12.0</version>
 	</parent>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh-webapp</artifactId>
diff --git a/pom.xml b/pom.xml
index 0efe9aa8..bc8cae11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>info.textgrid.middleware</groupId>
 	<artifactId>oaipmh</artifactId>
-	<version>2.11.0-SNAPSHOT</version>
+	<version>2.12.0</version>
 	<packaging>pom</packaging>
 	<name>DARIAHDE :: OAI-PMH DataProvider</name>
 	<properties>
-		<tgcrud.version>7.20.0-DH</tgcrud.version>
-		<tghttpclients.version>2.8.0</tghttpclients.version>
+		<tgcrud.version>7.24.0-DH</tgcrud.version>
+		<tghttpclients.version>3.0.0</tghttpclients.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<cxf.version>3.1.7</cxf.version>
 		<spring.version>4.0.2.RELEASE</spring.version>
-- 
GitLab