Skip to content

Commit 7378699

Browse files
[maven-release-plugin] prepare release jbehave-support-1.1.1
1 parent 24d2483 commit 7378699

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

jbehave-support-core-test/jbehave-support-core-test-app-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jbehavesupport</groupId>
55
<artifactId>jbehave-support-core-test</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jbehave-support-core-test/jbehave-support-core-test-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.jbehavesupport</groupId>
77
<artifactId>jbehave-support-core-test</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>jbehave-support-core-test-app</artifactId>
12-
<version>1.1.1-SNAPSHOT</version>
12+
<version>1.1.1</version>
1313
<packaging>war</packaging>
1414

1515
<name>jbehave-support-core-test-app</name>

jbehave-support-core-test/jbehave-support-core-test-oxm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.jbehavesupport</groupId>
77
<artifactId>jbehave-support-core-test</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>jbehave-support-core-test-oxm</artifactId>
12-
<version>1.1.1-SNAPSHOT</version>
12+
<version>1.1.1</version>
1313
<packaging>jar</packaging>
1414

1515
<name>jbehave-support-core-test-oxm</name>

jbehave-support-core-test/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.jbehavesupport</groupId>
55
<artifactId>jbehave-support-core-test</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.1.1</version>
77
<packaging>pom</packaging>
88

99
<name>jbehave-support-core-test</name>
@@ -116,5 +116,9 @@
116116
</plugins>
117117
</pluginManagement>
118118
</build>
119+
120+
<scm>
121+
<tag>jbehave-support-1.1.1</tag>
122+
</scm>
119123
</project>
120124

jbehave-support-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jbehavesupport</groupId>
77
<artifactId>jbehave-support</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010

1111
<artifactId>jbehave-support-core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jbehavesupport</groupId>
66
<artifactId>jbehave-support</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.1</version>
88
<name>jbehave-support</name>
99
<packaging>pom</packaging>
1010
<description>Lightweight extension to jbehave</description>
@@ -14,7 +14,7 @@
1414
<connection>scm:git:https://github.com/EmbedITCZ/jbehave-support.git</connection>
1515
<developerConnection>scm:git:https://github.com/EmbedITCZ/jbehave-support.git</developerConnection>
1616
<url>https://github.com/EmbedITCZ/jbehave-support</url>
17-
<tag>HEAD</tag>
17+
<tag>jbehave-support-1.1.1</tag>
1818
</scm>
1919

2020
<issueManagement>

0 commit comments

Comments
 (0)