Skip to content

Commit

Permalink
Set version to 4.5.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 13, 2023
1 parent b6fbf9d commit fa2fd3c
Show file tree
Hide file tree
Showing 28 changed files with 73 additions and 41 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<packaging>pom</packaging>

<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>

<properties>
<stack.version>4.5.1</stack.version>
<stack.version>4.5.2-SNAPSHOT</stack.version>
<pac4j.version>1.6.0</pac4j.version>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-template-engines</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-freemarker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-handlebars</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-httl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-httl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-jade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-jade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-jte/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-jte</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-mvel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-pebble/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-pebble</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-pug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-pug</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-rocker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-rocker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-rythm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-rythm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-template-engines/vertx-web-templ-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-template-engines</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-templ-thymeleaf</artifactId>
Expand Down
54 changes: 43 additions & 11 deletions vertx-web-api-contract/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vertx-web-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>vertx-web-api-contract</artifactId>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -74,21 +74,21 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-jwt</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -100,19 +100,19 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-unit</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-properties</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-service-proxy</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -124,13 +124,13 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-codegen</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand All @@ -155,7 +155,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -183,6 +183,38 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.61.Final</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>netty-tcnative-classes</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<properties>
<doc.skip>false</doc.skip>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-api-contract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-api-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-web-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-api-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-graphql</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class GraphQLHandlerOptionsConverter {
private static final Base64.Decoder BASE64_DECODER = JsonUtil.BASE64_DECODER;
private static final Base64.Encoder BASE64_ENCODER = JsonUtil.BASE64_ENCODER;

public static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, GraphQLHandlerOptions obj) {
static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json, GraphQLHandlerOptions obj) {
for (java.util.Map.Entry<String, Object> member : json) {
switch (member.getKey()) {
case "requestBatchingEnabled":
Expand All @@ -34,11 +34,11 @@ public static void fromJson(Iterable<java.util.Map.Entry<String, Object>> json,
}
}

public static void toJson(GraphQLHandlerOptions obj, JsonObject json) {
static void toJson(GraphQLHandlerOptions obj, JsonObject json) {
toJson(obj, json.getMap());
}

public static void toJson(GraphQLHandlerOptions obj, java.util.Map<String, Object> json) {
static void toJson(GraphQLHandlerOptions obj, java.util.Map<String, Object> json) {
json.put("requestBatchingEnabled", obj.isRequestBatchingEnabled());
json.put("requestMultipartEnabled", obj.isRequestMultipartEnabled());
}
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-openapi-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-openapi-router</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-openapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-proxy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-session-stores</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/vertx-web-sstore-cookie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-session-stores</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-sstore-cookie</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-session-stores/vertx-web-sstore-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>vertx-web-session-stores</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<artifactId>vertx-web-sstore-redis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-web-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vertx-web-parent</artifactId>
<groupId>io.vertx</groupId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vertx-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-parent</artifactId>
<version>4.5.1</version>
<version>4.5.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit fa2fd3c

Please sign in to comment.