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

Add new Jenkinsfile for releasing to indy and trusty deb repo

Updated snapshot version
parent 6c261ff0
No related branches found
No related tags found
No related merge requests found
...@@ -40,10 +40,10 @@ node { ...@@ -40,10 +40,10 @@ node {
def pVersion = pom.version def pVersion = pom.version
def snapshot = pVersion.contains("SNAPSHOT") def snapshot = pVersion.contains("SNAPSHOT")
if (snapshot) { if (snapshot) {
doDebSnapshot(pName, '', pVersion, 'trusty') doDebSnapshot(pName, '', pVersion)
} }
else { else {
doDebRelease(pName, '', pVersion, 'trusty') doDebRelease(pName, '', pVersion)
} }
} }
} }
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>1.9.8-SNAPSHOT</version> <version>1.9.9-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth-client-crud</artifactId> <artifactId>tgauth-client-crud</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>1.9.8-SNAPSHOT</version> <version>1.9.9-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth-client-test</artifactId> <artifactId>tgauth-client-test</artifactId>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<version>1.9.8-SNAPSHOT</version> <version>1.9.9-SNAPSHOT</version>
</parent> </parent>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth-client</artifactId> <artifactId>tgauth-client</artifactId>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>info.textgrid.middleware</groupId> <groupId>info.textgrid.middleware</groupId>
<artifactId>tgauth</artifactId> <artifactId>tgauth</artifactId>
<version>1.9.8-SNAPSHOT</version> <version>1.9.9-SNAPSHOT</version>
<name>TextGrid :: TGAuth</name> <name>TextGrid :: TGAuth</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <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