This is an automated email from the ASF dual-hosted git repository.
caigy pushed a commit to branch pre-release-0.0.2
in repository https://gitbox.apache.org/repos/asf/rocketmq-exporter.git
The following commit(s) were added to refs/heads/pre-release-0.0.2 by this push:
new 74e0131 [maven-release-plugin] prepare for next development iteration
74e0131 is described below
commit 74e01319e02adba7ec3ee8168c94009028e35c3b
Author: caigy <[email protected]>
AuthorDate: Tue Jan 23 20:32:38 2024 +0800
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f9faa0..9756d21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
</parent>
<groupId>org.apache</groupId>
<artifactId>rocketmq-exporter</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
<name>rocketmq-exporter</name>
<description>Apache RocketMQ Prometheus Exporter</description>
@@ -18,7 +18,7 @@
<url>[email protected]:apache/rocketmq-exporter.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-exporter.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-exporter.git</developerConnection>
- <tag>rocketmq-exporter-0.0.2</tag>
+ <tag>HEAD</tag>
</scm>
<properties>