We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f0c98 commit b5c3161Copy full SHA for b5c3161
ChangeLog
@@ -1,3 +1,8 @@
1
+3.0.4
2
+-----
3
+* More SELinux fixes.
4
+* Bump minor to match JICMP6.
5
+
6
3.0.2
7
-----
8
* Automatically publish to Maven Central.
pom.xml.in
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms</groupId>
<artifactId>jicmp-api</artifactId>
- <version>@VERSION@-SNAPSHOT</version>
+ <version>@VERSION@</version>
<packaging>bundle</packaging>
9
<name>OpenNMS ICMP API</name>
version.m4
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[3.0.3])
+m4_define([VERSION_NUMBER],[3.0.4])
0 commit comments