From ba1df6c346d8004f6cf64e2221afe8fd0b0312e0 Mon Sep 17 00:00:00 2001 From: Julien Nioche Date: Thu, 19 May 2022 14:08:41 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 2.1 --- 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 0f7b92e..d6c5b3e 100644 --- a/API/pom.xml +++ b/API/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.1-SNAPSHOT + 2.1 urlfrontier-API diff --git a/client/pom.xml b/client/pom.xml index b6b186b..0c9edae 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.1-SNAPSHOT + 2.1 urlfrontier-client diff --git a/pom.xml b/pom.xml index 4bd29a4..b197bed 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.crawler-commons urlfrontier pom - 2.1-SNAPSHOT + 2.1 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.1 diff --git a/service/pom.xml b/service/pom.xml index 9213ff2..84f3b03 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.1-SNAPSHOT + 2.1 urlfrontier-service diff --git a/tests/pom.xml b/tests/pom.xml index c78102e..9adcd0c 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.github.crawler-commons urlfrontier - 2.1-SNAPSHOT + 2.1 urlfrontier-test-suite