Skip to content

Commit

Permalink
Issue #000 fix: merge remote-tracking branch 'origin/master' into rel…
Browse files Browse the repository at this point in the history
…ease-1.6

# Conflicts:
#	metadata.sh
  • Loading branch information
Mahesh Kumar Gangula committed Apr 10, 2018
2 parents a45fd98 + 0f14a2c commit 26d8048
Show file tree
Hide file tree
Showing 81 changed files with 4,017 additions and 1,555 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ tmp
dist
/.idea
/*.iml
*.iml
*.log
RUNNING_PID
/out
/.idea_modules
/.classpath
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":"0.0.6","org":"sunbird","hubuser":"purplesunbird"}'
echo '{"name":"learner_service","version":"1.5.0","org":"sunbird","hubuser":"purplesunbird"}'
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<name>sunbird_lms_service</name>
<modules>
<module>service/libs</module>
<module>service</module>
<module>service</module>
</modules>
</project>
</project>
Loading

0 comments on commit 26d8048

Please sign in to comment.