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/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b220d80fa [pom] add apache release and snapshots repositories (#884)
b220d80fa is described below
commit b220d80fad3c64422c137ace82ceb2366f33e3a4
Author: Guangdong Liu <[email protected]>
AuthorDate: Wed Apr 12 17:30:42 2023 +0800
[pom] add apache release and snapshots repositories (#884)
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2b5e2a14d..f2e9a0c14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -884,4 +884,17 @@ under the License.
</plugins>
</pluginManagement>
</build>
+
+ <repositories>
+ <repository>
+ <id>apache-releases</id>
+ <name>apache releases</name>
+
<url>https://repository.apache.org/content/repositories/releases/</url>
+ </repository>
+ <repository>
+ <id>apache-snapshots</id>
+ <name>apache snapshots</name>
+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+ </repository>
+ </repositories>
</project>