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

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


The following commit(s) were added to refs/heads/master by this push:
     new 587270e96 Change amoro shade version to 0.7.0-incubating (#3083)
587270e96 is described below

commit 587270e9610b890de34a0a32a0884328d62a64c6
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu Aug 8 10:12:32 2024 +0800

    Change amoro shade version to 0.7.0-incubating (#3083)
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e648586ab..8ba24dc50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
         <prometheus.version>0.16.0</prometheus.version>
         <flink.version>1.18.1</flink.version>
         
<fabric8-kubernetes-client.version.version>6.12.1</fabric8-kubernetes-client.version.version>
-        <amoro-shade.version>0.7-SNAPSHOT</amoro-shade.version>
+        <amoro-shade.version>0.7.0-incubating</amoro-shade.version>
         <amoro-shade-guava.version>32.1.1-jre</amoro-shade-guava.version>
         <amoro-shade-jackson.version>2.14.2</amoro-shade-jackson.version>
         <amoro-shade-zookeeper.version>3.9.1</amoro-shade-zookeeper.version>
@@ -880,6 +880,12 @@
             
<url>https://repository.apache.org/content/repositories/releases/</url>
         </repository>
 
+        <!--
+        Uncomment the following "repository" tag if your maven fails to 
download amoro-shade snapshot files.
+        We comment these tags by default because downloading from apache 
repositories is very slow for both github and developers.
+        -->
+
+        <!--
         <repository>
             <releases>
                 <enabled>false</enabled>
@@ -891,6 +897,7 @@
             <name>apache snapshots</name>
             
<url>https://repository.apache.org/content/repositories/snapshots/</url>
         </repository>
+        -->
     </repositories>
 
     <pluginRepositories>

Reply via email to