Skip to content

Commit 537418e

Browse files
github-actions[bot]github-actions
andauthored
Snapshot version (#2961)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 1782862 commit 537418e

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

annot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.membrane-soa</groupId>
2424
<artifactId>service-proxy-parent</artifactId>
2525
<relativePath>../pom.xml</relativePath>
26-
<version>7.2.2</version>
26+
<version>7.2.3-SNAPSHOT</version>
2727
</parent>
2828

2929
<dependencies>

annot/src/main/java/com/predic8/membrane/annot/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Constants {
4040

4141
static {
4242
String version = "7.2"; // fallback
43-
String jsonSchemaVersion = "7.2.2"; // fallback
43+
String jsonSchemaVersion = "7.2.3-SNAPSHOT"; // fallback
4444
try {
4545
Properties p = new Properties(); // Production
4646
p.load(Constants.class.getResourceAsStream("/META-INF/maven/org.membrane-soa/service-proxy-core/pom.properties"));

core/.factorypath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
2-
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/7.2.2/service-proxy-annot-7.2.2.jar" kind="VARJAR" runInBatchMode="false"/>
2+
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/7.2.3-SNAPSHOT/service-proxy-annot-7.2.3-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
33
</factorypath>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.membrane-soa</groupId>
2424
<artifactId>service-proxy-parent</artifactId>
2525
<relativePath>../pom.xml</relativePath>
26-
<version>7.2.2</version>
26+
<version>7.2.3-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>

distribution/examples/extending-membrane/custom-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.membrane-soa</groupId>
2727
<artifactId>service-proxy-core</artifactId>
28-
<version>7.2.2</version>
28+
<version>7.2.3-SNAPSHOT</version>
2929
</dependency>
3030

3131
</dependencies>

distribution/examples/extending-membrane/embedding-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.membrane-soa</groupId>
2525
<artifactId>service-proxy-core</artifactId>
26-
<version>7.2.2</version>
26+
<version>7.2.3-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.logging.log4j</groupId>

distribution/examples/web-services-soap/add-soap-header/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.membrane-soa</groupId>
2020
<artifactId>service-proxy-core</artifactId>
21-
<version>7.2.2</version>
21+
<version>7.2.3-SNAPSHOT</version>
2222
</dependency>
2323

2424
</dependencies>

distribution/examples/xml/basic-xml-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.membrane-soa</groupId>
2020
<artifactId>service-proxy-core</artifactId>
21-
<version>7.2.2</version>
21+
<version>7.2.3-SNAPSHOT</version>
2222
</dependency>
2323
</dependencies>
2424

distribution/examples/xml/stax-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.membrane-soa</groupId>
2121
<artifactId>service-proxy-core</artifactId>
22-
<version>7.2.2</version>
22+
<version>7.2.3-SNAPSHOT</version>
2323
</dependency>
2424

2525
</dependencies>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>org.membrane-soa</groupId>
2828
<artifactId>service-proxy-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>7.2.2</version>
30+
<version>7.2.3-SNAPSHOT</version>
3131
</parent>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)