From 3fca6ffae653c19ae4af8840030078683b478d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Mon, 1 Jul 2024 20:59:13 -0700 Subject: [PATCH] Set version to 4.4.0 (#774) --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 869719baf..55fb7076b 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/pom.xml b/pom.xml index a29c266a2..4d8393cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 4.4.0-SNAPSHOT + 4.4.0 jar javarosa A Java library for rendering forms that are compliant with ODK XForms spec