Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jun 19, 2024
1 parent 0905d1e commit 2878c10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>v1.1.0</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>1718791941</project.build.outputTimestamp>
<project.build.outputTimestamp>1718792102</project.build.outputTimestamp>
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
Expand Down

0 comments on commit 2878c10

Please sign in to comment.