Skip to content

Commit

Permalink
Merge pull request #840 from dhis2/develop
Browse files Browse the repository at this point in the history
Develop 0.16.2
  • Loading branch information
marcamsn authored May 27, 2019
2 parents 66c9a67 + 1eba3b5 commit 09f1f28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 19,
targetSdkVersion : 28,
versionCode : 132,
versionName : "0.16.1-SNAPSHOT"
versionCode : 133,
versionName : "0.16.2-SNAPSHOT"
]

libraries = [
Expand Down
4 changes: 2 additions & 2 deletions core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
# Properties which are consumed by plugins/gradle-mvn-push.gradle plugin.
# They are used for publishing artifact to snapshot repository.

VERSION_NAME=0.16.1-SNAPSHOT
VERSION_CODE=132
VERSION_NAME=0.16.2-SNAPSHOT
VERSION_CODE=133

GROUP=org.hisp.dhis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public abstract class Enrollment extends BaseDataModel implements ObjectWithDele
public abstract Boolean followUp();

@Nullable
@JsonProperty()
@ColumnAdapter(DbEnrollmentStatusColumnAdapter.class)
public abstract EnrollmentStatus status();

Expand Down

0 comments on commit 09f1f28

Please sign in to comment.