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

gaoxihui pushed a commit to branch release-2.2.2-rc1
in repository https://gitbox.apache.org/repos/asf/ozhera.git

commit 8c2f98cc9ef0e2ea1c8687a9ead8771c11fd862a
Author: gaoxihui <[email protected]>
AuthorDate: Mon Dec 2 18:54:21 2024 +0800

    fix: update release version
---
 ozhera-app/app-common/pom.xml  |  2 +-
 ozhera-app/app-server/pom.xml  |  2 +-
 ozhera-app/app-service/pom.xml |  4 ++--
 ozhera-app/pom.xml             |  6 +++---
 ozhera-log/log-manager/pom.xml |  2 +-
 ozhera-log/log-stream/pom.xml  |  2 +-
 pom.xml                        | 32 +++++++++++++++++++++++++++++++-
 7 files changed, 40 insertions(+), 10 deletions(-)

diff --git a/ozhera-app/app-common/pom.xml b/ozhera-app/app-common/pom.xml
index 7e424f63..d94638ca 100644
--- a/ozhera-app/app-common/pom.xml
+++ b/ozhera-app/app-common/pom.xml
@@ -30,7 +30,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>app-common</artifactId>
-    <version>${hera-app.release.version}</version>
+    <version>2.2.2-incubating</version>
 
     <dependencies>
         <dependency>
diff --git a/ozhera-app/app-server/pom.xml b/ozhera-app/app-server/pom.xml
index a763d106..8da48466 100644
--- a/ozhera-app/app-server/pom.xml
+++ b/ozhera-app/app-server/pom.xml
@@ -31,7 +31,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>app-server</artifactId>
-    <version>${hera-app.release.version}</version>
+    <version>2.2.2-incubating</version>
 
     <properties>
         <maven.compiler.source>21</maven.compiler.source>
diff --git a/ozhera-app/app-service/pom.xml b/ozhera-app/app-service/pom.xml
index 746f3609..3972c394 100644
--- a/ozhera-app/app-service/pom.xml
+++ b/ozhera-app/app-service/pom.xml
@@ -30,7 +30,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>app-service</artifactId>
-    <version>${hera-app.release.version}</version>
+    <version>2.2.2-incubating</version>
 
     <properties>
         <maven.compiler.source>21</maven.compiler.source>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.ozhera</groupId>
             <artifactId>app-api</artifactId>
-            <version>${hera-app.release.version}</version>
+            <version>2.2.2-incubating</version>
         </dependency>
         <!-- mybatis-plus -->
         <dependency>
diff --git a/ozhera-app/pom.xml b/ozhera-app/pom.xml
index 3b3a0848..c99d71bf 100644
--- a/ozhera-app/pom.xml
+++ b/ozhera-app/pom.xml
@@ -50,17 +50,17 @@
             <dependency>
                 <groupId>org.apache.ozhera</groupId>
                 <artifactId>app-api</artifactId>
-                <version>${hera-app.release.version}</version>
+                <version>2.2.2-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ozhera</groupId>
                 <artifactId>app-service</artifactId>
-                <version>${hera-app.release.version}</version>
+                <version>2.2.2-incubating</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ozhera</groupId>
                 <artifactId>app-server</artifactId>
-                <version>${hera-app.release.version}</version>
+                <version>2.2.2-incubating</version>
             </dependency>
             <!-- inner module -->
         </dependencies>
diff --git a/ozhera-log/log-manager/pom.xml b/ozhera-log/log-manager/pom.xml
index 5f112f85..00069b3c 100644
--- a/ozhera-log/log-manager/pom.xml
+++ b/ozhera-log/log-manager/pom.xml
@@ -30,7 +30,7 @@ http://www.apache.org/licenses/LICENSE-2.0
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>log-manager</artifactId>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>2.2.2-incubating</version>
 
     <properties>
         <maven.compiler.source>21</maven.compiler.source>
diff --git a/ozhera-log/log-stream/pom.xml b/ozhera-log/log-stream/pom.xml
index a2b79a35..2d3d256c 100644
--- a/ozhera-log/log-stream/pom.xml
+++ b/ozhera-log/log-stream/pom.xml
@@ -30,7 +30,7 @@ http://www.apache.org/licenses/LICENSE-2.0
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>log-stream</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>2.2.2-incubating</version>
 
     <properties>
         <maven.compiler.source>21</maven.compiler.source>
diff --git a/pom.xml b/pom.xml
index a1e0d0b3..4962c61e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1076,10 +1076,29 @@
                 </configuration>
             </plugin>
 
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-gpg-plugin</artifactId>
+                <version>1.6</version>
+                <executions>
+                    <execution>
+                        <id>sign-artifacts</id>
+                        <phase>deploy</phase>
+                        <goals>
+                            <goal>sign</goal>
+                        </goals>
+                        <configuration>
+                            <executable>gpg</executable>
+                            <keyname>4291C3C0</keyname>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
         </plugins>
     </build>
 
-    <distributionManagement>
+    <!--<distributionManagement>
         <snapshotRepository>
             <id>ossrh</id>
             
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
@@ -1088,6 +1107,17 @@
             <id>ossrh</id>
             
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
         </repository>
+    </distributionManagement>-->
+
+    <distributionManagement>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+        </snapshotRepository>
+        <repository>
+            <id>apache.releases.http</id>
+            
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+        </repository>
     </distributionManagement>
 
 


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

Reply via email to