Skip to content

Commit

Permalink
Merge pull request #386 from shashachu/update-group-id
Browse files Browse the repository at this point in the history
Update groupId to com.pinterest.ktlint
  • Loading branch information
shashachu authored Apr 22, 2019
2 parents 3fb3f02 + ce3d163 commit 738bd90
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 33 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
<scope>provided</scope>
Expand Down
25 changes: 12 additions & 13 deletions ktlint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.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.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 +34,37 @@
<!-- included (at least org.jetbrains.annotations.*) in kotlin-compiler-embeddable -->
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-ruleset-standard</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-ruleset-experimental</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-plain</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-json</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.pinterest.ktlint</groupId>
<artifactId>ktlint-reporter-checkstyle</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<groupId>com.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.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 738bd90

Please sign in to comment.