Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jbehave-support-1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljandejsek committed Jun 5, 2019
1 parent 8e9b914 commit 1d62cef
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support-core-test</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support-core-test</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>jbehave-support-core-test-app</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>war</packaging>

<name>jbehave-support-core-test-app</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support-core-test</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>jbehave-support-core-test-oxm</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>jar</packaging>

<name>jbehave-support-core-test-oxm</name>
Expand Down
6 changes: 5 additions & 1 deletion jbehave-support-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support-core-test</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>pom</packaging>

<name>jbehave-support-core-test</name>
Expand Down Expand Up @@ -108,5 +108,9 @@
</plugins>
</pluginManagement>
</build>

<scm>
<tag>jbehave-support-1.0.6</tag>
</scm>
</project>

2 changes: 1 addition & 1 deletion jbehave-support-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<artifactId>jbehave-support-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.jbehavesupport</groupId>
<artifactId>jbehave-support</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<name>jbehave-support</name>
<packaging>pom</packaging>
<description>Lightweight extension to jbehave</description>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:https://github.com/EmbedITCZ/jbehave-support.git</connection>
<developerConnection>scm:git:https://github.com/EmbedITCZ/jbehave-support.git</developerConnection>
<url>https://github.com/EmbedITCZ/jbehave-support</url>
<tag>HEAD</tag>
<tag>jbehave-support-1.0.6</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 1d62cef

Please sign in to comment.