-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #386 from shashachu/update-group-id
Update groupId to com.pinterest.ktlint
- Loading branch information
Showing
9 changed files
with
36 additions
and
33 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
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
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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
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 |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|