We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b36d5 commit eb9f513Copy full SHA for eb9f513
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.prometheus.cloudwatch</groupId>
5
<artifactId>cloudwatch_exporter</artifactId>
6
- <version>0.15.3-SNAPSHOT</version>
+ <version>0.15.3</version>
7
<description>
8
An exporter for AWS CloudWatch metrics, for use with Prometheus.
9
</description>
@@ -38,7 +38,7 @@
38
<connection>scm:git:git@github.com:prometheus/cloudwatch_exporter.git</connection>
39
<developerConnection>scm:git:git@github.com:prometheus/cloudwatch_exporter.git</developerConnection>
40
<url>git@github.com:prometheus/cloudwatch_exporter.git</url>
41
- <tag>HEAD</tag>
+ <tag>v0.15.3</tag>
42
</scm>
43
44
<properties>
0 commit comments