ready to release
This commit is contained in:
parent
4eda3604bc
commit
0a744188a7
|
@ -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.1.2-SNAPSHOT] - 2023-02-13
|
## [v1.1.2] - 2023-02-13
|
||||||
|
|
||||||
- bug fix
|
- bug fix
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -12,7 +12,7 @@
|
||||||
<artifactId>catalogue-badge-portlet</artifactId>
|
<artifactId>catalogue-badge-portlet</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Catalogue-badge-portlet Portlet</name>
|
<name>Catalogue-badge-portlet Portlet</name>
|
||||||
<version>1.1.2-SNAPSHOT</version>
|
<version>1.1.2</version>
|
||||||
<description>
|
<description>
|
||||||
Catalogue badge portlet displays a synoptic view of the catalogue content
|
Catalogue badge portlet displays a synoptic view of the catalogue content
|
||||||
</description>
|
</description>
|
||||||
|
@ -38,7 +38,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.4-SNAPSHOT</version>
|
<version>3.6.4</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue