From cec174e48819f5badf8c85291b6ceb2e3beee995 Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Wed, 25 Sep 2024 08:53:40 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 2.4 --- API/pom.xml | 2 +- client/pom.xml | 2 +- pom.xml | 8 +++----- service/pom.xml | 2 +- tests/pom.xml | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/API/pom.xml b/API/pom.xml index de9aa8f..2ba2fee 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 2.4 urlfrontier-API diff --git a/client/pom.xml b/client/pom.xml index 968ed5f..07c03ba 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 2.4 urlfrontier-client diff --git a/pom.xml b/pom.xml index 605b94c..ee60237 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.github.crawler-commons urlfrontier pom - 2.4-SNAPSHOT + 2.4 urlfrontier https://github.com/crawler-commons/url-frontier @@ -28,7 +26,7 @@ scm:git:git://github.com/crawler-commons/url-frontier.git scm:git:git@github.com:crawler-commons/url-frontier.git - HEAD + 2.4 diff --git a/service/pom.xml b/service/pom.xml index 6a11bb3..632deeb 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 2.4 urlfrontier-service diff --git a/tests/pom.xml b/tests/pom.xml index 46284a0..fc3ba55 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.4-SNAPSHOT + 2.4 urlfrontier-test-suite