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

rgoers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flume-twitter.git


The following commit(s) were added to refs/heads/main by this push:
     new 98c34c3  Change to snapshot version
98c34c3 is described below

commit 98c34c3e4d534d97dabf73335fb931e90306a926
Author: Ralph Goers <[email protected]>
AuthorDate: Sat Mar 18 17:14:53 2023 -0700

    Change to snapshot version
---
 flume-twitter-dist/pom.xml   | 2 +-
 flume-twitter-source/pom.xml | 2 +-
 pom.xml                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flume-twitter-dist/pom.xml b/flume-twitter-dist/pom.xml
index 9816350..300e6ca 100644
--- a/flume-twitter-dist/pom.xml
+++ b/flume-twitter-dist/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.flume</groupId>
     <artifactId>flume-twitter-parent</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>flume-twitter-dist</artifactId>
diff --git a/flume-twitter-source/pom.xml b/flume-twitter-source/pom.xml
index a99874a..c4195bf 100644
--- a/flume-twitter-source/pom.xml
+++ b/flume-twitter-source/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-twitter-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.flume</groupId>
diff --git a/pom.xml b/pom.xml
index 49cbbca..ab7f292 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
   <groupId>org.apache.flume</groupId>
   <artifactId>flume-twitter-parent</artifactId>
   <name>Flume Twitter Parent</name>
-  <version>2.0.0</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>

Reply via email to