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

Increase version to 3.3.2.1-ES6-SNAPSHOT to be deployed on dev.textgridlab.org...

Increase version to 3.3.2.1-ES6-SNAPSHOT to be deployed on dev.textgridlab.org if merged to es6 again.
parent 2fc229b3
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@ node {
def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) {
doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
// doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
}
else {
doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
// doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
}
}
}
......@@ -5,14 +5,14 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>3.3.12-SNAPSHOT</version>
<version>3.3.2.1-ES6-SNAPSHOT</version>
</parent>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId>
<packaging>jar</packaging>
<name>DARIAHDE :: OAI-PMH DataProvider :: Core</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>info.textgrid.middleware</groupId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>3.3.12-SNAPSHOT</version>
<version>3.3.2.1-ES6-SNAPSHOT</version>
</parent>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-webapp</artifactId>
......
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh</artifactId>
<version>3.3.12-SNAPSHOT</version>
<version>3.3.2.1-ES6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>DARIAHDE :: OAI-PMH DataProvider</name>
<properties>
......
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