diff --git a/Jenkinsfile b/Jenkinsfile
index cb8ec16f..243ed52c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -128,7 +128,7 @@ pipeline {
when {
anyOf {
branch 'develop'
- branch 'main'
+ branch 'master'
branch 'test*'
}
}
@@ -188,7 +188,7 @@ pipeline {
sh "docker login ${gitHubRegistry} -u $USERNAME -p $PASSWORD"
script {
- if (env.BRANCH_NAME ==~ 'main') { //push edge and commit tags
+ if (env.BRANCH_NAME ==~ 'master') { //push edge and commit tags
sh "docker tag server:${commit} ${gitHubRegistry}/${gitHubRepo}-server:${version}"
sh "docker push ${gitHubRegistry}/${gitHubRepo}-server:${version}"
diff --git a/pom.xml b/pom.xml
index b6600906..72622936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
bio.overture
score
- 5.8.1
+ 5.8.3-SNAPSHOT
pom
${project.artifactId}
${project.name}
diff --git a/score-client/pom.xml b/score-client/pom.xml
index 594a2461..651908ad 100644
--- a/score-client/pom.xml
+++ b/score-client/pom.xml
@@ -21,7 +21,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
bio.overture
score
- 5.8.1
+ 5.8.3-SNAPSHOT
../pom.xml
diff --git a/score-core/pom.xml b/score-core/pom.xml
index befe11de..4ca30d67 100644
--- a/score-core/pom.xml
+++ b/score-core/pom.xml
@@ -21,7 +21,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
bio.overture
score
- 5.8.1
+ 5.8.3-SNAPSHOT
../pom.xml
diff --git a/score-fs/pom.xml b/score-fs/pom.xml
index 9a86cd98..10a7b2fe 100644
--- a/score-fs/pom.xml
+++ b/score-fs/pom.xml
@@ -21,7 +21,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
bio.overture
score
- 5.8.1
+ 5.8.3-SNAPSHOT
../pom.xml
diff --git a/score-server/pom.xml b/score-server/pom.xml
index a31b19c4..e6c2647a 100644
--- a/score-server/pom.xml
+++ b/score-server/pom.xml
@@ -21,7 +21,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
bio.overture
score
- 5.8.1
+ 5.8.3-SNAPSHOT
../pom.xml
diff --git a/score-test/pom.xml b/score-test/pom.xml
index 1ee8e9fe..19061a72 100644
--- a/score-test/pom.xml
+++ b/score-test/pom.xml
@@ -21,7 +21,7 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF S
bio.overture
score
- 5.8.1
+ 5.8.3-SNAPSHOT
../pom.xml