forked from zalando/logbook
-
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.
chore: disable changelog modification, change scm urls
- Loading branch information
Anders Jaensson
committed
Oct 14, 2022
1 parent
c015749
commit 73e479a
Showing
2 changed files
with
9 additions
and
9 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 |
---|---|---|
|
@@ -7,10 +7,10 @@ | |
<packaging>pom</packaging> | ||
<name>Logbook</name> | ||
<description>HTTP request and response logging</description> | ||
<url>https://github.com/zalando/logbook</url> | ||
<url>https://github.com/smartbear/logbook</url> | ||
<inceptionYear>2015</inceptionYear> | ||
<organization> | ||
<name>Zalando SE</name> | ||
<name>SmartBear</name> | ||
</organization> | ||
<licenses> | ||
<license> | ||
|
@@ -65,8 +65,8 @@ | |
<module>logbook-test</module> | ||
</modules> | ||
<scm> | ||
<url>https://github.com/zalando/logbook</url> | ||
<connection>scm:git:[email protected]:zalando/logbook.git</connection> | ||
<developerConnection>scm:git:[email protected]:zalando/logbook.git</developerConnection> | ||
<url>https://github.com/smartbear/logbook</url> | ||
<connection>scm:git:[email protected]:smartbear/logbook.git</connection> | ||
<developerConnection>scm:git:[email protected]:smartbear/logbook.git</developerConnection> | ||
</scm> | ||
</project> |
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