Skip to content

Commit

Permalink
Set version to 4.4.0 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Jul 2, 2024
1 parent 2d4a5f4 commit 3fca6ff
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 @@ -57,7 +57,7 @@ if (!project.hasProperty("android")) {
// Be sure to update version in pom.xml to match
// snapshot release = x.x.x-SNAPSHOT
// production release = x.x.x
archiveVersion = '4.4.0-SNAPSHOT'
archiveVersion = '4.4.0'
archiveBaseName = "javarosa"

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>4.4.0-SNAPSHOT</version>
<version>4.4.0</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 3fca6ff

Please sign in to comment.