Skip to content

Commit b5c3161

Browse files
author
Benjamin Reed
committed
JICMP 3.0.4
1 parent f3f0c98 commit b5c3161

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3.0.4
2+
-----
3+
* More SELinux fixes.
4+
* Bump minor to match JICMP6.
5+
16
3.0.2
27
-----
38
* Automatically publish to Maven Central.

pom.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.opennms</groupId>
55
<artifactId>jicmp-api</artifactId>
6-
<version>@VERSION@-SNAPSHOT</version>
6+
<version>@VERSION@</version>
77
<packaging>bundle</packaging>
88

99
<name>OpenNMS ICMP API</name>

version.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m4_define([VERSION_NUMBER],[3.0.3])
1+
m4_define([VERSION_NUMBER],[3.0.4])

0 commit comments

Comments
 (0)