We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cc1de commit ca3f303Copy full SHA for ca3f303
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.assertthat.plugins</groupId>
4
<artifactId>assertthat-bdd-maven-plugin</artifactId>
5
<packaging>maven-plugin</packaging>
6
- <version>1.3-SNAPSHOT</version>
+ <version>1.3</version>
7
<name>assertthat-bdd-maven-plugin</name>
8
<description>AssertThat BDD Jira maven plugin</description>
9
<url>http://www.assertthat.com</url>
@@ -18,7 +18,7 @@
18
<url>https://github.com/assertthat/assertthat-bdd-maven-plugin</url>
19
<connection>scm:git:git://github.com/assertthat/assertthat-bdd-maven-plugin.git</connection>
20
<developerConnection>scm:git:git@github.com:assertthat/assertthat-bdd-maven-plugin.git</developerConnection>
21
- <tag>v1.2</tag>
+ <tag>v1.3</tag>
22
</scm>
23
<developers>
24
<developer>
0 commit comments