This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-release-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a47a66  Finally remove the SNAPSHOT dependency on tentacles
6a47a66 is described below

commit 6a47a6601c9246ce1a1f3f1831ffcc709002a554
Author: David Blevins <dblev...@tomitribe.com>
AuthorDate: Tue Oct 11 06:47:42 2022 -0700

    Finally remove the SNAPSHOT dependency on tentacles
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>

Reply via email to