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 d4f5708 [maven-release-plugin] prepare release rocketmq-exporter-0.0.2
d4f5708 is described below
commit d4f57087cad7e64e3d0ce0b6489fdad5f7fd4a30
Author: RongtongJin <[email protected]>
AuthorDate: Wed Jan 24 18:42:54 2024 +0800
[maven-release-plugin] prepare release rocketmq-exporter-0.0.2
---
pom.xml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4176886..7b854f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,16 +1,15 @@
<?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>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
- <relativePath/> <!-- lookup parent from repository -->
+ <relativePath /> <!-- lookup parent from repository -->
</parent>
<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>
@@ -32,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>HEAD</tag>
+ <tag>rocketmq-exporter-0.0.2</tag>
</scm>
<properties>
@@ -193,7 +192,7 @@
<format>html</format>
<format>xml</format>
</formats>
- <check/>
+ <check />
</configuration>
</plugin>
</plugins>