Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  OLMIS-91, removed sonar project name
  Remove lock_timeout reference to fix build errors
  Add master build badge

Conflicts:
	gradle.properties
  • Loading branch information
joshzamor committed Mar 8, 2016
2 parents 3299511 + 52ba176 commit 425d4f7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](http://ci.openlmis.org:8080/job/OpenLMIS-dev-branch/badge/icon)](http://ci.openlmis.org:8080/job/OpenLMIS-dev-branch/)
| Stable | Development |
|:-------------:|:-------------:|
| [![Master Build Status](http://ci.openlmis.org:8080/job/OpenLMIS-Stable/badge/icon)](http://ci.openlmis.org:8080/job/OpenLMIS-Stable/) | [![Dev Build Status](http://ci.openlmis.org:8080/job/OpenLMIS-dev-branch/badge/icon)](http://ci.openlmis.org:8080/job/OpenLMIS-dev-branch/)|

OpenLMIS (Open Logistics Management Information System) is software for a shared, open source solution for managing medical commodity distribution in low- and middle-income countries. For more information, see http://openlmis.org/.

Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ sonarRunner {
sonarProperties {
property "sonar.host.url", "$sonarServer"
property "sonar.jdbc.url", "$sonarJdbc"
property "sonar.projectName", "$sonarProject"
property "sonar.projectVersion", "$sonarProjectVersion"
}
}
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ org.gradle.jvmargs=-Xmx1024m -XX:MaxPermSize=512m -Xms512m

sonarServer = http://localhost:9000
sonarJdbc = jdbc:h2:tcp://localhost/sonar
sonarProject = OpenLMIS Stable
sonarProjectVersion = 2.0

toggleOnCustom = false
1 change: 0 additions & 1 deletion modules/db/src/main/resources/seed/extra_seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
--

SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
Expand Down
1 change: 0 additions & 1 deletion modules/db/src/main/resources/seed/true_seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
--

SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
Expand Down

0 comments on commit 425d4f7

Please sign in to comment.