Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee33ab5

Browse filesBrowse files
committed
[maven-release-plugin] prepare release rest-assured-5.5.5
1 parent e75c4c4 commit ee33ab5
Copy full SHA for ee33ab5

File tree

Expand file treeCollapse file tree

27 files changed

+81
-81
lines changed
Filter options
Expand file treeCollapse file tree

27 files changed

+81
-81
lines changed

‎examples/kotlin-example/pom.xml

Copy file name to clipboardExpand all lines: examples/kotlin-example/pom.xml
+3-3Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
81+
<version>5.5.5</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.rest-assured</groupId>
8686
<artifactId>kotlin-extensions</artifactId>
87-
<version>5.5.5-SNAPSHOT</version>
87+
<version>5.5.5</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>

‎examples/pom.xml

Copy file name to clipboardExpand all lines: examples/pom.xml
+1-1Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>io.rest-assured.examples</groupId>

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

Copy file name to clipboardExpand all lines: examples/rest-assured-itest-java-osgi/pom.xml
+1-1Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

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

Copy file name to clipboardExpand all lines: examples/rest-assured-itest-java/pom.xml
+5-5Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
53+
<version>5.5.5</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.5-SNAPSHOT</version>
59+
<version>5.5.5</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.rest-assured</groupId>
6363
<artifactId>rest-assured</artifactId>
64-
<version>5.5.5-SNAPSHOT</version>
64+
<version>5.5.5</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>io.rest-assured</groupId>
6868
<artifactId>json-schema-validator</artifactId>
69-
<version>5.5.5-SNAPSHOT</version>
69+
<version>5.5.5</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.eclipse.jetty</groupId>

‎examples/scala-example/pom.xml

Copy file name to clipboardExpand all lines: examples/scala-example/pom.xml
+3-3Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
79+
<version>5.5.5</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.rest-assured</groupId>
8484
<artifactId>scala-support</artifactId>
85-
<version>5.5.5-SNAPSHOT</version>
85+
<version>5.5.5</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

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

Copy file name to clipboardExpand all lines: examples/scala-mock-mvc-example/pom.xml
+3-3Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
80+
<version>5.5.5</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>io.rest-assured</groupId>
8585
<artifactId>scala-support</artifactId>
86-
<version>5.5.5-SNAPSHOT</version>
86+
<version>5.5.5</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>

‎examples/scala3-example/pom.xml

Copy file name to clipboardExpand all lines: examples/scala3-example/pom.xml
+3-3Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
102+
<version>5.5.5</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>io.rest-assured</groupId>
107107
<artifactId>scala-extensions</artifactId>
108-
<version>5.5.5-SNAPSHOT</version>
108+
<version>5.5.5</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

‎examples/scalatra-example/pom.xml

Copy file name to clipboardExpand all lines: examples/scalatra-example/pom.xml
+1-1Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

‎examples/scalatra-webapp/pom.xml

Copy file name to clipboardExpand all lines: examples/scalatra-webapp/pom.xml
+2-2Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
41+
<version>5.5.5</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>javax.servlet</groupId>

‎examples/spring-mvc-webapp/pom.xml

Copy file name to clipboardExpand all lines: examples/spring-mvc-webapp/pom.xml
+2-2Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</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.5-SNAPSHOT</version>
57+
<version>5.5.5</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

‎json-path/pom.xml

Copy file name to clipboardExpand all lines: json-path/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>io.rest-assured</groupId>
2222
<artifactId>rest-assured-parent</artifactId>
23-
<version>5.5.5-SNAPSHOT</version>
23+
<version>5.5.5</version>
2424
</parent>
2525
<groupId>io.rest-assured</groupId>
2626
<artifactId>json-path</artifactId>
2727
<packaging>bundle</packaging>
28-
<version>5.5.5-SNAPSHOT</version>
28+
<version>5.5.5</version>
2929
<name>json-path</name>
3030
<url>https://rest-assured.io/</url>
3131
<properties>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>io.rest-assured</groupId>
118118
<artifactId>rest-assured-common</artifactId>
119-
<version>5.5.5-SNAPSHOT</version>
119+
<version>5.5.5</version>
120120
</dependency>
121121

122122
<!-- Test -->

‎modules/json-schema-validator/pom.xml

Copy file name to clipboardExpand all lines: modules/json-schema-validator/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<groupId>io.rest-assured</groupId>
2222
<artifactId>modules</artifactId>
23-
<version>5.5.5-SNAPSHOT</version>
23+
<version>5.5.5</version>
2424
</parent>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>5.5.5-SNAPSHOT</version>
26+
<version>5.5.5</version>
2727
<name>json-schema-validator</name>
2828
<url>https://rest-assured.io/</url>
2929
<properties>

‎modules/kotlin-extensions/pom.xml

