Skip to content

Commit ae69324

Browse files
committed
[maven-release-plugin] prepare release github-api-1.124
1 parent 5194c2d commit ae69324

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
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.kohsuke</groupId>
44
<artifactId>github-api</artifactId>
5-
<version>1.124-SNAPSHOT</version>
5+
<version>1.124</version>
66
<name>GitHub API for Java</name>
77
<url>https://github-api.kohsuke.org/</url>
88
<description>GitHub API for Java</description>
@@ -11,7 +11,7 @@
1111
<connection>scm:git:[email protected]/hub4j/${project.artifactId}.git</connection>
1212
<developerConnection>scm:git:ssh://[email protected]/hub4j/${project.artifactId}.git</developerConnection>
1313
<url>https://github.com/hub4j/github-api/</url>
14-
<tag>HEAD</tag>
14+
<tag>github-api-1.124</tag>
1515
</scm>
1616

1717
<distributionManagement>
@@ -46,7 +46,7 @@
4646
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
4747
<jjwt.suite.version>0.11.2</jjwt.suite.version>
4848

49-
<surefire.argLine></surefire.argLine>
49+
<surefire.argLine />
5050
</properties>
5151

5252
<build>

0 commit comments

Comments
 (0)