Skip to content

Commit

Permalink
Release 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Oct 2, 2024
1 parent 78f92d0 commit a7138c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion citrus-remote-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>citrus-remote</artifactId>
<groupId>org.citrusframework</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.3.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion citrus-remote-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.citrusframework</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.3.3</version>
<artifactId>citrus-remote</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion citrus-remote-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>citrus-remote</artifactId>
<groupId>org.citrusframework</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.3.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion 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.citrusframework</groupId>
<version>4.4.0-SNAPSHOT</version>
<version>4.3.3</version>
<artifactId>citrus-remote</artifactId>
<packaging>pom</packaging>
<name>Citrus :: Tools :: Remote</name>
Expand Down

0 comments on commit a7138c8

Please sign in to comment.