Skip to content

Commit

Permalink
Update project url
Browse files Browse the repository at this point in the history
datasource-proxy project has moved from `ttddyy/datasource-proxy`
to `jdbc-observation/datasource-proxy`.
  • Loading branch information
ttddyy committed Sep 13, 2022
1 parent a67fb1b commit 5da6f8b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
if: github.repository == 'ttddyy/datasource-proxy'
if: github.repository == 'jdbc-observations/datasource-proxy'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ossrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
if: github.repository == 'ttddyy/datasource-proxy'
if: github.repository == 'jdbc-observations/datasource-proxy'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog


**Changelog is moved to [datasource-proxy User Guide(Current)](http://ttddyy.github.io/datasource-proxy/docs/current/user-guide/index.html#changelog).**
_[(Snapshot documentation is here)](http://ttddyy.github.io/datasource-proxy/docs/snapshot/user-guide/index.html#changelog)_
**Changelog is moved to [datasource-proxy User Guide(Current)](http://jdbc-observations.github.io/datasource-proxy/docs/current/user-guide/index.html#changelog).**
_[(Snapshot documentation is here)](http://jdbc-observations.github.io/datasource-proxy/docs/snapshot/user-guide/index.html#changelog)_

----

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Provide proxy classes for JDBC API to intercept executing queries and methods.

- [Current Release Version][user-guide-current]
- [Snapshot Version][user-guide-snapshot]
- [Older Version](https://github.com/ttddyy/datasource-proxy/wiki/User-Guide)
- [Older Version](https://github.com/jdbc-observations/datasource-proxy/wiki/User-Guide)

## Maven

Expand Down Expand Up @@ -53,15 +53,15 @@ Snapshot is available via [oss sonatype snapshot repository](https://oss.sonatyp

- [Current Release Version][javadoc-current]
- [Snapshot Version][javadoc-snapshot]
- [Older Version](https://github.com/ttddyy/datasource-proxy/wiki/Javadoc)
- [Older Version](https://github.com/jdbc-observations/datasource-proxy/wiki/Javadoc)


----

[maven-central_badge]: https://maven-badges.herokuapp.com/maven-central/net.ttddyy/datasource-proxy/
[user-guide-current]: http://ttddyy.github.io/datasource-proxy/docs/current/user-guide/
[user-guide-snapshot]: http://ttddyy.github.io/datasource-proxy/docs/snapshot/user-guide/
[javadoc-current]: http://ttddyy.github.io/datasource-proxy/docs/current/api/
[javadoc-snapshot]: http://ttddyy.github.io/datasource-proxy/docs/snapshot/api/
[user-guide-current]: http://jdbc-observations.github.io/datasource-proxy/docs/current/user-guide/
[user-guide-snapshot]: http://jdbc-observations.github.io/datasource-proxy/docs/snapshot/user-guide/
[javadoc-current]: http://jdbc-observations.github.io/datasource-proxy/docs/current/api/
[javadoc-snapshot]: http://jdbc-observations.github.io/datasource-proxy/docs/snapshot/api/
[datasource-proxy-examples]: https://github.com/ttddyy/datasource-proxy-examples
[datasource-assert]: https://github.com/ttddyy/datasource-assert
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<name>datasource-proxy</name>
<description>Provide a datasource proxy that can inject your own logic into all queries.</description>
<url>https://github.com/ttddyy/datasource-proxy/</url>
<url>https://github.com/jdbc-observations/datasource-proxy/</url>

<licenses>
<license>
Expand All @@ -19,9 +19,9 @@
</licenses>

<scm>
<connection>scm:git:git@github.com:ttddyy/datasource-proxy.git</connection>
<developerConnection>scm:git:git@github.com:ttddyy/datasource-proxy.git</developerConnection>
<url>git@github.com:ttddyy/datasource-proxy.git</url>
<connection>scm:git:git@github.com:jdbc-observations/datasource-proxy.git</connection>
<developerConnection>scm:git:git@github.com:jdbc-observations/datasource-proxy.git</developerConnection>
<url>git@github.com:jdbc-observations/datasource-proxy.git</url>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifdef::insert-analytics[]
endif::[]
//
:oss-snapshot-repository: https://oss.sonatype.org/content/repositories/snapshots/net/ttddyy/datasource-proxy/
:datasource-proxy: https://github.com/ttddyy/datasource-proxy
:datasource-proxy: https://github.com/jdbc-observations/datasource-proxy
:datasource-proxy-examples: https://github.com/ttddyy/datasource-proxy-examples
:jndi-embedded-example: {datasource-proxy-examples}/tree/master/jndi-embedded-example
:jndi-external-example: {datasource-proxy-examples}/tree/master/jndi-external-example
Expand Down

0 comments on commit 5da6f8b

Please sign in to comment.