From e51ef0fae868d5e227e346c0047961a4f2dd68c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Tue, 13 Feb 2024 20:30:01 -0800 Subject: [PATCH] Set version for 4.3.0 release (#745) --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a4cf46d92..b165cec99 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,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.3.0-SNAPSHOT' + archiveVersion = '4.3.0' archiveBaseName = "javarosa" manifest { diff --git a/pom.xml b/pom.xml index 95107f5ae..752ac2db8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 4.3.0-SNAPSHOT + 4.3.0 jar javarosa A Java library for rendering forms that are compliant with ODK XForms spec