From bb207912e47514536534bf9c0821db1ff43d9134 Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Wed, 25 Sep 2024 18:44:53 +0100 Subject: [PATCH] Set version for release 3.4 + add nexus staging plugin Signed-off-by: Julien Nioche --- API/pom.xml | 2 +- client/pom.xml | 2 +- pom.xml | 13 ++++++++++++- service/pom.xml | 2 +- tests/pom.xml | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/API/pom.xml b/API/pom.xml index de9aa8f..34bd331 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 3.4 urlfrontier-API diff --git a/client/pom.xml b/client/pom.xml index 968ed5f..fbdb99e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 3.4 urlfrontier-client diff --git a/pom.xml b/pom.xml index 605b94c..3b7102b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.crawler-commons urlfrontier pom - 2.4-SNAPSHOT + 3.4 urlfrontier https://github.com/crawler-commons/url-frontier @@ -286,6 +286,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://oss.sonatype.org/ + true + + diff --git a/service/pom.xml b/service/pom.xml index 6a11bb3..73de052 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 3.4 urlfrontier-service diff --git a/tests/pom.xml b/tests/pom.xml index 46284a0..2277d18 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 3.4 urlfrontier-test-suite