You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/02/06 10:15:29 UTC

[incubator-inlong] branch master updated: [INLONG-2396][Manager] Add manager-plugin-examples as a sub-module of inlong-manager (#2397)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 32e66a8  [INLONG-2396][Manager] Add manager-plugin-examples as a sub-module of inlong-manager (#2397)
32e66a8 is described below

commit 32e66a8d93915daf3b6def4ff78fca44355574fb
Author: healchow <he...@gmail.com>
AuthorDate: Sun Feb 6 18:15:24 2022 +0800

    [INLONG-2396][Manager] Add manager-plugin-examples as a sub-module of inlong-manager (#2397)
---
 inlong-manager/manager-plugin-examples/pom.xml | 7 +------
 inlong-manager/pom.xml                         | 1 +
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/inlong-manager/manager-plugin-examples/pom.xml b/inlong-manager/manager-plugin-examples/pom.xml
index a4e1198..fad074a 100644
--- a/inlong-manager/manager-plugin-examples/pom.xml
+++ b/inlong-manager/manager-plugin-examples/pom.xml
@@ -22,17 +22,12 @@
     <parent>
         <artifactId>inlong-manager</artifactId>
         <groupId>org.apache.inlong</groupId>
-        <version>0.13.0-incubating-SNAPSHOT</version>
+        <version>1.1.0-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>inlong-manager-plugin</artifactId>
 
-    <properties>
-        <maven.compiler.source>8</maven.compiler.source>
-        <maven.compiler.target>8</maven.compiler.target>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.inlong</groupId>
diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml
index 681ec74..db5122e 100644
--- a/inlong-manager/pom.xml
+++ b/inlong-manager/pom.xml
@@ -36,6 +36,7 @@
         <module>manager-service</module>
         <module>manager-web</module>
         <module>manager-docker</module>
+        <module>manager-plugin-examples</module>
     </modules>
 
     <properties>