Skip to content

Commit 0ca3feb

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare release v0.4.9
1 parent 900ea76 commit 0ca3feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.4.9-SNAPSHOT</version>
6+
<version>0.4.9</version>
77

88
<parent>
99
<groupId>com.spotify</groupId>
@@ -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>v0.3.7</tag>
26+
<tag>v0.4.9</tag>
2727
</scm>
2828

2929
<organization>
@@ -67,7 +67,7 @@
6767
<properties>
6868
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6969
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
70-
<project.build.outputTimestamp>1749819160</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>1750930802</project.build.outputTimestamp>
7171
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
7272
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
7373
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>

0 commit comments

Comments
 (0)