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 9dfb8cf commit 25e81c7Copy full SHA for 25e81c7
pom.xml
@@ -24,7 +24,7 @@
24
25
<artifactId>syslog-java-client</artifactId>
26
<packaging>jar</packaging>
27
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
28
29
<name>syslog-java-client</name>
30
<description>Syslog Java Client</description>
@@ -53,7 +53,8 @@
53
<connection>scm:git:git://github.com/CloudBees-community/syslog-java-client.git</connection>
54
<developerConnection>scm:git:[email protected]:CloudBees-community/syslog-java-client.git</developerConnection>
55
<url>https://github.com/CloudBees-community/syslog-java-client</url>
56
- </scm>
+ <tag>syslog-java-client-1.0.0</tag>
57
+ </scm>
58
<dependencies>
59
<dependency>
60
<groupId>com.google.code.findbugs</groupId>
0 commit comments