From d8ad4135c790b93676ea4391e7eb63261d94540f Mon Sep 17 00:00:00 2001 From: Michael Krog Date: Fri, 20 Oct 2023 13:06:00 +0200 Subject: [PATCH] Renames remnants of rest-patch to rest-version --- README.md | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 292b793..f2a68e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rest-patch +# rest-version This library provides versioning for requests in Spring-based RESTFUL webservices. diff --git a/pom.xml b/pom.xml index cba88bc..e0dc4e7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ github Github Packages - https://maven.pkg.github.com/Apaq/rest-patch + https://maven.pkg.github.com/Apaq/rest-version @@ -85,9 +85,9 @@ - scm:git:https://github.com/apaq/rest-patch.git - scm:git:git@github.com:apaq/rest-patch.git - https://github.com/apaq/rest-patch + scm:git:https://github.com/apaq/rest-version.git + scm:git:git@github.com:apaq/rest-version.git + https://github.com/apaq/rest-version HEAD \ No newline at end of file