to build SNAPSHOT version
This commit is contained in:
parent
d55febcf5a
commit
68480835a4
|
@ -1,6 +1,6 @@
|
||||||
# Changelog for org.gcube.application.cms-plugin-framework
|
# Changelog for org.gcube.application.cms-plugin-framework
|
||||||
|
|
||||||
## [v1.0.5] - 2024-07-03
|
## [v1.0.5-SNAPSHOT] - 2024-07-03
|
||||||
|
|
||||||
- Implemented Event Broker [#26321]
|
- Implemented Event Broker [#26321]
|
||||||
- Added Geoportal Service Account management
|
- Added Geoportal Service Account management
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>cms-plugin-framework</artifactId>
|
<artifactId>cms-plugin-framework</artifactId>
|
||||||
<version>1.0.5</version>
|
<version>1.0.5-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.gcube.application.cms</groupId>
|
<groupId>org.gcube.application.cms</groupId>
|
||||||
|
|
Loading…
Reference in New Issue