commit | 6a47a6601c9246ce1a1f3f1831ffcc709002a554 | [log] [tgz] |
---|---|---|
author | David Blevins <dblevins@tomitribe.com> | Tue Oct 11 06:47:42 2022 -0700 |
committer | David Blevins <dblevins@tomitribe.com> | Tue Oct 11 06:47:42 2022 -0700 |
tree | b3c193398bf8dcaa423831535be436d287f2a4d9 | |
parent | 7943de231b8dd01764a46e21a6d867cbab82f709 [diff] |
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>