Skip to content

Commit

Permalink
Renames remnants of rest-patch to rest-version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkrog committed Oct 20, 2023
1 parent c01321a commit d8ad413
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rest-patch
# rest-version

This library provides versioning for requests in Spring-based RESTFUL webservices.

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<repository>
<id>github</id>
<name>Github Packages</name>
<url>https://maven.pkg.github.com/Apaq/rest-patch</url>
<url>https://maven.pkg.github.com/Apaq/rest-version</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -85,9 +85,9 @@


<scm>
<connection>scm:git:https://github.com/apaq/rest-patch.git</connection>
<developerConnection>scm:git:[email protected]:apaq/rest-patch.git</developerConnection>
<url>https://github.com/apaq/rest-patch</url>
<connection>scm:git:https://github.com/apaq/rest-version.git</connection>
<developerConnection>scm:git:[email protected]:apaq/rest-version.git</developerConnection>
<url>https://github.com/apaq/rest-version</url>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit d8ad413

Please sign in to comment.