diff --git a/annot/pom.xml b/annot/pom.xml index d2d259814..ad14c48ef 100644 --- a/annot/pom.xml +++ b/annot/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.7-SNAPSHOT + 5.7.2 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 603d6a3c7..8fe29168e 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.5"); + path = path.replace("%VERSION%", "5.7"); System.out.println("Generating Reference in location: " + path); diff --git a/core/.factorypath b/core/.factorypath index 58c929980..a762b4e01 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 03bd57966..3bb8a0236 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.7-SNAPSHOT + 5.7.2 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 d65a9afe4..f2f8ce03c 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.5"; // 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 88171fc61..d9170de57 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.5.7-SNAPSHOT + 5.7.2 org.projectlombok diff --git a/distribution/examples/stax-interceptor/pom.xml b/distribution/examples/stax-interceptor/pom.xml index 24a93275a..ba1607a71 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.5.7-SNAPSHOT + 5.7.2 diff --git a/distribution/pom.xml b/distribution/pom.xml index 86c7c1ed5..bf25b10bd 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -27,7 +27,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.7-SNAPSHOT + 5.7.2 diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 0d9c5934a..e720c403a 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -25,7 +25,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.7-SNAPSHOT + 5.7.2 diff --git a/membrane.spec b/membrane.spec index daa858748..0d01069e5 100644 --- a/membrane.spec +++ b/membrane.spec @@ -4,7 +4,7 @@ %global logdir %{_var}/log/%{name} Name: membrane -Version: 5.5.7-SNAPSHOT +Version: 5.7.2 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 b75b49470..bd09e662d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.membrane-soa service-proxy-parent - 5.5.7-SNAPSHOT + 5.7.2 ${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 4737c0ac4..886a74bbd 100644 --- a/starter/pom.xml +++ b/starter/pom.xml @@ -2,7 +2,7 @@ service-proxy-parent org.membrane-soa - 5.5.7-SNAPSHOT + 5.7.2 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index a5470b39c..461b37d4f 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.7-SNAPSHOT + 5.7.2 diff --git a/war/.factorypath b/war/.factorypath index 58c929980..a762b4e01 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 ddd8329ce..a18fea9fa 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.7-SNAPSHOT + 5.7.2