Skip to content

Commit 2a2f338

Browse files
committed
[maven-release-plugin] prepare release rest-assured-5.5.4
1 parent fb7e9dd commit 2a2f338

27 files changed

Lines changed: 80 additions & 80 deletions

File tree

examples/kotlin-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -78,13 +78,13 @@
7878
<dependency>
7979
<groupId>io.rest-assured</groupId>
8080
<artifactId>rest-assured</artifactId>
81-
<version>5.5.4-SNAPSHOT</version>
81+
<version>5.5.4</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.rest-assured</groupId>
8686
<artifactId>kotlin-extensions</artifactId>
87-
<version>5.5.4-SNAPSHOT</version>
87+
<version>5.5.4</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rest-assured-parent</artifactId>
2121
<groupId>io.rest-assured</groupId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>io.rest-assured.examples</groupId>

examples/rest-assured-itest-java-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

examples/rest-assured-itest-java/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -50,23 +50,23 @@
5050
<dependency>
5151
<groupId>io.rest-assured.examples</groupId>
5252
<artifactId>scalatra-webapp</artifactId>
53-
<version>5.5.4-SNAPSHOT</version>
53+
<version>5.5.4</version>
5454
<type>war</type>
5555
</dependency>
5656
<dependency>
5757
<groupId>io.rest-assured.examples</groupId>
5858
<artifactId>scalatra-example</artifactId>
59-
<version>5.5.4-SNAPSHOT</version>
59+
<version>5.5.4</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.rest-assured</groupId>
6363
<artifactId>rest-assured</artifactId>
64-
<version>5.5.4-SNAPSHOT</version>
64+
<version>5.5.4</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.rest-assured</groupId>
6868
<artifactId>json-schema-validator</artifactId>
69-
<version>5.5.4-SNAPSHOT</version>
69+
<version>5.5.4</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.eclipse.jetty</groupId>

examples/scala-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -76,13 +76,13 @@
7676
<dependency>
7777
<groupId>io.rest-assured</groupId>
7878
<artifactId>rest-assured</artifactId>
79-
<version>5.5.4-SNAPSHOT</version>
79+
<version>5.5.4</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.rest-assured</groupId>
8484
<artifactId>scala-support</artifactId>
85-
<version>5.5.4-SNAPSHOT</version>
85+
<version>5.5.4</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

examples/scala-mock-mvc-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -77,13 +77,13 @@
7777
<dependency>
7878
<groupId>io.rest-assured</groupId>
7979
<artifactId>spring-mock-mvc</artifactId>
80-
<version>5.5.4-SNAPSHOT</version>
80+
<version>5.5.4</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>io.rest-assured</groupId>
8585
<artifactId>scala-support</artifactId>
86-
<version>5.5.4-SNAPSHOT</version>
86+
<version>5.5.4</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>

examples/scala3-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -99,13 +99,13 @@
9999
<dependency>
100100
<groupId>io.rest-assured</groupId>
101101
<artifactId>rest-assured</artifactId>
102-
<version>5.5.4-SNAPSHOT</version>
102+
<version>5.5.4</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>io.rest-assured</groupId>
107107
<artifactId>scala-extensions</artifactId>
108-
<version>5.5.4-SNAPSHOT</version>
108+
<version>5.5.4</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

examples/scalatra-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

examples/scalatra-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.rest-assured.examples</groupId>
4040
<artifactId>scalatra-example</artifactId>
41-
<version>5.5.4-SNAPSHOT</version>
41+
<version>5.5.4</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>javax.servlet</groupId>

examples/spring-mvc-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured.examples</groupId>
2121
<artifactId>example-parent</artifactId>
22-
<version>5.5.4-SNAPSHOT</version>
22+
<version>5.5.4</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>io.rest-assured</groupId>
5656
<artifactId>spring-mock-mvc</artifactId>
57-
<version>5.5.4-SNAPSHOT</version>
57+
<version>5.5.4</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)