File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v0.5.4 (202x-xx-xx )
3
+ ## v0.5.4 (2023-09-26 )
4
4
5
5
### Changed
6
6
7
+ * new GPG signature for artifact, id 9C925EE1.
8
+
7
9
* [ #935 ] ( https://github.com/zeromq/jeromq/pull/935 ) : With
8
10
org.zeromq.ZMQ.Event.recv(socket, DONTWAIT), if there is no more,
9
11
event to receive, it throws an NPE although the javadoc says it should
Original file line number Diff line number Diff line change 3
3
<groupId >org.zeromq</groupId >
4
4
<artifactId >jeromq</artifactId >
5
5
<packaging >jar</packaging >
6
- <version >0.5.4-SNAPSHOT </version >
6
+ <version >0.5.4</version >
7
7
<name >JeroMQ</name >
8
8
<description >Pure Java implementation of libzmq</description >
9
9
<url >https://github.com/zeromq/jeromq</url >
17
17
<url >git@github.com:zeromq/jeromq.git</url >
18
18
<connection >scm:git:git@github.com:zeromq/jeromq.git</connection >
19
19
<developerConnection >scm:git:git@github.com:zeromq/jeromq.git</developerConnection >
20
- <tag >HEAD </tag >
20
+ <tag >v0.5.4 </tag >
21
21
</scm >
22
22
<developers >
23
23
<developer />
275
275
<artifactId >maven-release-plugin</artifactId >
276
276
<version >2.5.3</version >
277
277
</plugin >
278
- <plugin >
279
- <groupId >org.sonatype.plugins</groupId >
280
- <artifactId >nexus-staging-maven-plugin</artifactId >
281
- <version >1.6.8</version >
282
- </plugin >
283
278
</plugins >
284
279
</pluginManagement >
285
280
</build >
You can’t perform that action at this time.
0 commit comments