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

junhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-trino.git


The following commit(s) were added to refs/heads/main by this push:
     new bb1e67d  remove incubator (#69)
bb1e67d is described below

commit bb1e67d7717d1adf79abea76db09cb0801648635
Author: YeJunHao <[email protected]>
AuthorDate: Fri Apr 26 14:23:38 2024 +0800

    remove incubator (#69)
    
    Co-authored-by: yejunhao <[email protected]>
---
 .github/workflows/publish_snapshot_jdk17.yml | 2 +-
 pom.xml                                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/publish_snapshot_jdk17.yml 
b/.github/workflows/publish_snapshot_jdk17.yml
index 5b581ea..dde9441 100644
--- a/.github/workflows/publish_snapshot_jdk17.yml
+++ b/.github/workflows/publish_snapshot_jdk17.yml
@@ -33,7 +33,7 @@ concurrency:
 
 jobs:
   publish-snapshot:
-    if: github.repository == 'apache/incubator-paimon-trino'
+    if: github.repository == 'apache/paimon-trino'
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
diff --git a/pom.xml b/pom.xml
index 7c6258d..9cec154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,9 +52,9 @@ under the License.
     </licenses>
 
     <scm>
-        <url>https://github.com/apache/incubator-paimon-trino</url>
-        
<connection>[email protected]:apache/incubator-paimon-trino.git</connection>
-        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-paimon-trino.git</developerConnection>
+        <url>https://github.com/apache/paimon-trino</url>
+        <connection>[email protected]:apache/paimon-trino.git</connection>
+        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/paimon-trino.git</developerConnection>
     </scm>
 
     <properties>

Reply via email to