commit for release

This commit is contained in:
lucio 2024-10-01 10:23:29 +02:00
parent 731da31357
commit 6e14b6ec77
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Legacy IS Publisher Connector # Changelog for Legacy IS Publisher Connector
## [v1.0.0-SNAPSHOT] - 2022-05-23 ## [v1.0.0] - 2022-05-23
- First Release - First Release

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.common.core</groupId> <groupId>org.gcube.common.core</groupId>
<artifactId>legacy-is-publisher-connector</artifactId> <artifactId>legacy-is-publisher-connector</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
<name>Legacy is publisher</name> <name>Legacy is publisher</name>
<scm> <scm>
<connection> <connection>
@ -28,7 +28,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>