Skip to content

Commit

Permalink
Merge pull request #559 from opensrp/add-serverversion-fieldname-to-O…
Browse files Browse the repository at this point in the history
…rganizationSearchBean
  • Loading branch information
ekigamba authored May 26, 2022
2 parents 016bad9 + 04751fa commit 08c5000
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
branches:
- master
- v2
- v2.2
pull_request:
branches:
- master
- v2
- v2.2

jobs:
run-unit-tests:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>opensrp-server-core</artifactId>
<packaging>jar</packaging>
<version>2.13.4-SNAPSHOT</version>
<version>2.13.5-SNAPSHOT</version>
<name>opensrp-server-core</name>
<description>OpenSRP Server Core module</description>
<url>https://github.com/OpenSRP/opensrp-server-core</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum OrderByType {
};

public enum FieldName {
id, identifier, name, parent_id, member_count
id, identifier, name, parent_id, member_count, server_version
};

private String name;
Expand Down

0 comments on commit 08c5000

Please sign in to comment.