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 98c1dee [maven-release-plugin] prepare release rocketmq-exporter-0.0.2
98c1dee is described below
commit 98c1deec91b7d38901dc79b267a7e584641eee57
Author: RongtongJin <[email protected]>
AuthorDate: Wed Jan 24 20:48:37 2024 +0800
[maven-release-plugin] prepare release rocketmq-exporter-0.0.2
---
pom.xml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0fcfa18..244d23e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<!-- <parent>-->
<!-- <groupId>org.springframework.boot</groupId>-->
@@ -16,7 +15,7 @@
<groupId>org.apache</groupId>
<artifactId>rocketmq-exporter</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <version>0.0.2</version>
<name>rocketmq-exporter</name>
<description>Apache RocketMQ Prometheus Exporter</description>
@@ -25,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>HEAD</tag>
+ <tag>rocketmq-exporter-0.0.2</tag>
</scm>
@@ -212,7 +211,7 @@
<format>html</format>
<format>xml</format>
</formats>
- <check/>
+ <check />
</configuration>
</plugin>
</plugins>