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

increased version

removed performRelease
parent fc10110e
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ node { ...@@ -8,7 +8,7 @@ node {
stage('Build') { stage('Build') {
// Ignoring (online) tests // Ignoring (online) tests
sh "'${mvnHome}/bin/mvn' -DskipTests=true -DperformRelease=true -U clean verify deploy" sh "'${mvnHome}/bin/mvn' -DskipTests=true -U clean verify deploy"
echo "-- Creating package --" echo "-- Creating package --"
def pom = readMavenPom file: './pom.xml' def pom = readMavenPom file: './pom.xml'
......
...@@ -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.4-SNAPSHOT</version> <version>1.9.5-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.4-SNAPSHOT</version> <version>1.9.5-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.4-SNAPSHOT</version> <version>1.9.5-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.4-SNAPSHOT</version> <version>1.9.5-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