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.
|
||||
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
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<artifactId>catalogue-badge-portlet</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Catalogue-badge-portlet Portlet</name>
|
||||
<version>1.1.2-SNAPSHOT</version>
|
||||
<version>1.1.2</version>
|
||||
<description>
|
||||
Catalogue badge portlet displays a synoptic view of the catalogue content
|
||||
</description>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>3.6.4-SNAPSHOT</version>
|
||||
<version>3.6.4</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue