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 107844c commit 740b666Copy full SHA for 740b666
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.tinyradius</groupId>
5
<artifactId>tinyradius</artifactId>
6
- <version>1.1.3-SNAPSHOT</version>
+ <version>1.1.3</version>
7
<packaging>jar</packaging>
8
<name>TinyRadius Java Radius Library</name>
9
<description>
@@ -36,7 +36,7 @@
36
<connection>scm:git:http://github.com/ctran/TinyRadius.git</connection>
37
<developerConnection>scm:git:http://github.com/ctran/TinyRadius.git</developerConnection>
38
<url>https://github.com/ctran/TinyRadius/</url>
39
- <tag>HEAD</tag>
+ <tag>v1.1.3</tag>
40
</scm>
41
42
<properties>
0 commit comments