Skip to content
Snippets Groups Projects
Commit 7430d8f6 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Re-set versions

parent 210fda05
No related branches found
No related tags found
No related merge requests found
Pipeline #271782 passed
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
...@@ -119,22 +119,22 @@ ...@@ -119,22 +119,22 @@
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
</classpathentry> </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> <attributes>
<attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/> <attribute value="/WEB-INF/lib" name="org.eclipse.jst.component.dependency"/>
</attributes> </attributes>
......
...@@ -27,20 +27,20 @@ ...@@ -27,20 +27,20 @@
<commons-io-version>2.4</commons-io-version> <commons-io-version>2.4</commons-io-version>
<link-rewriter-version>0.4.1-RELEASE</link-rewriter-version> <link-rewriter-version>0.4.1-RELEASE</link-rewriter-version>
<saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck --> <saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck -->
<!--cxf-version>2.7.11</cxf-version--> <cxf-version>2.7.11</cxf-version>
<cxf-version>2.7.18</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> <!--confclient-version>4.1.0</confclient-version-->
<!--tgsearch-version>3.6.2</tgsearch-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--> <tgcrud-version>2.6.0</tgcrud-version>
<tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version> <!--tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version-->
<guava-version>15.0</guava-version> <guava-version>15.0</guava-version>
<junit-version>4.13.2</junit-version> <junit-version>4.13.2</junit-version>
<!--servlet-api.version>2.5</servlet-api.version--> <!--servlet-api.version>2.5</servlet-api.version-->
<servlet-api.version>3.0.1</servlet-api.version> <servlet-api.version>3.0.1</servlet-api.version>
<!--spring-version>3.2.2.RELEASE</spring-version--> <spring-version>3.2.2.RELEASE</spring-version>
<spring-version>3.2.6.RELEASE</spring-version> <!--spring-version>3.2.6.RELEASE</spring-version-->
<git-commit-id-plugin.version>2.1.15</git-commit-id-plugin.version> <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-compiler-plugin.version>3.9.0</maven-compiler-plugin.version>
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
...@@ -58,11 +58,10 @@ ...@@ -58,11 +58,10 @@
<name>GWDG Nexus DARIAH-DE Repository</name> <name>GWDG Nexus DARIAH-DE Repository</name>
<url> https://nexus.gwdg.de/repository/maven-dariah-public/</url> <url> https://nexus.gwdg.de/repository/maven-dariah-public/</url>
</repository> </repository>
<!--
<repository> <repository>
<id>dh.nexus.releases</id> <id>dh.nexus.releases</id>
<name>Cophi Nexus Releases</name> <name>Cophi Nexus Releases</name>
<url>http://dev.digital-humanities.de/nexus/content/repositories/releases</url> <url>https://dev.digital-humanities.de/nexus/content/repositories/releases</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
...@@ -81,7 +80,6 @@ ...@@ -81,7 +80,6 @@
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>
</repository> </repository>
-->
</repositories> </repositories>
<distributionManagement> <distributionManagement>
...@@ -118,12 +116,6 @@ ...@@ -118,12 +116,6 @@
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgsearch-client</artifactId> <artifactId>tgsearch-client</artifactId>
<version>${tgsearch-version}</version> <version>${tgsearch-version}</version>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment