Skip to content

Commit

Permalink
Revert "Released auth version 4.3.1-RC1"
Browse files Browse the repository at this point in the history
This reverts commit 7c7345b.
  • Loading branch information
pbuzderewicz committed Oct 6, 2020
1 parent 7c7345b commit 2386bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pipeline {
}
}
}
/*stage('Parallel: Sonar analysis and contract tests') {
stage('Parallel: Sonar analysis and contract tests') {
parallel {
stage('Sonar analysis') {
agent any
Expand Down Expand Up @@ -206,7 +206,7 @@ pipeline {
}
}
}
}*/
}
stage('ERD generation') {
agent {
node {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ serviceName=openlmis-auth
# Only a Release Manager should update this
# See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release
######################################################################
serviceVersion=4.3.1-RC1
serviceVersion=4.3.1-SNAPSHOT

0 comments on commit 2386bde

Please sign in to comment.