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
commit 8032ed9caec1dfad5407902b28e404cbbd7b9cb7 Author: caigy <csgyt...@163.com> AuthorDate: Tue Jan 23 17:46:13 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 e8b3ace..0f9faa0 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> @@ -19,7 +18,7 @@ <url>g...@github.com:apache/rocketmq-exporter.git</url> <connection>scm:git:g...@github.com:apache/rocketmq-exporter.git</connection> <developerConnection>scm:git:g...@github.com:apache/rocketmq-exporter.git</developerConnection> - <tag>HEAD</tag> + <tag>rocketmq-exporter-0.0.2</tag> </scm> <properties> @@ -180,7 +179,7 @@ <format>html</format> <format>xml</format> </formats> - <check/> + <check /> </configuration> </plugin> </plugins>