We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7429de3 commit 20043d4Copy full SHA for 20043d4
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.prometheus.cloudwatch</groupId>
5
<artifactId>cloudwatch_exporter</artifactId>
6
- <version>0.16.0</version>
+ <version>0.16.1-SNAPSHOT</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>v0.16.0</tag>
+ <tag>HEAD</tag>
42
</scm>
43
44
<properties>
0 commit comments