Skip to content

Commit c54298c

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
Release 6.2.2
1 parent 7ba4402 commit c54298c

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
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.2.2-SNAPSHOT</version>
26+
<version>6.2.2</version>
2727
</parent>
2828

2929
<dependencies>

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

2929
<!-- Open Telemetry -->

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.2.2-SNAPSHOT</version>
28+
<version>6.2.2</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.2.2-SNAPSHOT</version>
32+
<version>6.2.2</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.2.2-SNAPSHOT</version>
21+
<version>6.2.2</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.2.2-SNAPSHOT</version>
21+
<version>6.2.2</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.2.2-SNAPSHOT</version>
22+
<version>6.2.2</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>6.2.2-SNAPSHOT</version>
30+
<version>6.2.2</version>
3131
</parent>
3232

3333
<dependencies>

maven-plugin/pom.xml

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

3131
<properties>

0 commit comments

Comments
 (0)