Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocketmq-exporter-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caigy committed Feb 11, 2024
1 parent dcdb650 commit 696f346
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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.rocketmq</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>
Expand Down Expand Up @@ -70,7 +69,7 @@ under the License.
<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>

<distributionManagement>
Expand Down Expand Up @@ -527,7 +526,7 @@ under the License.
<format>html</format>
<format>xml</format>
</formats>
<check/>
<check />
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 696f346

Please sign in to comment.