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

dingtao pushed a commit to branch business-metrics
in repository https://gitbox.apache.org/repos/asf/ozhera.git

commit 9f3d2d46bca54cad3522b5c0c0ef138322030aca
Author: EricDing <[email protected]>
AuthorDate: Wed Jul 2 15:42:29 2025 +0800

    fix: add SNAPSHOT repository
---
 ozhera-intelligence/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/ozhera-intelligence/pom.xml b/ozhera-intelligence/pom.xml
index 02241488..65e75b04 100644
--- a/ozhera-intelligence/pom.xml
+++ b/ozhera-intelligence/pom.xml
@@ -181,4 +181,19 @@
             </plugin>
         </plugins>
     </build>
+
+    <!-- SNAPSHOT repository, remove when hive deploy release version -->
+    <repositories>
+        <repository>
+            <name>Central Portal Snapshots</name>
+            <id>central-portal-snapshots</id>
+            <url>https://central.sonatype.com/repository/maven-snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
 </project>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to