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

Increase snapshot version

Use doDeb scripts now for trusty AND indy release
parent 13750e15
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, 'trusty')
doDebSnapshot(pName, 'oaipmh-webapp/target', pVersion)
}
else {
doDebRelease(pName, 'oaipmh-webapp/target', pVersion, 'trusty')
doDebRelease(pName, 'oaipmh-webapp/target', pVersion)
}
}
}
......@@ -4,7 +4,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>2.16.1-SNAPSHOT</version>
<version>2.26.2-SNAPSHOT</version>
</parent>
<groupId>info.textgrid.middleware</groupId>
<artifactId>oaipmh-core</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>oaipmh</artifactId>
<groupId>info.textgrid.middleware</groupId>
<version>2.16.1-SNAPSHOT</version>
<version>2.26.2-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>2.16.1-SNAPSHOT</version>
<version>2.26.2-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