diff --git a/build.gradle b/build.gradle index 0f15aa1c1..dc76b9b1a 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.2.0' + version = '4.3.0-SNAPSHOT' archiveName = baseName + '-' + version + '.jar' manifest { diff --git a/pom.xml b/pom.xml index 9aa6cb73e..b514fcd46 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 4.2.0 + 4.3.0-SNAPSHOT jar javarosa A Java library for rendering forms that are compliant with ODK XForms spec