moved to maven-portal-bom 3.6.2-SNAPSHOT
This commit is contained in:
parent
a27a4772d7
commit
2c83190188
|
@ -5,11 +5,13 @@ 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).
|
||||||
|
|
||||||
|
|
||||||
## [v2.0.1-SNAPSHOT] - 2021-05-04
|
## [v2.0.1] - 2021-05-04
|
||||||
|
|
||||||
#### Enhancements
|
#### Enhancements
|
||||||
|
|
||||||
[#21188] Avoiding the catalogue widget window close if the user clicks outside it
|
[#21188] Avoiding the catalogue widget window close if the user clicks outside it
|
||||||
|
[#21470] Bug fixed publishing widget uses the orgTitle instead of orgName
|
||||||
|
Moved to maven-portal-bom 3.6.2
|
||||||
|
|
||||||
|
|
||||||
## [v2.0.0] - 2021-04-12
|
## [v2.0.0] - 2021-04-12
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -40,7 +40,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>3.6.1-SNAPSHOT</version>
|
<version>3.6.2-SNAPSHOT</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
|
Loading…
Reference in New Issue