This is an automated email from the ASF dual-hosted git repository.
jinrongtong 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 9e898f7 [maven-release-plugin] prepare for next development iteration
9e898f7 is described below
commit 9e898f7e63a7bf68d3eaac2740fdb000a5406625
Author: RongtongJin <[email protected]>
AuthorDate: Wed Jan 24 20:50:19 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 244d23e..7655e41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<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>
@@ -24,7 +24,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>