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

increased version

remocved . from Jenkinsfile
parent 4c43b854
Branches
Tags
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, 'trusty')
} }
else { else {
doDebRelease(pName, '.', pVersion, 'trusty') doDebRelease(pName, '', pVersion, 'trusty')
} }
} }
......
...@@ -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.5</version> <version>1.9.6</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.5</version> <version>1.9.6</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.5</version> <version>1.9.6</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.5</version> <version>1.9.6</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.
Please register or to comment