moved to 1.2.0

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@142413 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-02-08 18:40:08 +00:00
parent 507493cd2e
commit 1ee5a84674
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<ReleaseNotes>
<Changeset component="org.gcube.socialnetworkingsocial-data-indexer-se-plugin.1-1-2" date="2017-02-01">
<Change>Minor fixes</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-1" date="2016-10-20">
<Change>Astyanax dependency version updated: moved to 2.0.2 (as declared by Portal-BOM)</Change>

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.socialnetworking</groupId>
<artifactId>social-data-indexer-se-plugin</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<name>Social Data Indexer Smart Executor Plugin</name>
<description>Social Data Indexer Smart Executor Plugin</description>

View File

@ -30,7 +30,7 @@ public class SocialDataIndexerPluginDeclaration implements PluginDeclaration {
*/
public static final String NAME = "social-data-indexer-plugin";
public static final String DESCRIPTION = "The social-data-indexer-plugin has the role to index data contained into a Cassandra cluster using an Elasticsearch index to support full-text search.";
public static final String VERSION = "1.1.2";
public static final String VERSION = "1.2.0";
/**{@inheritDoc}*/
@Override