You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by db...@apache.org on 2023/01/26 21:15:57 UTC

[creadur-tentacles] branch master updated: Update version to 0.2-SNAPSHOT

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

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new e72acf2  Update version to 0.2-SNAPSHOT
e72acf2 is described below

commit e72acf25c794faac7354d9171f517c674d0a814f
Author: David Blevins <db...@tomitribe.com>
AuthorDate: Thu Jan 26 13:15:20 2023 -0800

    Update version to 0.2-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6950b62..41e60db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <groupId>org.apache.creadur.tentacles</groupId>
   <artifactId>apache-tentacles</artifactId>
   <packaging>jar</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.2-SNAPSHOT</version>
   <name>Apache Tentacles</name>
   <description>Utility to download binaries from a remote repository and scan them for LICENSE and NOTICE files</description>
   <dependencies>