From 30832f56dc7aa9abe7b1b7d553a5e027144d2f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Thu, 23 Mar 2023 21:21:08 -0700 Subject: [PATCH] Prepare version 4.1.0 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ec94627eb..79dfd86d3 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,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 - version = '4.0.1-SNAPSHOT' + version = '4.1.0' archiveName = baseName + '-' + version + '.jar' manifest { diff --git a/pom.xml b/pom.xml index cfe654cfc..e8607a0b8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 4.0.1-SNAPSHOT + 4.1.0 jar javarosa A Java library for rendering forms that are compliant with ODK XForms spec