Skip to content

Commit

Permalink
Merge pull request #287 from lognaturel/version-2.9.0
Browse files Browse the repository at this point in the history
Set version to 2.9.0
  • Loading branch information
yanokwa authored Apr 2, 2018
2 parents 6ac8eef + 43b3282 commit 9894e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jar {
// Be sure to update version in pom.xml to match
// snapshot release = x.x.x-SNAPSHOT
// production release = x.x.x
version = '2.9.0-SNAPSHOT'
version = '2.9.0'
archiveName = baseName + '-' + version + '.jar'

manifest {
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 @@
<!-- Be sure to update version in build.gradle to match -->
<!-- snapshot release = x.x.x-SNAPSHOT -->
<!-- production release = x.x.x -->
<version>2.9.0-SNAPSHOT</version>
<version>2.9.0</version>
<packaging>jar</packaging>
<name>opendatakit-javarosa</name>
<description>A Java library for rendering forms that are compliant with ODK XForms spec</description>
Expand Down

0 comments on commit 9894e23

Please sign in to comment.