-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames remnants of rest-patch to rest-version
- Loading branch information
1 parent
c01321a
commit d8ad413
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> |