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

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


The following commit(s) were added to refs/heads/master by this push:
     new b1c111b5 refactor: update ozhera parent pom (#457) (#458)
b1c111b5 is described below

commit b1c111b5c97db5d38afeae68c0b4fffe26d21454
Author: shanwb <[email protected]>
AuthorDate: Fri Sep 13 11:16:40 2024 +0800

    refactor: update ozhera parent pom (#457) (#458)
---
 pom.xml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 179edd27..60e84027 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,15 +4,22 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>run.mone</groupId>
-    <artifactId>ozhera</artifactId>
-    <version>1.4.0-jdk21-SNAPSHOT</version>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>31</version>
+        <relativePath />
+    </parent>
+
+    <groupId>org.apache.ozhera</groupId>
+    <artifactId>ozhera-parent</artifactId>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>${project.artifactId}</name>
     <description>The parent project of ozhera</description>
-    <url>https://github.com/XiaoMi/ozhera</url>
-    <inceptionYear>2020</inceptionYear>
+    <url>https://github.com/apache/ozhera</url>
+    <inceptionYear>2024</inceptionYear>
 
     <licenses>
         <license>


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

Reply via email to