Fixed version

This commit is contained in:
Luca Frosini 2021-06-08 23:15:37 +02:00
parent 5e57d4d9e4
commit ac769220af
2 changed files with 12 additions and 2 deletions

View File

@ -2,10 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Social Data Indexer Smart Executor Plugin
## [v2.0.0-SNAPSHOT]
## [v3.0.0-SNAPSHOT]
- Ported plugin to smart-executor APIs 3.0.0 [#21570]
## [v2.0.0]
## [v1.2.1] [2017-05-01]

10
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.socialnetworking</groupId>
<artifactId>social-data-indexer-se-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<name>Social Data Indexer Smart Executor Plugin</name>
<description>Social Data Indexer Smart Executor Plugin</description>
@ -124,6 +124,14 @@
<artifactId>servlet-api</artifactId>
<groupId>org.mortbay.jetty</groupId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>