diff --git a/build.gradle b/build.gradle index 2f585f7e5..49111905a 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ jar { // Be sure to update version in pom.xml to match // snapshot release = x.x.x-SNAPSHOT // production release = x.x.x - version = '2.11.0-SNAPSHOT' + version = '2.11.0' archiveName = baseName + '-' + version + '.jar' manifest { diff --git a/pom.xml b/pom.xml index 67f072283..29c7e6dc3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ - 2.11.0-SNAPSHOT + 2.11.0 jar opendatakit-javarosa A Java library for rendering forms that are compliant with ODK XForms spec