From 262b763469c0d5ee4d56c8560694e13455b7e938 Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Tue, 1 Feb 2022 12:50:32 +0100 Subject: [PATCH] Reset tgsearch version --- .classpath | 14 +++++++------- pom.xml | 9 +++++---- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.classpath b/.classpath index 471dc41..e6f73d0 100644 --- a/.classpath +++ b/.classpath @@ -89,7 +89,7 @@ <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/3.2.2.RELEASE/spring-core-3.2.2.RELEASE.jar"> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/3.2.6.RELEASE/spring-core-3.2.6.RELEASE.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> @@ -109,7 +109,7 @@ <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/org/springframework/spring-web/3.2.2.RELEASE/spring-web-3.2.2.RELEASE.jar"> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-web/3.2.6.RELEASE/spring-web-3.2.6.RELEASE.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> @@ -119,22 +119,22 @@ <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/3.2.2.RELEASE/spring-beans-3.2.2.RELEASE.jar"> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/3.2.6.RELEASE/spring-beans-3.2.6.RELEASE.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/3.2.2.RELEASE/spring-context-3.2.2.RELEASE.jar"> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/3.2.6.RELEASE/spring-context-3.2.6.RELEASE.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/3.2.2.RELEASE/spring-aop-3.2.2.RELEASE.jar"> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-aop/3.2.6.RELEASE/spring-aop-3.2.6.RELEASE.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/3.2.2.RELEASE/spring-expression-3.2.2.RELEASE.jar"> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-expression/3.2.6.RELEASE/spring-expression-3.2.6.RELEASE.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> @@ -259,7 +259,7 @@ <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> </classpathentry> - <classpathentry kind="var" path="M2_REPO/info/textgrid/middleware/confclient/1.4.0/confclient-1.4.0.jar"> + <classpathentry kind="var" path="M2_REPO/info/textgrid/middleware/confclient/4.1.0/confclient-4.1.0.jar"> <attributes> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> </attributes> diff --git a/pom.xml b/pom.xml index 0183050..1c4f5a8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ </developers> <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java-source.version>1.7</java-source.version> <java-target.version>1.8</java-target.version> <commons-io-version>2.4</commons-io-version> @@ -30,11 +31,12 @@ <cxf-version>2.7.11</cxf-version> --> <cxf-version>2.7.18</cxf-version> - <confclient-version>1.4.0</confclient-version> <!-- + <confclient-version>1.4.0</confclient-version> + --> + <confclient-version>4.1.0</confclient-version> <tgsearch-version>3.6.2</tgsearch-version> ---> - <tgsearch-version>4.0.1</tgsearch-version> + <!--tgsearch-version>4.0.1</tgsearch-version--> <!-- <tgcrud-version>2.6.0</tgcrud-version> --> @@ -45,7 +47,6 @@ <spring-version>3.2.2.RELEASE</spring-version> --> <spring-version>3.2.6.RELEASE</spring-version> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <git-commit-id-plugin.version>2.1.15</git-commit-id-plugin.version> <maven-compiler-plugin.version>3.9.0</maven-compiler-plugin.version> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> -- GitLab