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

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

commit 27ad49b541f6737ca94e1dac8f6b8a71c008638d
Author: dockerzhang <[email protected]>
AuthorDate: Sun Feb 6 18:23:47 2022 +0800

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

diff --git a/inlong-manager/manager-plugin-examples/pom.xml 
b/inlong-manager/manager-plugin-examples/pom.xml
index a4e1198..601db4b 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.0.0-incubating</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>
@@ -53,4 +48,4 @@
         </resources>
         <finalName>${project.name}</finalName>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml
index ebc60d6..4dedf1c 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>

Reply via email to