Skip to content

Commit

Permalink
Merge pull request #32 from project-sunbird/release-1.7.1
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
maheshkumargangula authored Jul 3, 2018
2 parents c62d3a2 + c6cef5c commit c27bb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ node('build-slave') {

env.NODE_ENV = "build"
print "Environment will be : ${env.NODE_ENV}"
sh('git submodule foreach git pull origin release-1.7')
sh('git submodule foreach git pull origin release-1.7.1')
sh 'mvn clean install -DskipTests=true '
dir ('service') {
sh 'mvn play2:dist'
Expand Down
2 changes: 1 addition & 1 deletion metadata.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# return version
echo '{"name":"learner_service","version":"1.7.0","org":"sunbird","hubuser":"purplesunbird"}'
echo '{"name":"learner_service","version":"1.7.1","org":"sunbird","hubuser":"purplesunbird"}'

0 comments on commit c27bb4c

Please sign in to comment.