diff --git a/dhp-build/dhp-build-assembly-resources/pom.xml b/dhp-build/dhp-build-assembly-resources/pom.xml index 4273bc9db..68fb393f7 100644 --- a/dhp-build/dhp-build-assembly-resources/pom.xml +++ b/dhp-build/dhp-build-assembly-resources/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 eu.dnetlib.dhp dhp-build - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT dhp-build-assembly-resources diff --git a/dhp-build/dhp-build-properties-maven-plugin/pom.xml b/dhp-build/dhp-build-properties-maven-plugin/pom.xml index eba085785..7b7213710 100644 --- a/dhp-build/dhp-build-properties-maven-plugin/pom.xml +++ b/dhp-build/dhp-build-properties-maven-plugin/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 eu.dnetlib.dhp dhp-build - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT dhp-build-properties-maven-plugin diff --git a/dhp-build/pom.xml b/dhp-build/pom.xml index a930af4ea..1ac8b734b 100644 --- a/dhp-build/pom.xml +++ b/dhp-build/pom.xml @@ -4,7 +4,7 @@ eu.dnetlib.dhp dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT dhp-build pom diff --git a/dhp-common/pom.xml b/dhp-common/pom.xml index d2aa03926..93e259b63 100644 --- a/dhp-common/pom.xml +++ b/dhp-common/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 eu.dnetlib.dhp dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT ../ diff --git a/dhp-schemas/pom.xml b/dhp-schemas/pom.xml index bf92e1549..95f5cca8b 100644 --- a/dhp-schemas/pom.xml +++ b/dhp-schemas/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 eu.dnetlib.dhp dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT ../ diff --git a/dhp-workflows/dhp-aggregation/pom.xml b/dhp-workflows/dhp-aggregation/pom.xml index c327262ae..53da4be3d 100644 --- a/dhp-workflows/dhp-aggregation/pom.xml +++ b/dhp-workflows/dhp-aggregation/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 eu.dnetlib.dhp dhp-workflows - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT dhp-aggregation @@ -24,7 +22,7 @@ eu.dnetlib.dhp dhp-common - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT diff --git a/dhp-workflows/dhp-distcp/pom.xml b/dhp-workflows/dhp-distcp/pom.xml index 5964c2976..9f712e142 100644 --- a/dhp-workflows/dhp-distcp/pom.xml +++ b/dhp-workflows/dhp-distcp/pom.xml @@ -1,11 +1,9 @@ - + dhp-workflows eu.dnetlib.dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT 4.0.0 diff --git a/dhp-workflows/dhp-graph-mapper/pom.xml b/dhp-workflows/dhp-graph-mapper/pom.xml index 9a434492f..be829ce90 100644 --- a/dhp-workflows/dhp-graph-mapper/pom.xml +++ b/dhp-workflows/dhp-graph-mapper/pom.xml @@ -1,11 +1,9 @@ - + dhp-workflows eu.dnetlib.dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT 4.0.0 @@ -26,12 +24,17 @@ eu.dnetlib.dhp dhp-common - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT eu.dnetlib.dhp dhp-schemas - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT + + + + de.javakaffee + kryo-serializers diff --git a/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/graph/SparkGraphImporterJobTest.java b/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/graph/SparkGraphImporterJobTest.java index ce5185b61..dd5468de4 100644 --- a/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/graph/SparkGraphImporterJobTest.java +++ b/dhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/graph/SparkGraphImporterJobTest.java @@ -8,7 +8,8 @@ public class SparkGraphImporterJobTest { @Test @Ignore public void testImport() throws Exception { - SparkGraphImporterJob.main(new String[]{"-mt", "local[*]","-i", "/home/sandro/part-m-02236", "-o", "/tmp/dataframes", "-f", "software,relation"}); + SparkGraphImporterJob.main(new String[]{"-mt", "local[*]","-i", "/home/sandro/part-m-02236", "-o", "/tmp/dataframes", "-f", "publication"}); + } } diff --git a/dhp-workflows/pom.xml b/dhp-workflows/pom.xml index fe7c9d2c0..d46567400 100644 --- a/dhp-workflows/pom.xml +++ b/dhp-workflows/pom.xml @@ -1,13 +1,12 @@ - + 4.0.0 eu.dnetlib.dhp dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT ../ @@ -42,7 +41,7 @@ primed runtime - + true ${user.home}/.dhp/application.properties @@ -74,7 +73,7 @@ attach-test-resources - + provided false @@ -355,7 +354,7 @@ - + diff --git a/pom.xml b/pom.xml index c1e82043f..ec3f72880 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,9 @@ - + 4.0.0 eu.dnetlib.dhp dhp - 1.0.0-SNAPSHOT + 1.0.3-SNAPSHOT pom http://www.d-net.research-infrastructures.eu @@ -37,9 +35,9 @@ - scm:git:ssh://git@github.com/dnet-team/dnet-hadoop.git - scm:git:ssh://git@github.com:dnet-team/dnet-hadoop.git - https://github.com/dnet-team/dnet-hadoop + scm:git:gitea@code-repo.d4science.org:D-Net/dnet-hadoop.git + scm:git:gitea@code-repo.d4science.org:D-Net/dnet-hadoop.git + https://code-repo.d4science.org/D-Net/dnet-hadoop/ HEAD @@ -47,7 +45,6 @@ - dnet45-releases D-Net 45 releases @@ -60,22 +57,6 @@ true - - - cloudera Cloudera Repository @@ -183,6 +164,12 @@ 1.1.6 + + de.javakaffee + kryo-serializers + 0.45 + + net.schmizz sshj @@ -307,30 +294,6 @@ true - - - org.apache.maven.plugins maven-javadoc-plugin @@ -350,10 +313,8 @@ build-helper-maven-plugin 1.12 - - org.apache.maven.plugins @@ -396,10 +357,7 @@ 2.10 - - - dnet45-snapshots @@ -412,7 +370,6 @@ http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-releases -