You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2023/03/17 00:43:02 UTC

[flume-spring-boot] branch main updated: Prepare for release

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new defc229  Prepare for release
defc229 is described below

commit defc2292fb2e5d3516a3cb394fcddfd4899260a7
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Mar 16 17:42:45 2023 -0700

    Prepare for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51bc85b..eb29500 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ limitations under the License.
   <groupId>org.apache.flume</groupId>
   <artifactId>flume-spring-boot-parent</artifactId>
   <name>Flume Spring Boot Parent</name>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <properties>