Skip to content

Commit

Permalink
Merge pull request #129 from looker-open-source/drstrangelove/migrate…
Browse files Browse the repository at this point in the history
…-to-looker-open-source

docs: fixed README.md for proper GroupId
  • Loading branch information
drstrangelooker authored Feb 23, 2022
2 parents 97c0b12 + d3ef59e commit 7e10aa6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The dependency is provided on
at the following coordinates:
```xml
<dependency>
<groupId>com.github.looker-open-source</groupId>
<groupId>com.google.looker-open-source</groupId>
<artifactId>bqjdbc</artifactId>
<version>...</version>
</dependency>
Expand All @@ -49,7 +49,7 @@ at the following coordinates:
A fat (shaded) jar is also available:
```xml
<dependency>
<groupId>com.github.looker-open-source</groupId>
<groupId>com.google.looker-open-source</groupId>
<artifactId>bqjdbc</artifactId>
<version>...</version>
<classifier>shaded</classifier>
Expand All @@ -64,7 +64,7 @@ We require Java (JDK 8 through 15) and Apache Maven (3.2.5 or higher).

```bash
$ git clone git://github.com/looker-open-source/bqjdbc.git
$ cd starschema-bigquery-jdbc
$ cd bqjdbc
$ mvn clean install -DskipTests
```

Expand All @@ -90,6 +90,5 @@ Releases are handled through GitHub actions, and kicked off when a release is cr

## History

`bqjdbc` was
forked from https://code.google.com/p/starschema-bigquery-jdbc/ in 2013
`bqjdbc` was forked from https://code.google.com/p/starschema-bigquery-jdbc/ in 2013
and has since been maintained by a few folks at [Looker](https://github.com/looker-open-source).

0 comments on commit 7e10aa6

Please sign in to comment.