File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <artifactId >github-client</artifactId >
6- <version >0.0.17-SNAPSHOT </version >
6+ <version >0.0.17</version >
77
88 <parent >
99 <groupId >com.spotify</groupId >
1010 <artifactId >foss-root</artifactId >
11- <version >14 </version >
11+ <version >10 </version >
1212 </parent >
1313
1414 <licenses >
2323 <connection >scm:git:https://github.com/spotify/github-java-client.git</connection >
2424 <
developerConnection >scm:git:
[email protected] :spotify/github-java-client.git</
developerConnection >
2525 <url >scm:https://github.com/spotify/github-java-client/</url >
26- <tag >HEAD </tag >
26+ <tag >v0.0.17 </tag >
2727 </scm >
2828
2929 <organization >
461461
462462 <plugin >
463463 <artifactId >maven-checkstyle-plugin</artifactId >
464+ <version >3.1.1</version >
465+ <dependencies >
466+ <dependency >
467+ <groupId >com.puppycrawl.tools</groupId >
468+ <artifactId >checkstyle</artifactId >
469+ <version >8.29</version >
470+ </dependency >
471+ </dependencies >
464472 <configuration >
465473 <configLocation >${checkstyle.config.location} </configLocation >
466474 <consoleOutput >true</consoleOutput >
You can’t perform that action at this time.
0 commit comments