Skip to content

Commit

Permalink
Merge pull request #605 from lognaturel/v3.0.2
Browse files Browse the repository at this point in the history
Update version to 3.0.2
  • Loading branch information
yanokwa authored Sep 21, 2020
2 parents f971f8a + fe61fe0 commit d994a74
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 @@ -56,7 +56,7 @@ jar {
// Be sure to update version in pom.xml to match
// snapshot release = x.x.x-SNAPSHOT
// production release = x.x.x
version = '3.0.1'
version = '3.0.2'
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>3.0.1</version>
<version>3.0.2</version>
<packaging>jar</packaging>
<name>javarosa</name>
<description>A Java library for rendering forms that are compliant with ODK XForms spec</description>
Expand Down

0 comments on commit d994a74

Please sign in to comment.