We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6221486 commit c40caabCopy full SHA for c40caab
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>ohdear-healthchecks</artifactId>
6
<packaging>jar</packaging>
7
<groupId>net.zileo</groupId>
8
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
9
10
<name>OhDear Health Checks</name>
11
<description>Bases classes for exposing health check results to OhDear application monitoring service.</description>
@@ -31,7 +31,7 @@
31
<connection>scm:git:https://github.com/zileo-net/ohdear-healthchecks.git</connection>
32
<developerConnection>scm:git:https://github.com/zileo-net/ohdear-healthchecks.git</developerConnection>
33
<url>https://github.com/zileo-net/ohdear-healthchecks</url>
34
- <tag>HEAD</tag>
+ <tag>ohdear-healthchecks-1.1.1</tag>
35
</scm>
36
37
<properties>
0 commit comments