2.0.1-SNAPSHOT

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-05-17 10:21:44 +02:00
parent 572c7b8199
commit 400cff1076
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>

View File

@ -20,6 +20,7 @@ public class Tester {
public Tester() {
store = new DBCassandraAstyanaxImpl("gcube"); //set to true if you want to drop the KeySpace and recreate it
}
public static void main(String[] args) throws ColumnNameNotFoundException, PrivacyLevelTypeNotFoundException, FeedIDNotFoundException, FeedTypeNotFoundException {