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

Update to new SNAPSHOT version

parent 12ab3cab
No related branches found
No related tags found
No related merge requests found
Pipeline #291078 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>4.2.6</version> <version>4.2.8-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId> <artifactId>oaipmh-core</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>4.2.6</version> <version>4.2.8-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-webapp</artifactId> <artifactId>oaipmh-webapp</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh</artifactId> <artifactId>oaipmh</artifactId>
<version>4.2.6</version> <version>4.2.8-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>DARIAHDE :: OAI-PMH DataProvider</name> <name>DARIAHDE :: OAI-PMH DataProvider</name>
<properties> <properties>
...@@ -14,11 +14,11 @@ ...@@ -14,11 +14,11 @@
<antlr-maven-plugin.version>3.2</antlr-maven-plugin.version> <antlr-maven-plugin.version>3.2</antlr-maven-plugin.version>
<antlr-runtime.version>3.2</antlr-runtime.version> <antlr-runtime.version>3.2</antlr-runtime.version>
<common.version>4.2.0-SNAPSHOT</common.version> <common.version>4.2.0-SNAPSHOT</common.version>
<cxf.version>3.3.12</cxf.version> <cxf.version>3.3.12</cxf.version>
<elasticsearch.version>6.5.4</elasticsearch.version> <elasticsearch.version>6.5.4</elasticsearch.version>
<jaxb2-namespace-prefix.version>1.3</jaxb2-namespace-prefix.version> <jaxb2-namespace-prefix.version>1.3</jaxb2-namespace-prefix.version>
<jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version> <jetty-maven-plugin.version>9.4.12.v20180830</jetty-maven-plugin.version>
<junit.version>4.13.1</junit.version> <junit.version>4.13.1</junit.version>
<json.version>20190722</json.version> <json.version>20190722</json.version>
<maven-antrun-plugin.version>1.3</maven-antrun-plugin.version> <maven-antrun-plugin.version>1.3</maven-antrun-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version> <properties-maven-plugin.version>1.0-alpha-2</properties-maven-plugin.version>
<!-- <slf4j.version>1.7.5</slf4j.version> --> <!-- <slf4j.version>1.7.5</slf4j.version> -->
<rdf4j-repository-api.version>3.0.2</rdf4j-repository-api.version> <rdf4j-repository-api.version>3.0.2</rdf4j-repository-api.version>
<spring.version>4.0.2.RELEASE</spring.version> <spring.version>4.0.2.RELEASE</spring.version>
<xstream.version>1.4.18</xstream.version> <xstream.version>1.4.18</xstream.version>
</properties> </properties>
<url>https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services</url> <url>https://gitlab.gwdg.de/dariah-de/dariah-de-oai-pmh-services</url>
...@@ -84,25 +84,6 @@ ...@@ -84,25 +84,6 @@
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version> <version>${maven-deploy-plugin.version}</version>
</plugin> </plugin>
<!--plugin >
<groupId>org.codehaus.mojo</groupId>
<artifactId>chronos-jmeter-maven-plugin</artifactId>
<version>1.1.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.15</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>jmeter</goal>
</goals>
</execution>
</executions>
</plugin-->
</plugins> </plugins>
</build> </build>
<modules> <modules>
......
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