Skip to content

Commit 76c4aa2

Browse files
committed
[maven-release-plugin] prepare release v0.0.17
1 parent 0a3da44 commit 76c4aa2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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>
@@ -23,7 +23,7 @@
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>
@@ -461,6 +461,14 @@
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>

0 commit comments

Comments
 (0)