diff --git a/annot/pom.xml b/annot/pom.xml index ef18c761b7..edbb662a7b 100644 --- a/annot/pom.xml +++ b/annot/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.5-SNAPSHOT + 5.6.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 603d6a3c74..0c97efc04e 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.6"); System.out.println("Generating Reference in location: " + path); diff --git a/core/.factorypath b/core/.factorypath index e629b4f5a2..a1b9178ee2 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 396f96a444..137948affb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.5-SNAPSHOT + 5.6.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 d65a9afe4b..27e7204b8b 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.6"; // 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 a7f4416364..d04a8e02b5 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.5-SNAPSHOT + 5.6.0 org.projectlombok diff --git a/distribution/examples/stax-interceptor/pom.xml b/distribution/examples/stax-interceptor/pom.xml index 38c13c950a..031323cba4 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.5-SNAPSHOT + 5.6.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index a3139c10e8..3a6827bbd4 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -27,7 +27,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.5-SNAPSHOT + 5.6.0 diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 097cc193d8..d3cc1c4b50 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.5-SNAPSHOT + 5.6.0 diff --git a/membrane.spec b/membrane.spec index a0ae117f98..b60ed22012 100644 --- a/membrane.spec +++ b/membrane.spec @@ -4,7 +4,7 @@ %global logdir %{_var}/log/%{name} Name: membrane -Version: 5.5.5-SNAPSHOT +Version: 5.6.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 860cc1745a..c9229940ae 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 org.membrane-soa service-proxy-parent - 5.5.5-SNAPSHOT + 5.6.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 275d9f8afe..1ff0d06acd 100644 --- a/starter/pom.xml +++ b/starter/pom.xml @@ -2,7 +2,7 @@ service-proxy-parent org.membrane-soa - 5.5.5-SNAPSHOT + 5.6.0 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 4bcc4f432e..7e01d0f4a7 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.5-SNAPSHOT + 5.6.0 diff --git a/war/.factorypath b/war/.factorypath index e629b4f5a2..a1b9178ee2 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 e071e71e61..56f1a5ed85 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -23,7 +23,7 @@ org.membrane-soa service-proxy-parent ../pom.xml - 5.5.5-SNAPSHOT + 5.6.0