Skip to content

Commit cb5ffb1

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
Release 6.4.0
1 parent e03a7ea commit cb5ffb1

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

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>6.3.20-SNAPSHOT</version>
26+
<version>6.4.0</version>
2727
</parent>
2828

2929
<dependencies>

annot/src/main/java/com/predic8/membrane/annot/generator/HelpReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void writeHelp(Model m) {
5151
String path = System.getenv("MEMBRANE_GENERATE_DOC_DIR");
5252
if (path == null)
5353
return;
54-
path = path.replace("%VERSION%", "6.3");
54+
path = path.replace("%VERSION%", "6.4");
5555

5656
System.out.println("Generating Reference in location: " + path);
5757

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/6.3.20-SNAPSHOT/service-proxy-annot-6.3.20-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
2+
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/6.4.0/service-proxy-annot-6.4.0.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>6.3.20-SNAPSHOT</version>
26+
<version>6.4.0</version>
2727
</parent>
2828

2929
<!-- Open Telemetry -->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Constants {
3232
public static final String VERSION;
3333

3434
static {
35-
String version = "6.3"; // fallback
35+
String version = "6.4"; // fallback
3636
try {
3737
Properties p = new Properties(); // Production
3838
p.load(Constants.class.getResourceAsStream("/META-INF/maven/org.membrane-soa/service-proxy-core/pom.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>6.3.20-SNAPSHOT</version>
28+
<version>6.4.0</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
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.membrane-soa</groupId>
3131
<artifactId>service-proxy-core</artifactId>
32-
<version>6.3.20-SNAPSHOT</version>
32+
<version>6.4.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.projectlombok</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>6.3.20-SNAPSHOT</version>
21+
<version>6.4.0</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>6.3.20-SNAPSHOT</version>
21+
<version>6.4.0</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>6.3.20-SNAPSHOT</version>
22+
<version>6.4.0</version>
2323
</dependency>
2424

2525
</dependencies>

0 commit comments

Comments
 (0)