Copy file name to clipboardExpand all lines: modules/kotlin-extensions/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<groupId>io.rest-assured</groupId>
2222
<artifactId>modules</artifactId>
23-
<version>5.5.5-SNAPSHOT</version>
23+
<version>5.5.5</version>
2424
</parent>
2525
<artifactId>kotlin-extensions</artifactId>
26-
<version>5.5.5-SNAPSHOT</version>
26+
<version>5.5.5</version>
2727
<name>kotlin-extensions</name>
2828
<url>https://rest-assured.io/</url>
2929
<properties>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.rest-assured</groupId>
4040
<artifactId>rest-assured</artifactId>
41-
<version>5.5.5-SNAPSHOT</version>
41+
<version>5.5.5</version>
4242
</dependency>
4343

4444
<!-- Test -->

‎modules/pom.xml

Copy file name to clipboardExpand all lines: modules/pom.xml
+1-1Lines 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.5-SNAPSHOT</version>
22+
<version>5.5.5</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>modules</artifactId>

‎modules/scala-extensions/pom.xml

Copy file name to clipboardExpand all lines: modules/scala-extensions/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<groupId>io.rest-assured</groupId>
2222
<artifactId>modules</artifactId>
23-
<version>5.5.5-SNAPSHOT</version>
23+
<version>5.5.5</version>
2424
</parent>
2525
<artifactId>scala-extensions</artifactId>
26-
<version>5.5.5-SNAPSHOT</version>
26+
<version>5.5.5</version>
2727
<name>scala-extensions</name>
2828
<url>http://maven.apache.org</url>
2929
<properties>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.rest-assured</groupId>
4343
<artifactId>rest-assured</artifactId>
44-
<version>5.5.5-SNAPSHOT</version>
44+
<version>5.5.5</version>
4545
</dependency>
4646

4747
<!-- Test -->

‎modules/scala-support/pom.xml

Copy file name to clipboardExpand all lines: modules/scala-support/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.rest-assured</groupId>
2121
<artifactId>modules</artifactId>
22-
<version>5.5.5-SNAPSHOT</version>
22+
<version>5.5.5</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.rest-assured</groupId>
8181
<artifactId>rest-assured</artifactId>
82-
<version>5.5.5-SNAPSHOT</version>
82+
<version>5.5.5</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>junit</groupId>

‎modules/spring-commons/pom.xml

Copy file name to clipboardExpand all lines: modules/spring-commons/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<parent>
2020
<groupId>io.rest-assured</groupId>
2121
<artifactId>modules</artifactId>
22-
<version>5.5.5-SNAPSHOT</version>
22+
<version>5.5.5</version>
2323
</parent>
2424
<artifactId>spring-commons</artifactId>
25-
<version>5.5.5-SNAPSHOT</version>
25+
<version>5.5.5</version>
2626
<name>spring-commons</name>
2727
<url>https://rest-assured.io/</url>
2828
<properties>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.rest-assured</groupId>
3636
<artifactId>rest-assured</artifactId>
37-
<version>5.5.5-SNAPSHOT</version>
37+
<version>5.5.5</version>
3838
</dependency>
3939
</dependencies>
4040
</project>

‎modules/spring-mock-mvc-kotlin-extensions/pom.xml

Copy file name to clipboardExpand all lines: modules/spring-mock-mvc-kotlin-extensions/pom.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<parent>
2121
<artifactId>modules</artifactId>
2222
<groupId>io.rest-assured</groupId>
23-
<version>5.5.5-SNAPSHOT</version>
23+
<version>5.5.5</version>
2424
</parent>
2525

2626
<artifactId>spring-mock-mvc-kotlin-extensions</artifactId>
27-
<version>5.5.5-SNAPSHOT</version>
27+
<version>5.5.5</version>
2828
<name>spring-mock-mvc-kotlin-extensions</name>
2929
<url>https://rest-assured.io/</url>
3030
<properties>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.rest-assured</groupId>
4141
<artifactId>spring-mock-mvc</artifactId>
42-
<version>5.5.5-SNAPSHOT</version>
42+
<version>5.5.5</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>javax.servlet</groupId>

‎modules/spring-mock-mvc/pom.xml

Copy file name to clipboardExpand all lines: modules/spring-mock-mvc/pom.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<parent>
2121
<groupId>io.rest-assured</groupId>
2222
<artifactId>modules</artifactId>
23-
<version>5.5.5-SNAPSHOT</version>
23+
<version>5.5.5</version>
2424
</parent>
2525
<artifactId>spring-mock-mvc</artifactId>
26-
<version>5.5.5-SNAPSHOT</version>
26+
<version>5.5.5</version>
2727
<name>spring-mock-mvc</name>
2828
<url>https://rest-assured.io/</url>
2929
<properties>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.rest-assured</groupId>
3838
<artifactId>rest-assured</artifactId>
39-
<version>5.5.5-SNAPSHOT</version>
39+
<version>5.5.5</version>
4040
<exclusions>
4141
<exclusion>
4242
<!-- Spring provides its own JCL implementation -->
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.rest-assured</groupId>
5050
<artifactId>spring-commons</artifactId>
51-
<version>5.5.5-SNAPSHOT</version>
51+
<version>5.5.5</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.springframework</groupId>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.