From 884fab12bda84ebfd254b6b90dfe718336d62429 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Aug 2024 12:55:15 +0000 Subject: [PATCH] Release 5.7.0 --- annot/pom.xml | 2 +- .../com/predic8/membrane/annot/generator/HelpReference.java | 2 +- core/.factorypath | 2 +- core/pom.xml | 2 +- core/src/main/java/com/predic8/membrane/core/Constants.java | 2 +- distribution/examples/embedding-java/pom.xml | 2 +- distribution/examples/stax-interceptor/pom.xml | 2 +- distribution/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- membrane.spec | 2 +- pom.xml | 2 +- starter/pom.xml | 2 +- test/pom.xml | 2 +- war/.factorypath | 2 +- war/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/annot/pom.xml b/annot/pom.xml index 3553e9aadf..3ddbc8fa2a 100644 --- a/annot/pom.xml +++ b/annot/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.6.1-SNAPSHOT + 5.7.0 diff --git a/annot/src/main/java/com/predic8/membrane/annot/generator/HelpReference.java b/annot/src/main/java/com/predic8/membrane/annot/generator/HelpReference.java index 0c97efc04e..8fe29168e1 100644 --- a/annot/src/main/java/com/predic8/membrane/annot/generator/HelpReference.java +++ b/annot/src/main/java/com/predic8/membrane/annot/generator/HelpReference.java @@ -52,7 +52,7 @@ public void writeHelp(Model m) { String path = System.getenv("MEMBRANE_GENERATE_DOC_DIR"); if (path == null) return; - path = path.replace("%VERSION%", "5.6"); + path = path.replace("%VERSION%", "5.7"); System.out.println("Generating Reference in location: " + path); diff --git a/core/.factorypath b/core/.factorypath index bb808d632f..b8b8349e51 100644 --- a/core/.factorypath +++ b/core/.factorypath @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/core/pom.xml b/core/pom.xml index fd63169ca0..3ae38f909b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.6.1-SNAPSHOT + 5.7.0 diff --git a/core/src/main/java/com/predic8/membrane/core/Constants.java b/core/src/main/java/com/predic8/membrane/core/Constants.java index 27e7204b8b..f2f8ce03cb 100644 --- a/core/src/main/java/com/predic8/membrane/core/Constants.java +++ b/core/src/main/java/com/predic8/membrane/core/Constants.java @@ -31,7 +31,7 @@ public class Constants { public static final String VERSION; static { - String version = "5.6"; // fallback + String version = "5.7"; // fallback try { Properties p = new Properties(); // Production p.load(Constants.class.getResourceAsStream("/META-INF/maven/org.membrane-soa/service-proxy-core/pom.properties")); diff --git a/distribution/examples/embedding-java/pom.xml b/distribution/examples/embedding-java/pom.xml index 9c87ca14d9..26b44c347a 100644 --- a/distribution/examples/embedding-java/pom.xml +++ b/distribution/examples/embedding-java/pom.xml @@ -29,7 +29,7 @@ org.membrane-soa service-proxy-core - 5.6.1-SNAPSHOT + 5.7.0 org.projectlombok diff --git a/distribution/examples/stax-interceptor/pom.xml b/distribution/examples/stax-interceptor/pom.xml index 7c7e16f5d5..e6158d3ebe 100644 --- a/distribution/examples/stax-interceptor/pom.xml +++ b/distribution/examples/stax-interceptor/pom.xml @@ -19,7 +19,7 @@ org.membrane-soa service-proxy-core - 5.6.1-SNAPSHOT + 5.7.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index d69ceb61f0..0b940e5630 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -27,7 +27,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.6.1-SNAPSHOT + 5.7.0 diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 66d1d15cf8..64a711fed3 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -25,7 +25,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.6.1-SNAPSHOT + 5.7.0 diff --git a/membrane.spec b/membrane.spec index af9561c887..9529bd18e1 100644 --- a/membrane.spec +++ b/membrane.spec @@ -4,7 +4,7 @@ %global logdir %{_var}/log/%{name} Name: membrane -Version: 5.6.1-SNAPSHOT +Version: 5.7.0 Release: 1%{?dist} URL: https://github.com/membrane/api-gateway Summary: Membrane - Open Source API Gateway written in Java for REST APIs, WebSockets, STOMP and legacy Web Services diff --git a/pom.xml b/pom.xml index c8063b16bc..86ee2e0845 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.membrane-soa service-proxy-parent - 5.6.1-SNAPSHOT + 5.7.0 ${project.artifactId} Membrane is an open source API Gateway written in Java that features: - OpenAPI support with validation diff --git a/starter/pom.xml b/starter/pom.xml index 0ea384b9fd..9a45cb73f4 100644 --- a/starter/pom.xml +++ b/starter/pom.xml @@ -2,7 +2,7 @@ service-proxy-parent org.membrane-soa - 5.6.1-SNAPSHOT + 5.7.0 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 58f00534a6..a275e5a1d8 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.6.1-SNAPSHOT + 5.7.0 diff --git a/war/.factorypath b/war/.factorypath index bb808d632f..b8b8349e51 100644 --- a/war/.factorypath +++ b/war/.factorypath @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/war/pom.xml b/war/pom.xml index 425c300c8d..49ddef2af2 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.6.1-SNAPSHOT + 5.7.0