diff --git a/pom.xml b/pom.xml
index 91105eb..03578b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.igniterealtime
whack
- 2.0.1-SNAPSHOT
+ 2.0.1
pom
Whack
Whack is a Java library that easily allows the creation of external components that follow the XEP-0114: Jabber Component Protocol.
diff --git a/sample/weather/pom.xml b/sample/weather/pom.xml
index fe8f10c..566bf84 100644
--- a/sample/weather/pom.xml
+++ b/sample/weather/pom.xml
@@ -9,7 +9,7 @@
org.igniterealtime
whack
- 2.0.1-SNAPSHOT
+ 2.0.1
../../pom.xml
@@ -43,7 +43,7 @@
org.igniterealtime.whack
core
- 2.0.1-SNAPSHOT
+ 2.0.1
jar
diff --git a/sample/weatherabstract/pom.xml b/sample/weatherabstract/pom.xml
index 1d0bf51..840e683 100644
--- a/sample/weatherabstract/pom.xml
+++ b/sample/weatherabstract/pom.xml
@@ -9,7 +9,7 @@
org.igniterealtime
whack
- 2.0.1-SNAPSHOT
+ 2.0.1
../../pom.xml
@@ -43,7 +43,7 @@
org.igniterealtime.whack
core
- 2.0.1-SNAPSHOT
+ 2.0.1
jar
diff --git a/source/pom.xml b/source/pom.xml
index fa37d31..f19445b 100644
--- a/source/pom.xml
+++ b/source/pom.xml
@@ -9,7 +9,7 @@
org.igniterealtime
whack
- 2.0.1-SNAPSHOT
+ 2.0.1
../