Skip to content

Commit 9cb016b

Browse files
committed
chore: update references of fmt plugin to com.spotify.fmt
1 parent d1bfb52 commit 9cb016b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test-logging)
5757
RETURN_CODE=$?
5858
;;
5959
lint)
60-
mvn com.coveo:fmt-maven-plugin:check -B -ntp
60+
mvn com.spotify.fmt:fmt-maven-plugin:check -B -ntp
6161
RETURN_CODE=$?
6262
;;
6363
javadoc)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Code in this repo is formatted with
8484
[google-java-format](https://github.com/google/google-java-format).
8585
To run formatting on your project, you can run:
8686
```
87-
mvn com.coveo:fmt-maven-plugin:format
87+
mvn com.spotify.fmt:fmt-maven-plugin:format
8888
```
8989

9090
[1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
</plugin>
108108

109109
<plugin>
110-
<groupId>com.coveo</groupId>
110+
<groupId>com.spotify.fmt</groupId>
111111
<artifactId>fmt-maven-plugin</artifactId>
112-
<version>2.13</version>
112+
<version>2.25</version>
113113
<configuration>
114114
<verbose>true</verbose>
115115
</configuration>

0 commit comments

Comments
 (0)