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

jackxu2011 pushed a commit to branch dev-1.4.0
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new fb4aad356 [issue-4467] update linkis version to 1.4.0 for docker and 
snapshot (#4468)
fb4aad356 is described below

commit fb4aad3569c3f921085b89061b99132e23567b15
Author: aiceflower <[email protected]>
AuthorDate: Fri Apr 14 23:16:57 2023 +0800

    [issue-4467] update linkis version to 1.4.0 for docker and snapshot (#4468)
    
    * update linkis version to 1.4.0 for docker and snapshot
    
    * update SNAPSHOT version and workflow desc
    
    ---------
    
    Co-authored-by: aiceflower <[email protected]>
---
 .github/workflows/build-backend.yml    | 2 +-
 .github/workflows/publish-docker.yaml  | 4 ++--
 .github/workflows/publish-snapshot.yml | 2 +-
 pom.xml                                | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build-backend.yml 
b/.github/workflows/build-backend.yml
index 4fc2ad256..f881f9251 100644
--- a/.github/workflows/build-backend.yml
+++ b/.github/workflows/build-backend.yml
@@ -87,7 +87,7 @@ jobs:
           sort ${{ github.workspace 
}}/tool/dependencies/known-dependencies.txt > ~/known-dependencies.txt 
           join -t : -o 1.1 2.1 -a2 ~/known-dependencies.txt 
~/current_dependencies.txt > ~/result.txt
           #print new third-party dependencies name if it exists 
-          awk -F ":" '{if($1=="")print $2" is not in file 
known-dependencies.txt!\n You can refer to this guide to repair 
it(你可以参考这个执行进行修复):https://linkis.apache.org/zh-CN/docs/latest/development/development-specification/license"}'
 ~/result.txt
+          awk -F ":" '{if($1=="")print $2" is not in file 
known-dependencies.txt!\n You can refer to this guide to repair 
it(你可以参考这个指引进行修复):https://linkis.apache.org/zh-CN/docs/latest/development/development-specification/license"}'
 ~/result.txt
           result=`awk -F ":" '{if($1=="")print $2}'  ~/result.txt |wc -l`
           #if has new third-party,the Action will fail
           if [[ $result == 0 ]];then echo "All third dependencies is known!" 
;else exit 1;fi
\ No newline at end of file
diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index f06621a72..3a9f6c2a0 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -19,7 +19,7 @@ name: Publish Docker
 on: 
   push:
     branches:
-      - dev-1.3.2
+      - dev-1.4.0
 jobs:
   publish-docker:
     runs-on: ubuntu-latest
@@ -31,7 +31,7 @@ jobs:
       TAG: ${{ github.sha }}
       SKIP_TEST: true
       HUB: ghcr.io/apache/linkis
-      LINKIS_VERSION: 1.3.2
+      LINKIS_VERSION: 1.4.0
     steps:
     - name: Checkout
       uses: actions/checkout@v2
diff --git a/.github/workflows/publish-snapshot.yml 
b/.github/workflows/publish-snapshot.yml
index fa9f00ef0..8bb65c90f 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -29,7 +29,7 @@ jobs:
       fail-fast: false
       matrix:
         branch:
-          - dev-1.3.2
+          - dev-1.4.0
     steps:
       - name: Checkout repository
         uses: actions/checkout@v2
diff --git a/pom.xml b/pom.xml
index 0f17aac01..0197172bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     </snapshotRepository>
   </distributionManagement>
   <properties>
-    <revision>1.3.2-SNAPSHOT</revision>
+    <revision>1.4.0-SNAPSHOT</revision>
     <jedis.version>2.9.2</jedis.version>
     <elasticsearch.version>7.6.2</elasticsearch.version>
     <flink.version>1.12.2</flink.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to