Compare commits

..

No commits in common. "master" and "feature/21368" have entirely different histories.

3 changed files with 5 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
target
/.classpath
/bin/
/.DS_Store

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Accounting Insert Storage Smart Executor Plugin
## [v2.0.0]
## [v2.0.0-SNAPSHOT]
- Ported plugin to smart-executor APIs 3.0.0 [#21368]
- The plugin has been completely rewrote

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-insert-storage-se-plugin</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
<name>Accounting Insert Storage</name>
<description>Accounting Insert Storage Smart Executor Plugin</description>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -65,12 +65,12 @@
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-wrapper</artifactId>
<version>[2.0.2, 3.0.0-SNAPSHOT)</version>
<version>[2.0.2-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId>
<version>[2.2.0, 3.0.0-SNAPSHOT)</version>
<version>[2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>