diff --git a/default.properties b/default.properties
index 094a7b373..cf42601b9 100644
--- a/default.properties
+++ b/default.properties
@@ -39,7 +39,7 @@ component.package = org.apache.commons.lang3
component.title = Core Language Utilities
# The current version number of this component
-component.version = 3.1-SNAPSHOT
+component.version = 3.1
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}
diff --git a/pom.xml b/pom.xml
index c5bd1ad7c..cd281f849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
4.0.0
org.apache.commons
commons-lang3
- 3.1-SNAPSHOT
+ 3.1
Commons Lang
2001