removed -SNAPSHOT to be released
This commit is contained in:
parent
4f3707b6f9
commit
730ababb45
|
@ -4,7 +4,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.0.1-SNAPSHOT] - 2022-06-22
|
## [v1.0.1] - 2022-06-27
|
||||||
|
|
||||||
- [#23525] Removed the scope of xml-apis dependency
|
- [#23525] Removed the scope of xml-apis dependency
|
||||||
- Moved to maven-portal-bom v3.6.4
|
- Moved to maven-portal-bom v3.6.4
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
<groupId>org.gcube.portlets.widgets</groupId>
|
<groupId>org.gcube.portlets.widgets</groupId>
|
||||||
<artifactId>ckan-content-moderator-widget</artifactId>
|
<artifactId>ckan-content-moderator-widget</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.1-SNAPSHOT</version>
|
<version>1.0.1</version>
|
||||||
<name>gCube Ckan Content Moderator Widget</name>
|
<name>gCube Ckan Content Moderator Widget</name>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Reference in New Issue