v1.0.1
nclazz/nclazz-mail-relay/pipeline/head There was a failure building this commit Details

master v1.0.1
Niclas Thobaben 2022-02-25 16:01:44 +01:00
parent 9efd92f844
commit 18e99bce54
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -91,7 +91,6 @@ pipeline {
allOf { allOf {
anyOf { anyOf {
branch 'master' branch 'master'
branch 'develop'
expression { return params.RUN_DEPLOYMENT } expression { return params.RUN_DEPLOYMENT }
} }
} }

View File

@ -10,7 +10,7 @@
<groupId>de.nclazz.service</groupId> <groupId>de.nclazz.service</groupId>
<artifactId>mail-relay</artifactId> <artifactId>mail-relay</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
<name>mail-relay</name> <name>mail-relay</name>
<description>Service for relaying mails from other services or static sites</description> <description>Service for relaying mails from other services or static sites</description>