Skip to content

Commit

Permalink
Update groupId to com.github.pinterest
Browse files Browse the repository at this point in the history
* Also updated various `shyiko` -> `pinterest` refs
  • Loading branch information
shashachu committed Apr 19, 2019
1 parent 3fb3f02 commit 412a686
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 32 deletions.
2 changes: 1 addition & 1 deletion ktlint-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions ktlint-reporter-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -19,7 +19,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions ktlint-reporter-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -19,7 +19,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
Expand Down
4 changes: 2 additions & 2 deletions ktlint-reporter-plain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -19,7 +19,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
Expand Down
6 changes: 3 additions & 3 deletions ktlint-ruleset-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -19,13 +19,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-test</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions ktlint-ruleset-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -19,13 +19,13 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-test</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions ktlint-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>
Expand All @@ -19,7 +19,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
Expand Down
24 changes: 12 additions & 12 deletions ktlint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
</parent>

<!-- keeping original (pre 0.2.0) qualifier (com.github.shyiko:ktlint) so that no one would notice a thing -->
<groupId>com.github.shyiko</groupId>
<groupId>com.github.pinterest</groupId>
<artifactId>ktlint</artifactId>

<scm>
<connection>scm:git:[email protected]:shyiko/ktlint.git</connection>
<developerConnection>scm:git:[email protected]:shyiko/ktlint.git</developerConnection>
<url>[email protected]:shyiko/ktlint.git</url>
<connection>scm:git:[email protected]:pinterest/ktlint.git</connection>
<developerConnection>scm:git:[email protected]:pinterest/ktlint.git</developerConnection>
<url>[email protected]:pinterest/ktlint.git</url>
</scm>

<dependencies>
Expand All @@ -35,37 +35,37 @@
<!-- included (at least org.jetbrains.annotations.*) in kotlin-compiler-embeddable -->
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-ruleset-standard</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-ruleset-experimental</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-plain</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-json</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-checkstyle</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>ktlint-test</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
Expand Down
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.github.pinterest.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>pom</name>
<description>An anti-bikeshedding Kotlin linter with built-in formatter</description>
<url>https://github.com/shyiko/ktlint</url>
<url>https://github.com/pinterest/ktlint</url>
<licenses>
<license>
<name>MIT</name>
Expand All @@ -19,11 +19,15 @@
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:shyiko/ktlint.git</connection>
<developerConnection>scm:git:[email protected]:shyiko/ktlint.git</developerConnection>
<url>[email protected]:shyiko/ktlint.git</url>
<connection>scm:git:[email protected]:pinterest/ktlint.git</connection>
<developerConnection>scm:git:[email protected]:pinterest/ktlint.git</developerConnection>
<url>[email protected]:pinterest/ktlint.git</url>
</scm>
<developers>
<developer>
<id>pinterest</id>
<name>Pinterest, Inc.</name>
</developer>
<developer>
<id>shyiko</id>
<email>[email protected]</email>
Expand Down

0 comments on commit 412a686

Please sign in to comment.