Skip to content

Commit 2351628

Browse files
committed
[maven-release-plugin] prepare release jesque-3.0.0
1 parent a4d5cd9 commit 2351628

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
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.greghaines</groupId>
55
<artifactId>jesque</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
<packaging>jar</packaging>
88
<name>Jesque</name>
99
<description>An implementation of Resque in Java</description>
@@ -14,7 +14,7 @@
1414
<jackson.version>3.0.3</jackson.version>
1515
<mockito.version>5.21.0</mockito.version>
1616
<github.global.server>github-jesque</github.global.server>
17-
<argLine/>
17+
<argLine />
1818
</properties>
1919
<licenses>
2020
<license>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:git@github.com:gresrun/jesque.git</connection>
2828
<developerConnection>scm:git:git@github.com:gresrun/jesque.git</developerConnection>
2929
<url>git@github.com:gresrun/jesque.git</url>
30-
<tag>HEAD</tag>
30+
<tag>jesque-3.0.0</tag>
3131
</scm>
3232
<issueManagement>
3333
<system>GitHub</system>

0 commit comments

Comments
 (0)