Skip to content

Commit e41d1fe

Browse files
committed
Release v3.2.1
1 parent 21b24c5 commit e41d1fe

File tree

77 files changed

+141
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+141
-141
lines changed

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.consol.citrus.samples</groupId>
66
<artifactId>citrus-sample-demo</artifactId>
7-
<version>3.2.0</version>
7+
<version>3.2.1</version>
88
<name>Citrus Samples:: Demos</name>
99
<packaging>pom</packaging>
1010

demo/sample-bakery/integration/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-sample-bakery</artifactId>
77
<groupId>com.consol.citrus.samples</groupId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

demo/sample-bakery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.consol.citrus.samples</groupId>
66
<artifactId>citrus-sample-bakery</artifactId>
77
<name>Citrus Samples:: Bakery</name>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>pom</packaging>
1010

1111
<modules>
@@ -23,7 +23,7 @@
2323
<activemq.version>5.16.3</activemq.version>
2424
<slf4j.version>1.7.36</slf4j.version>
2525
<log4j2.version>2.17.2</log4j2.version>
26-
<citrus.version>3.2.0</citrus.version>
26+
<citrus.version>3.2.1</citrus.version>
2727
<jetty.version>9.4.44.v20210927</jetty.version>
2828
<jackson.version>2.12.6</jackson.version>
2929
<jakarta.mail.version>1.6.7</jakarta.mail.version>

demo/sample-bakery/report/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-sample-bakery</artifactId>
77
<groupId>com.consol.citrus.samples</groupId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

demo/sample-bakery/web/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-sample-bakery</artifactId>
77
<groupId>com.consol.citrus.samples</groupId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

demo/sample-bakery/worker/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-sample-bakery</artifactId>
77
<groupId>com.consol.citrus.samples</groupId>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

demo/sample-bookstore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.consol.citrus.samples</groupId>
66
<artifactId>citrus-sample-bookstore</artifactId>
77
<name>Citrus Samples:: Bookstore</name>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>war</packaging>
1010

1111
<properties>
@@ -18,7 +18,7 @@
1818
<activemq.version>5.16.3</activemq.version>
1919
<slf4j.version>1.7.36</slf4j.version>
2020
<log4j2.version>2.17.2</log4j2.version>
21-
<citrus.version>3.2.0</citrus.version>
21+
<citrus.version>3.2.1</citrus.version>
2222
<jetty.version>9.4.44.v20210927</jetty.version>
2323
<saaj.version>1.5.3</saaj.version>
2424
<jaxb.version>2.3.5</jaxb.version>

demo/sample-flightbooking/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.consol.citrus.samples</groupId>
66
<artifactId>citrus-sample-flightbooking</artifactId>
77
<name>Citrus Samples:: Flightbooking</name>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>war</packaging>
1010

1111
<properties>
@@ -18,7 +18,7 @@
1818
<activemq.version>5.16.3</activemq.version>
1919
<slf4j.version>1.7.36</slf4j.version>
2020
<log4j2.version>2.17.2</log4j2.version>
21-
<citrus.version>3.2.0</citrus.version>
21+
<citrus.version>3.2.1</citrus.version>
2222
<jetty.version>9.4.44.v20210927</jetty.version>
2323
<jackson.version>2.12.6</jackson.version>
2424
<saaj.version>1.5.3</saaj.version>

demo/sample-greeting/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.consol.citrus.samples</groupId>
66
<artifactId>citrus-sample-greeting</artifactId>
77
<name>Citrus Samples:: Greeting: Java</name>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>war</packaging>
1010

1111
<properties>
@@ -18,7 +18,7 @@
1818
<activemq.version>5.16.3</activemq.version>
1919
<slf4j.version>1.7.36</slf4j.version>
2020
<log4j2.version>2.17.2</log4j2.version>
21-
<citrus.version>3.2.0</citrus.version>
21+
<citrus.version>3.2.1</citrus.version>
2222
<jetty.version>9.4.44.v20210927</jetty.version>
2323
<jackson.version>2.12.6</jackson.version>
2424
<jaxb.version>2.3.5</jaxb.version>

demo/sample-incident/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.consol.citrus.samples</groupId>
66
<artifactId>citrus-sample-incident</artifactId>
77
<name>Citrus Samples:: Incident</name>
8-
<version>3.2.0</version>
8+
<version>3.2.1</version>
99
<packaging>war</packaging>
1010

1111
<properties>
@@ -19,7 +19,7 @@
1919
<apache.cxf.version>3.5.1</apache.cxf.version>
2020
<slf4j.version>1.7.36</slf4j.version>
2121
<log4j2.version>2.17.2</log4j2.version>
22-
<citrus.version>3.2.0</citrus.version>
22+
<citrus.version>3.2.1</citrus.version>
2323
<jetty.version>9.4.44.v20210927</jetty.version>
2424
<jackson.version>2.12.6</jackson.version>
2525
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>

0 commit comments

Comments
 (0)