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