Skip to content

Commit

Permalink
Released referencedata version 15.2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuzderewicz committed Oct 6, 2020
1 parent b325118 commit 30b18b8
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 @@ -139,7 +139,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 @@ -212,7 +212,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-referencedata
# Only a Release Manager should update this
# See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release
######################################################################
serviceVersion=15.2.0-SNAPSHOT
serviceVersion=15.2.0-RC1

0 comments on commit 30b18b8

Please sign in to comment.