Finally remove the SNAPSHOT dependency on tentacles
diff --git a/pom.xml b/pom.xml
index e4346f1..a35cc4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
     <dependency>
       <groupId>org.apache.creadur.tentacles</groupId>
       <artifactId>apache-tentacles</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>0.1</version>
       <exclusions>
         <exclusion>
           <artifactId>plexus-utils</artifactId>