Skip to content

Commit

Permalink
[maven-release-plugin] prepare release github-api-1.124
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 19, 2021
1 parent 5194c2d commit ae69324
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.124-SNAPSHOT</version>
<version>1.124</version>
<name>GitHub API for Java</name>
<url>https://github-api.kohsuke.org/</url>
<description>GitHub API for Java</description>
Expand All @@ -11,7 +11,7 @@
<connection>scm:git:[email protected]/hub4j/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://[email protected]/hub4j/${project.artifactId}.git</developerConnection>
<url>https://github.com/hub4j/github-api/</url>
<tag>HEAD</tag>
<tag>github-api-1.124</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -46,7 +46,7 @@
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jjwt.suite.version>0.11.2</jjwt.suite.version>

<surefire.argLine></surefire.argLine>
<surefire.argLine />
</properties>

<build>
Expand Down

0 comments on commit ae69324

Please sign in to comment.