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 10c749a [maven-release-plugin] prepare for next development iteration
10c749a is described below
commit 10c749a5e05db6f9201abe3d1e8a0db6a1d231da
Author: RongtongJin <[email protected]>
AuthorDate: Wed Jan 24 18:43:13 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 7b854f6..202b204 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>
@@ -31,7 +31,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>