Moved to maven-portal-bom 3.6.4. Removed -SNAPSHOT to be released

This commit is contained in:
Francesco Mangiacrapa 2022-08-01 15:05:17 +02:00
parent ef1d74e8cc
commit d2970f212d
2 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@
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.2.0-SNAPSHOT] - 2022-07-28 ## [v1.2.0] - 2022-08-01
**Enhancements** **Enhancements**
- [#23692] Optimized the listing and the paging of catalogue items - [#23692] Optimized the listing and the paging of catalogue items
- Moved to maven-portal-bom 3.7.0-SNAPSHOT - Moved to maven-portal-bom 3.6.4
## [v1.1.0] - 2022-05-18 ## [v1.1.0] - 2022-05-18

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.datacatalogue</groupId> <groupId>org.gcube.datacatalogue</groupId>
<artifactId>catalogue-util-library</artifactId> <artifactId>catalogue-util-library</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0</version>
<name>Ckan utility library</name> <name>Ckan utility library</name>
<description> <description>
Utility library to retrieve users information, organizations information and so on from the ckan d4science datacatalogue Utility library to retrieve users information, organizations information and so on from the ckan d4science datacatalogue
@ -41,7 +41,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.7.0-SNAPSHOT</version> <version>3.6.4</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>