Skip to content

Commit 3a7aedd

Browse files
committed
[maven-release-plugin] prepare release v0.1.62
1 parent a58d248 commit 3a7aedd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.1.62-SNAPSHOT</version>
6+
<version>0.1.62</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>HEAD</tag>
26+
<tag>v0.1.62</tag>
2727
</scm>
2828

2929
<organization>
@@ -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>1695889711</project.build.outputTimestamp>
87+
<project.build.outputTimestamp>1698680536</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>
@@ -444,7 +444,7 @@
444444
<id>enforce</id>
445445
<configuration>
446446
<rules>
447-
<requireUpperBoundDeps/>
447+
<requireUpperBoundDeps />
448448
</rules>
449449
</configuration>
450450
<goals>

0 commit comments

Comments
 (0)