Skip to content

Commit

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

fix: Updated groupId details for new deploy to looker-open-source
  • Loading branch information
drstrangelooker committed Feb 25, 2022
2 parents 7e10aa6 + a25b1b4 commit 1ee44c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<modelVersion>4.0.0</modelVersion>
<!-- Original was net.starschema.clouddb.bqjdbc but it's not changed so we can publish
to a groupId that we have ownership over -->
<groupId>com.github.jonathanswenson</groupId>
<groupId>com.google.looker-open-source</groupId>
<artifactId>bqjdbc</artifactId>
<version>2.3.18-SNAPSHOT</version>
<name>Big Query over JDBC</name>
<description>A simple JDBC driver, to reach Google's BigQuery</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<url>https://github.com/jonathanswenson/bqjdbc</url>
<url>https://github.com/looker-open-source/bqjdbc</url>

<developers>
<developer>
<name>Looker Inc.</name>
<email>jgswenson@google.com</email>
<email>looker-open-source@google.com</email>
<organization>Looker</organization>
<organizationUrl>https://looker.com/</organizationUrl>
</developer>
Expand All @@ -24,24 +24,24 @@
<distributionManagement>
<site>
<id>github-pages</id>
<url>http://jonathanswenson.github.io/bqjdbc/</url>
<url>http://looker-open-source.github.io/bqjdbc/</url>
</site>

<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://google.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://google.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<scm>
<connection>scm:git:git://github.com/jonathanswenson/bqjdbc.git</connection>
<developerConnection>scm:git:ssh://github.com:jonathanswenson/bqjdbc.git</developerConnection>
<url>http://github.com/jonathanswenson/bqjdbc/tree/master</url>
<connection>scm:git:git://github.com/looker-open-source/bqjdbc.git</connection>
<developerConnection>scm:git:ssh://github.com:looker-open-source/bqjdbc.git</developerConnection>
<url>http://github.com/looker-open-source/bqjdbc/tree/master</url>
</scm>

<repositories>
Expand Down Expand Up @@ -214,7 +214,7 @@
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
Expand Down

0 comments on commit 1ee44c6

Please sign in to comment.