Compare commits

...

3 Commits

Author SHA1 Message Date
Luca Frosini c3613c9a45 Fixed bom import 2022-11-09 15:39:43 +01:00
Luca Frosini 360676b160 Fixed dependency management 2022-10-19 14:51:06 +02:00
Luca Frosini c404d4e7f3 Removed -SNAPSHOT for release 2022-05-24 12:09:21 +02:00
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Checker Smart Executor Plugin
## [v2.0.1-SNAPSHOT]
## [v2.0.1]
- Removed HomeLibraryWebApp check [#23387]

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-checker-se-plugin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>Resource Checker Smart Executor Plugin</name>
<description>Resource Checker Smart Executor Plugin periodically checks the presence of required resources in the gCore IS in every context</description>
@ -24,7 +24,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -66,7 +66,6 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>