We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9591543 commit 976da5dCopy full SHA for 976da5d
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>open-dis</artifactId>
5
<packaging>jar</packaging>
6
<name>Open-DIS</name>
7
- <version>5.4-SNAPSHOT</version>
+ <version>5.4</version>
8
<description>An open source implementation of the Distributed Interactive Simulation (DIS) IEEE-1278 protocol</description>
9
<url>http://www.open-dis.org</url>
10
<licenses>
@@ -52,7 +52,7 @@
52
<url>https://github.com/open-dis/open-dis-java</url>
53
<connection>scm:git:git@github.com:open-dis/open-dis-java.git</connection>
54
<developerConnection>scm:git:git@github.com:open-dis/open-dis-java.git</developerConnection>
55
- <tag>HEAD</tag>
+ <tag>v5.4</tag>
56
</scm>
57
<dependencies>
58
<dependency>
0 commit comments