Skip to content

Commit

Permalink
Change amoro shade version to 0.7.0-incubating (#3083)
Browse files Browse the repository at this point in the history
(cherry picked from commit 587270e)
Signed-off-by: zhoujinsong <zhoujinsong0505@163.com>
  • Loading branch information
zhoujinsong committed Oct 30, 2024
1 parent 27a2c20 commit 73c0856
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -885,6 +885,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>
Expand All @@ -896,6 +902,7 @@
<name>apache snapshots</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</repository>
-->
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 73c0856

Please sign in to comment.