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:
parent
507493cd2e
commit
1ee5a84674
|
@ -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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue