Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rest-assured-5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Nov 18, 2022
1 parent 1e1f325 commit ebbedc7
Show file tree
Hide file tree
Showing 32 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion dist/dist-json-path/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-json-schema-validator/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-kotlin-extensions/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-rest-assured/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-scala-support/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-spring-mock-mvc/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-spring-web-test-client/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/dist-xml-path/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>dist</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rest-assured-parent</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions examples/kotlin-example/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -78,13 +78,13 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>kotlin-extensions</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rest-assured-parent</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.rest-assured.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-assured-itest-java-osgi/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions examples/rest-assured-itest-java/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -50,23 +50,23 @@
<dependency>
<groupId>io.rest-assured.examples</groupId>
<artifactId>scalatra-webapp</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<type>war</type>
</dependency>
<dependency>
<groupId>io.rest-assured.examples</groupId>
<artifactId>scalatra-example</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
6 changes: 3 additions & 3 deletions examples/scala-example/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -76,13 +76,13 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>scala-support</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions examples/scala-mock-mvc-example/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -77,13 +77,13 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>scala-support</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/scalatra-example/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions examples/scalatra-webapp/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>io.rest-assured.examples</groupId>
<artifactId>scalatra-example</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-mvc-webapp/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured.examples</groupId>
<artifactId>example-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions json-path/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-parent</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<groupId>io.rest-assured</groupId>
<artifactId>json-path</artifactId>
<packaging>bundle</packaging>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<name>json-path</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured-common</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>

<!-- Test -->
Expand Down
4 changes: 2 additions & 2 deletions modules/json-schema-validator/pom.xml
Expand Up @@ -20,10 +20,10 @@
<parent>
<groupId>io.rest-assured</groupId>
<artifactId>modules</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<artifactId>json-schema-validator</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<name>json-schema-validator</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
6 changes: 3 additions & 3 deletions modules/kotlin-extensions/pom.xml
Expand Up @@ -20,10 +20,10 @@
<parent>
<groupId>io.rest-assured</groupId>
<artifactId>modules</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<artifactId>kotlin-extensions</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<name>kotlin-extensions</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>

<!-- Test -->
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>rest-assured-parent</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>modules</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modules/scala-support/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.rest-assured</groupId>
<artifactId>modules</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions modules/spring-commons/pom.xml
Expand Up @@ -19,10 +19,10 @@
<parent>
<groupId>io.rest-assured</groupId>
<artifactId>modules</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>
<artifactId>spring-commons</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<name>spring-commons</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions modules/spring-mock-mvc-kotlin-extensions/pom.xml
Expand Up @@ -20,11 +20,11 @@
<parent>
<artifactId>modules</artifactId>
<groupId>io.rest-assured</groupId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</parent>

<artifactId>spring-mock-mvc-kotlin-extensions</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
<name>spring-mock-mvc-kotlin-extensions</name>
<url>http://maven.apache.org</url>
<properties>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>5.2.1-SNAPSHOT</version>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit ebbedc7

Please sign in to comment.