version declaration fixed

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/social-networking/social-data-indexer-se-plugin@131405 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-09-15 15:07:01 +00:00
parent e2e81bf3b1
commit bd64ed2838
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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"
+ " in the Cassandra cluster using an elasticsearch index to support full-text search.";
public static final String VERSION = "1.1.0";
public static final String VERSION = "1.1.1";
/**{@inheritDoc}*/
@Override