Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-seifert committed Oct 30, 2023
1 parent a58d248 commit 3a7aedd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>github-client</artifactId>
<version>0.1.62-SNAPSHOT</version>
<version>0.1.62</version>

<parent>
<groupId>com.spotify</groupId>
Expand All @@ -23,7 +23,7 @@
<connection>scm:git:https://github.com/spotify/github-java-client.git</connection>
<developerConnection>scm:git:git@github.com:spotify/github-java-client.git</developerConnection>
<url>scm:https://github.com/spotify/github-java-client/</url>
<tag>HEAD</tag>
<tag>v0.1.62</tag>
</scm>

<organization>
Expand Down Expand Up @@ -84,7 +84,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.outputTimestamp>1695889711</project.build.outputTimestamp>
<project.build.outputTimestamp>1698680536</project.build.outputTimestamp>
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
Expand Down Expand Up @@ -444,7 +444,7 @@
<id>enforce</id>
<configuration>
<rules>
<requireUpperBoundDeps/>
<requireUpperBoundDeps />
</rules>
</configuration>
<goals>
Expand Down

0 comments on commit 3a7aedd

Please sign in to comment.