-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move GitHub repository from
julianhyde
to hydromatic
The new location will reduce the number of branches in the main repository. In particular, PRs from julianhyde can be on branches in julianhyde's repository.
- Loading branch information
1 parent
dd9c8b9
commit 0588d28
Showing
6 changed files
with
50 additions
and
50 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
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
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ language governing permissions and limitations under the | |
License. | ||
{% endcomment %} | ||
--> | ||
[![Build Status](https://github.com/julianhyde/quidem/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/julianhyde/quidem/actions?query=branch%3Amain) | ||
[![Build Status](https://github.com/hydromatic/quidem/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/hydromatic/quidem/actions?query=branch%3Amain) | ||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.hydromatic/quidem/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.hydromatic/quidem) | ||
[![javadoc](https://javadoc.io/badge2/net.hydromatic/quidem/javadoc.svg)](https://javadoc.io/doc/net.hydromatic/quidem) | ||
|
||
|
@@ -472,7 +472,7 @@ Get Quidem from | |
You need Java (8 or higher) and Git. | ||
```bash | ||
$ git clone git://github.com/julianhyde/quidem.git | ||
$ git clone git://github.com/hydromatic/quidem.git | ||
$ cd quidem | ||
$ ./mvnw package | ||
``` | ||
|
@@ -493,11 +493,11 @@ On Java versions less than 11, you should add parameters | |
* Blog: https://julianhyde.blogspot.com | ||
* Project page: http://www.hydromatic.net/quidem | ||
* API: http://www.hydromatic.net/quidem/apidocs | ||
* Source code: https://github.com/julianhyde/quidem | ||
* Source code: https://github.com/hydromatic/quidem | ||
* Developers list: | ||
<a href="mailto:[email protected]">dev at calcite.apache.org</a> | ||
(<a href="https://mail-archives.apache.org/mod_mbox/calcite-dev/">archive</a>, | ||
<a href="mailto:[email protected]">subscribe</a>) | ||
* Issues: https://github.com/julianhyde/quidem/issues | ||
* Issues: https://github.com/hydromatic/quidem/issues | ||
* <a href="HISTORY.md">Release notes and history</a> | ||
* <a href="HOWTO.md">HOWTO</a> |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
<!-- More project information. --> | ||
<name>Quidem</name> | ||
<description>Idempotent query scripts</description> | ||
<url>https://github.com/julianhyde/quidem</url> | ||
<url>https://github.com/hydromatic/quidem</url> | ||
<inceptionYear>2014</inceptionYear> | ||
<organization> | ||
<name>Julian Hyde</name> | ||
|
@@ -93,13 +93,13 @@ | |
|
||
<issueManagement> | ||
<system>github</system> | ||
<url>https://github.com/julianhyde/quidem/issues</url> | ||
<url>https://github.com/hydromatic/quidem/issues</url> | ||
</issueManagement> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/julianhyde/quidem.git</connection> | ||
<developerConnection>scm:git:[email protected]:julianhyde/quidem.git</developerConnection> | ||
<url>https://github.com/julianhyde/quidem/tree/main</url> | ||
<connection>scm:git:git://github.com/hydromatic/quidem.git</connection> | ||
<developerConnection>scm:git:[email protected]:hydromatic/quidem.git</developerConnection> | ||
<url>https://github.com/hydromatic/quidem/tree/main</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
|
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
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