Skip to content

Commit

Permalink
[maven-release-plugin] prepare release prometheus-remote-write-3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nileblack committed Aug 18, 2023
1 parent 7b1e8cf commit ca2a990
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
@@ -1,12 +1,10 @@
<?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>

<groupId>in.code123</groupId>
<artifactId>prometheus-remote-write</artifactId>
<version>3.18.0-SNAPSHOT</version>
<version>3.18.0</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down Expand Up @@ -76,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>false</autoVersionSubmodules>
</configuration>
Expand Down Expand Up @@ -104,7 +102,8 @@
<scm>
<connection>scm:git:https://github.com/nileblack/prometheus-remote-write.git</connection>
<url>scm:git:https://github.com/nileblack/prometheus-remote-write</url>
</scm>
<tag>prometheus-remote-write-3.18.0</tag>
</scm>
<developers>
<developer>
<name>samlau</name>
Expand Down

0 comments on commit ca2a990

Please sign in to comment.