Skip to content

Commit 083b917

Browse files
authored
Merge branch 'master' into feat/implement-graphql-apis
2 parents 24401c0 + abc0285 commit 083b917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>github-client</artifactId>
6-
<version>0.2.17-SNAPSHOT</version>
6+
<version>0.2.18-SNAPSHOT</version>
77

88
<parent>
99
<groupId>com.spotify</groupId>
@@ -84,7 +84,7 @@
8484
<properties>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
87-
<project.build.outputTimestamp>1710855811</project.build.outputTimestamp>
87+
<project.build.outputTimestamp>1710939443</project.build.outputTimestamp>
8888
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
8989
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
9090
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>

0 commit comments

Comments
 (0)