diff --git a/pom.xml b/pom.xml index d277a609adea5fe848dcc0168c1d445d9fd71ef5..481f0c6ff213de89f72749626502b9842ffef201 100644 --- a/pom.xml +++ b/pom.xml @@ -80,8 +80,8 @@ Gephi 0.8.1 beta - http://gephi.org/updates/official/0.8.1-beta/catalog.xml - http://gephi.org/updates/thirdparty/0.8.1-beta/catalog.xml + http://gephi.org/updates/official/${project.version}/catalog.xml + http://gephi.org/updates/thirdparty/$(project.version}/catalog.xml http://nexus.gephi.org/nexus/content/repositories/snapshots/external/updates.xml @@ -477,6 +477,28 @@ + + + + org.codehaus.mojo + wagon-maven-plugin + + + upload-jar-to-folder + deploy + + upload + + + + + ${project.build.directory}/site/apidocs + * + ${gephi.snapshot.repository.url} + external/apidocs + ${gephi.snapshot.repository.id} + +