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 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<artifactId >github-client</artifactId >
6
- <version >0.0.17-SNAPSHOT </version >
6
+ <version >0.0.17</version >
7
7
8
8
<parent >
9
9
<groupId >com.spotify</groupId >
10
10
<artifactId >foss-root</artifactId >
11
- <version >14 </version >
11
+ <version >10 </version >
12
12
</parent >
13
13
14
14
<licenses >
23
23
<connection >scm:git:https://github.com/spotify/github-java-client.git</connection >
24
24
<
developerConnection >scm:git:
[email protected] :spotify/github-java-client.git</
developerConnection >
25
25
<url >scm:https://github.com/spotify/github-java-client/</url >
26
- <tag >HEAD </tag >
26
+ <tag >v0.0.17 </tag >
27
27
</scm >
28
28
29
29
<organization >
461
461
462
462
<plugin >
463
463
<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 >
464
472
<configuration >
465
473
<configLocation >${checkstyle.config.location} </configLocation >
466
474
<consoleOutput >true</consoleOutput >
You can’t perform that action at this time.
0 commit comments