Skip to content

Commit b9f9ce6

Browse files
committed
[maven-release-plugin] prepare release jackcess-5.0.0
1 parent b1a7fe5 commit b9f9ce6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.github.spannm</groupId>
1212
<artifactId>jackcess</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Jackcess</name>
@@ -62,7 +62,8 @@
6262
<connection>scm:git:ssh//[email protected]/${developerId}/${project.artifactId}.git</connection>
6363
<developerConnection>scm:git:ssh://[email protected]/${developerId}/${project.artifactId}.git</developerConnection>
6464
<url>https://github.com/${developerId}/${project.artifactId}/tree/master</url>
65-
</scm>
65+
<tag>jackcess-5.0.0</tag>
66+
</scm>
6667

6768
<issueManagement>
6869
<system>Github</system>
@@ -198,7 +199,7 @@
198199
<artifactId>maven-surefire-plugin</artifactId>
199200
<configuration>
200201
<systemPropertyVariables combine.children="append">
201-
<user.timezone/>
202+
<user.timezone />
202203
</systemPropertyVariables>
203204
<forkCount>1</forkCount>
204205
<reuseForks>true</reuseForks>

0 commit comments

Comments
 (0)