Skip to content

Commit 1ba1885

Browse files
committed
Use next snapshot version 4.7.0-SNAPSHOT
1 parent aa19e4d commit 1ba1885

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

citrus-remote-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>citrus-remote</artifactId>
77
<groupId>org.citrusframework</groupId>
8-
<version>4.6.0-SNAPSHOT</version>
8+
<version>4.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

citrus-remote-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
66
<groupId>org.citrusframework</groupId>
7-
<version>4.6.0-SNAPSHOT</version>
7+
<version>4.7.0-SNAPSHOT</version>
88
<artifactId>citrus-remote</artifactId>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>

citrus-remote-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>citrus-remote</artifactId>
77
<groupId>org.citrusframework</groupId>
8-
<version>4.6.0-SNAPSHOT</version>
8+
<version>4.7.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.citrusframework</groupId>
6-
<version>4.6.0-SNAPSHOT</version>
6+
<version>4.7.0-SNAPSHOT</version>
77
<artifactId>citrus-remote</artifactId>
88
<packaging>pom</packaging>
99
<name>Citrus :: Tools :: Remote</name>

0 commit comments

Comments
 (0)