diff --git a/annot/pom.xml b/annot/pom.xml
index 8d5f1196b7..139e49c202 100644
--- a/annot/pom.xml
+++ b/annot/pom.xml
@@ -23,7 +23,7 @@
org.membrane-soa
service-proxy-parent
../pom.xml
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/annot/src/main/java/com/predic8/membrane/annot/Constants.java b/annot/src/main/java/com/predic8/membrane/annot/Constants.java
index fb67385df5..98b743f0c8 100644
--- a/annot/src/main/java/com/predic8/membrane/annot/Constants.java
+++ b/annot/src/main/java/com/predic8/membrane/annot/Constants.java
@@ -40,7 +40,7 @@ public class Constants {
static {
String version = "7.2"; // fallback
- String jsonSchemaVersion = "7.2.2"; // fallback
+ String jsonSchemaVersion = "7.2.3-SNAPSHOT"; // 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/core/.factorypath b/core/.factorypath
index 0a050f0ff1..41a819262c 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 1cd8fb83f4..737553ccf6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
org.membrane-soa
service-proxy-parent
../pom.xml
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/distribution/examples/extending-membrane/custom-interceptor/pom.xml b/distribution/examples/extending-membrane/custom-interceptor/pom.xml
index 15ba12759d..07708ed232 100644
--- a/distribution/examples/extending-membrane/custom-interceptor/pom.xml
+++ b/distribution/examples/extending-membrane/custom-interceptor/pom.xml
@@ -25,7 +25,7 @@
org.membrane-soa
service-proxy-core
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/distribution/examples/extending-membrane/embedding-java/pom.xml b/distribution/examples/extending-membrane/embedding-java/pom.xml
index 3d2c465a3f..454acbb6cc 100644
--- a/distribution/examples/extending-membrane/embedding-java/pom.xml
+++ b/distribution/examples/extending-membrane/embedding-java/pom.xml
@@ -23,7 +23,7 @@
org.membrane-soa
service-proxy-core
- 7.2.2
+ 7.2.3-SNAPSHOT
org.apache.logging.log4j
diff --git a/distribution/examples/web-services-soap/add-soap-header/pom.xml b/distribution/examples/web-services-soap/add-soap-header/pom.xml
index 4d8875765b..21f2ef1b64 100644
--- a/distribution/examples/web-services-soap/add-soap-header/pom.xml
+++ b/distribution/examples/web-services-soap/add-soap-header/pom.xml
@@ -18,7 +18,7 @@
org.membrane-soa
service-proxy-core
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/distribution/examples/xml/basic-xml-interceptor/pom.xml b/distribution/examples/xml/basic-xml-interceptor/pom.xml
index e5305aa80a..d6234cf8b7 100644
--- a/distribution/examples/xml/basic-xml-interceptor/pom.xml
+++ b/distribution/examples/xml/basic-xml-interceptor/pom.xml
@@ -18,7 +18,7 @@
org.membrane-soa
service-proxy-core
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/distribution/examples/xml/stax-interceptor/pom.xml b/distribution/examples/xml/stax-interceptor/pom.xml
index 3f971387fc..469f3bfb2c 100644
--- a/distribution/examples/xml/stax-interceptor/pom.xml
+++ b/distribution/examples/xml/stax-interceptor/pom.xml
@@ -19,7 +19,7 @@
org.membrane-soa
service-proxy-core
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 647ef4ddb3..a252bfa52c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -27,7 +27,7 @@
org.membrane-soa
service-proxy-parent
../pom.xml
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/membrane.spec b/membrane.spec
index 10d615b300..b134b161f5 100644
--- a/membrane.spec
+++ b/membrane.spec
@@ -4,7 +4,7 @@
%global logdir %{_var}/log/%{name}
Name: membrane
-Version: 7.2.2
+Version: 7.2.3-SNAPSHOT
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 fdd6efd48c..f3ac68847f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
4.0.0
org.membrane-soa
service-proxy-parent
- 7.2.2
+ 7.2.3-SNAPSHOT
${project.artifactId}
Membrane is an open source API Gateway written in Java that features:
- OpenAPI support with validation
diff --git a/test/pom.xml b/test/pom.xml
index 8a34280d74..e56fa36fa1 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -23,7 +23,7 @@
org.membrane-soa
service-proxy-parent
../pom.xml
- 7.2.2
+ 7.2.3-SNAPSHOT
diff --git a/war/.factorypath b/war/.factorypath
index 0a050f0ff1..41a819262c 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 0753d4b7ef..fcbadb3f3b 100644
--- a/war/pom.xml
+++ b/war/pom.xml
@@ -23,7 +23,7 @@
org.membrane-soa
service-proxy-parent
../pom.xml
- 7.2.2
+ 7.2.3-SNAPSHOT