We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933c4d3 commit cb30874Copy full SHA for cb30874
buildSrc/src/main/kotlin/io/insource/build/Publishing.kt
@@ -3,7 +3,7 @@ package io.insource.build
3
object Publishing {
4
val groupId = "io.insource"
5
val artifactId = "in-spring-zeromq"
6
- val version = "0.0.2"
+ val version = "0.0.3"
7
val description = "Spring Boot enabled ZeromMQ integrations inspired by spring-rabbit and built on jzmq-api."
8
val url = "https://github.com/InSourceSoftware/in-spring-zeromq"
9
val license = "Mozilla Public License Version 2.0"
0 commit comments