Skip to content

Commit ada2474

Browse files
committed
Release 0.5.4
1 parent 620db03 commit ada2474

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## v0.5.4 (202x-xx-xx)
3+
## v0.5.4 (2023-09-26)
44

55
### Changed
66

7+
* new GPG signature for artifact, id 9C925EE1.
8+
79
* [#935](https://github.com/zeromq/jeromq/pull/935): With
810
org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if there is no more,
911
event to receive, it throws an NPE although the javadoc says it should

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.zeromq</groupId>
44
<artifactId>jeromq</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.5.4-SNAPSHOT</version>
6+
<version>0.5.4</version>
77
<name>JeroMQ</name>
88
<description>Pure Java implementation of libzmq</description>
99
<url>https://github.com/zeromq/jeromq</url>
@@ -17,7 +17,7 @@
1717
<url>[email protected]:zeromq/jeromq.git</url>
1818
<connection>scm:git:[email protected]:zeromq/jeromq.git</connection>
1919
<developerConnection>scm:git:[email protected]:zeromq/jeromq.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>v0.5.4</tag>
2121
</scm>
2222
<developers>
2323
<developer />
@@ -275,11 +275,6 @@
275275
<artifactId>maven-release-plugin</artifactId>
276276
<version>2.5.3</version>
277277
</plugin>
278-
<plugin>
279-
<groupId>org.sonatype.plugins</groupId>
280-
<artifactId>nexus-staging-maven-plugin</artifactId>
281-
<version>1.6.8</version>
282-
</plugin>
283278
</plugins>
284279
</pluginManagement>
285280
</build>

0 commit comments

Comments
 (0)