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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 025c032441 [doc] Sync rest-catalog-open-api and remove 
git-commit-id-plugin
025c032441 is described below

commit 025c032441873df1e20dc1896769f325c8703095
Author: JingsongLi <[email protected]>
AuthorDate: Sun Apr 6 12:19:08 2025 +0800

    [doc] Sync rest-catalog-open-api and remove git-commit-id-plugin
---
 docs/static/rest-catalog-open-api.yaml |  1 -
 pom.xml                                | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/docs/static/rest-catalog-open-api.yaml 
b/docs/static/rest-catalog-open-api.yaml
index 152431c842..c6793651b4 100644
--- a/docs/static/rest-catalog-open-api.yaml
+++ b/docs/static/rest-catalog-open-api.yaml
@@ -172,7 +172,6 @@ paths:
           $ref: '#/components/responses/DatabaseNotExistErrorResponse'
         "500":
           $ref: '#/components/responses/ServerErrorResponse'
-  /v1/{prefix}/databases/{database}/properties:
     post:
       tags:
         - database
diff --git a/pom.xml b/pom.xml
index b6900aabe0..9381cfe50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,26 +425,6 @@ under the License.
                     </archive>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>pl.project13.maven</groupId>
-                <artifactId>git-commit-id-plugin</artifactId>
-                <version>4.0.0</version>
-                <executions>
-                    <execution>
-                        <id>get-the-git-infos</id>
-                        <goals>
-                            <goal>revision</goal>
-                        </goals>
-                        <phase>validate</phase>
-                    </execution>
-                </executions>
-                <configuration>
-                    <dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
-                    <failOnNoGitDirectory>false</failOnNoGitDirectory>
-                    
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
-                    <useNativeGit>true</useNativeGit>
-                </configuration>
-            </plugin>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to