We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19108f4 commit d977766Copy full SHA for d977766
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.prometheus.cloudwatch</groupId>
5
<artifactId>cloudwatch_exporter</artifactId>
6
- <version>0.15.6</version>
+ <version>0.15.7-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.15.6</tag>
+ <tag>HEAD</tag>
42
</scm>
43
44
<properties>
0 commit comments