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:52:21 UTC

[flume-spring-boot] branch main updated: Update pom versions

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 cbbdd68  Update pom versions
cbbdd68 is described below

commit cbbdd6899f9e0f18b576295c75c8338807a6aa9f
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Mar 16 17:52:13 2023 -0700

    Update pom versions
---
 flume-spring-boot-dist/pom.xml | 2 +-
 flume-spring-boot/pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flume-spring-boot-dist/pom.xml b/flume-spring-boot-dist/pom.xml
index e6c2f51..a98dab5 100644
--- a/flume-spring-boot-dist/pom.xml
+++ b/flume-spring-boot-dist/pom.xml
@@ -23,7 +23,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.flume</groupId>
     <artifactId>flume-spring-boot-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
 
   <artifactId>flume-spring-boot-dist</artifactId>
diff --git a/flume-spring-boot/pom.xml b/flume-spring-boot/pom.xml
index 0bb3c8a..96d1ee5 100644
--- a/flume-spring-boot/pom.xml
+++ b/flume-spring-boot/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <artifactId>flume-spring-boot-parent</artifactId>
     <groupId>org.apache.flume</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>