Skip to content

Commit 30a0bf8

Browse files
committed
[maven-release-plugin] prepare release assertthat-bdd-maven-plugin-1.1
1 parent 6320e86 commit 30a0bf8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.assertthat.plugins</groupId>
54
<artifactId>assertthat-bdd-maven-plugin</artifactId>
65
<packaging>maven-plugin</packaging>
7-
<version>1.1-SNAPSHOT</version>
6+
<version>1.1</version>
87
<name>assertthat-bdd-maven-plugin</name>
98
<description>AssertThat BDD Jira maven plugin</description>
109
<url>http://www.assertthat.com</url>
@@ -19,7 +18,8 @@
1918
<url>https://github.com/assertthat/assertthat-bdd-maven-plugin</url>
2019
<connection>scm:git:git://github.com/assertthat/assertthat-bdd-maven-plugin.git</connection>
2120
<developerConnection>scm:git:[email protected]:assertthat/assertthat-bdd-maven-plugin.git</developerConnection>
22-
</scm>
21+
<tag>assertthat-bdd-maven-plugin-1.1</tag>
22+
</scm>
2323
<developers>
2424
<developer>
2525
<id>glib-briia</id>

0 commit comments

Comments
 (0)