Re-releasing lib without `-SNAPSHOT` suffix
This commit is contained in:
parent
7d46e2f791
commit
a5dc463350
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for "event-publisher-library"
|
# Changelog for "event-publisher-library"
|
||||||
|
|
||||||
## [v1.2.0-SNAPSHOT]
|
## [v1.2.0]
|
||||||
- Restored correct behavior for event publishing with workflow id only sent back, setting input payload in JSON
|
- Restored correct behavior for event publishing with workflow id only sent back, setting input payload in JSON
|
||||||
- Extracted `AbstractHTTPWithJWTTokenAuthEventSender` class for easy subclassing
|
- Extracted `AbstractHTTPWithJWTTokenAuthEventSender` class for easy subclassing
|
||||||
- Added new outcome check methods to inspect last send and last check actions results and some other facilities
|
- Added new outcome check methods to inspect last send and last check actions results and some other facilities
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>event-publisher-library</artifactId>
|
<artifactId>event-publisher-library</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
Loading…
Reference in New Issue