minor range fix and version upgrade

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@148461 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-05-10 15:47:33 +00:00
parent 05cd7db173
commit 24fc841dae
2 changed files with 24 additions and 10 deletions

View File

@ -1,14 +1,28 @@
<ReleaseNotes>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-2-0" date="2017-02-01">
<Change>Added notification mechanism in case of failures</Change>
<Changeset
component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-2-1"
date="2017-05-01">
<Change>Minor fixes</Change>
</Changeset>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-1" date="2016-10-20">
<Change>Astyanax dependency version updated: moved to 2.0.2 (as declared by Portal-BOM)</Change>
<Changeset
component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-2-0"
date="2017-02-01">
<Change>Added notification mechanism in case of failures</Change>
</Changeset>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-0" date="2016-07-01">
<Change>Minor fix</Change>
<Changeset
component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-1"
date="2016-10-20">
<Change>Astyanax dependency version updated: moved to 2.0.2 (as
declared by Portal-BOM)</Change>
</Changeset>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-0-0" date="2016-02-29">
<Change>First Release</Change>
<Changeset
component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-0"
date="2016-07-01">
<Change>Minor fix</Change>
</Changeset>
<Changeset
component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-0-0"
date="2016-02-29">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.socialnetworking</groupId>
<artifactId>social-data-indexer-se-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<name>Social Data Indexer Smart Executor Plugin</name>
<description>Social Data Indexer Smart Executor Plugin</description>
@ -81,7 +81,7 @@
<dependency>
<groupId>org.gcube.common.portal</groupId>
<artifactId>portal-manager</artifactId>
<version>[1.0.0-SNAPSHPT, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0-SNAPSHPT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.vremanagement</groupId>