From a518be1a338f53d5605058ce6860fce8b4563793 Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Mon, 4 Jul 2022 12:24:55 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 2.2 --- API/pom.xml | 2 +- client/pom.xml | 2 +- pom.xml | 4 ++-- service/pom.xml | 2 +- tests/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/API/pom.xml b/API/pom.xml index 570031b..d02a925 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.2-SNAPSHOT + 2.2 urlfrontier-API diff --git a/client/pom.xml b/client/pom.xml index 21e8bc7..c9662b1 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.2-SNAPSHOT + 2.2 urlfrontier-client diff --git a/pom.xml b/pom.xml index 0960be4..2b8a130 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.crawler-commons urlfrontier pom - 2.2-SNAPSHOT + 2.2 urlfrontier https://github.com/crawler-commons/url-frontier @@ -24,7 +24,7 @@ https://github.com/crawler-commons/url-frontier scm:git:git://github.com/crawler-commons/url-frontier.git scm:git:git@github.com:crawler-commons/url-frontier.git - HEAD + 2.2 diff --git a/service/pom.xml b/service/pom.xml index c9608e5..fdc148e 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.2-SNAPSHOT + 2.2 urlfrontier-service diff --git a/tests/pom.xml b/tests/pom.xml index 73c4af3..9561e34 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.2-SNAPSHOT + 2.2 urlfrontier-test-suite