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

gosonzhang 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 35bf0e2  [INLONG-1729] Avoid using constant value as version when 
referencing other modules (#1730)
35bf0e2 is described below

commit 35bf0e21535d4e21684fbf98f5b37240e668cc3e
Author: leo65535 <[email protected]>
AuthorDate: Mon Nov 1 19:33:47 2021 +0800

    [INLONG-1729] Avoid using constant value as version when referencing other 
modules (#1730)
---
 .idea/vcs.xml       | 1 -
 inlong-sort/pom.xml | 3 +--
 pom.xml             | 6 +++---
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 7b942c9..e8d2bb6 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -18,7 +18,6 @@
 <project version="4">
   <component name="VcsDirectoryMappings">
     <mapping directory="$PROJECT_DIR$" vcs="Git" />
-    <mapping directory="$PROJECT_DIR$/docs/themes/book" vcs="Git" />
   </component>
    <component name="IssueNavigationConfiguration">
     <option name="links">
diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index d55d200..8095032 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -29,7 +29,6 @@
         <version>0.12.0-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>inlong-sort</artifactId>
-    <version>0.12.0-incubating-SNAPSHOT</version>
 
     <name>Apache InLong - Sort</name>
     <packaging>pom</packaging>
@@ -121,7 +120,7 @@
             <dependency>
                 <groupId>org.apache.inlong</groupId>
                 <artifactId>inlong-common</artifactId>
-                <version>0.12.0-incubating-SNAPSHOT</version>
+                <version>${project.version}</version>
                 <exclusions>
                     <exclusion>
                         <artifactId>slf4j-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 5ca9776..7dd851e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,20 +33,20 @@
   <name>Apache InLong</name>
 
   <description>InLong is a one-stop data streaming platform that provides 
automatic,
-    ecure, distributed, and efficient data publishing and subscription 
capabilities.
+    secure, distributed, and efficient data publishing and subscription 
capabilities.
     This platform helps you easily build stream-based data 
applications.</description>
   <url>https://github.com/apache/incubator-inlong</url>
 
   <organization>
     <name>Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
+    <url>https://www.apache.org/</url>
   </organization>
   <inceptionYear>2013</inceptionYear>
 
   <developers>
     <developer>
       <organization>Apache InLong(incubating) developers</organization>
-      <organizationUrl>http://inlong.apache.org/</organizationUrl>
+      <organizationUrl>https://inlong.apache.org/</organizationUrl>
     </developer>
   </developers>
 

Reply via email to