Skip to content

Commit 6166991

Browse files
github-actionsgithub-actions[bot]
authored andcommitted
Release 6.2.7
1 parent d0846f3 commit 6166991

File tree

16 files changed

+18
-21
lines changed

16 files changed

+18
-21
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.7-SNAPSHOT</version>
26+
<version>6.2.7</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.7-SNAPSHOT/service-proxy-annot-6.2.7-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
2+
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/6.2.7/service-proxy-annot-6.2.7.jar" kind="VARJAR" runInBatchMode="false"/>
33
</factorypath>

core/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
15-
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1816

1917
<modelVersion>4.0.0</modelVersion>
2018
<artifactId>service-proxy-core</artifactId>
@@ -25,7 +23,7 @@
2523
<groupId>org.membrane-soa</groupId>
2624
<artifactId>service-proxy-parent</artifactId>
2725
<relativePath>../pom.xml</relativePath>
28-
<version>6.2.7-SNAPSHOT</version>
26+
<version>6.2.7</version>
2927
</parent>
3028

3129
<!-- Open Telemetry -->
@@ -480,8 +478,7 @@
480478
<configuration>
481479
<target>
482480
<copy todir="../docs">
483-
<fileset
484-
dir="${project.build.directory}/classes/com/predic8/membrane/core/config/spring">
481+
<fileset dir="${project.build.directory}/classes/com/predic8/membrane/core/config/spring">
485482
<include name="router-conf.xsd"/>
486483
</fileset>
487484
</copy>

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.7-SNAPSHOT</version>
28+
<version>6.2.7</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.7-SNAPSHOT</version>
32+
<version>6.2.7</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.7-SNAPSHOT</version>
21+
<version>6.2.7</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.7-SNAPSHOT</version>
21+
<version>6.2.7</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.7-SNAPSHOT</version>
22+
<version>6.2.7</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.7-SNAPSHOT</version>
30+
<version>6.2.7</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.7-SNAPSHOT</version>
28+
<version>6.2.7</version>
2929
</parent>
3030

3131
<properties>

0 commit comments

Comments
 (0)