Skip to content

Commit 7078021

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommitted
Release 5.5.9
1 parent 3d71454 commit 7078021

File tree

13 files changed

+13
-13
lines changed

13 files changed

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

2929
<!-- Open Telemetry -->

distribution/examples/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>5.5.9-SNAPSHOT</version>
32+
<version>5.5.9</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.projectlombok</groupId>

distribution/examples/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>5.5.9-SNAPSHOT</version>
22+
<version>5.5.9</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>5.5.9-SNAPSHOT</version>
30+
<version>5.5.9</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>5.5.9-SNAPSHOT</version>
28+
<version>5.5.9</version>
2929
</parent>
3030

3131
<properties>

membrane.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%global logdir %{_var}/log/%{name}
55

66
Name: membrane
7-
Version: 5.5.9-SNAPSHOT
7+
Version: 5.5.9
88
Release: 1%{?dist}
99
URL: https://github.com/membrane/api-gateway
1010
Summary: Membrane - Open Source API Gateway written in Java for REST APIs, WebSockets, STOMP and legacy Web Services

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>org.membrane-soa</groupId>
1919
<artifactId>service-proxy-parent</artifactId>
20-
<version>5.5.9-SNAPSHOT</version>
20+
<version>5.5.9</version>
2121
<name>${project.artifactId}</name>
2222
<description>Membrane is an open source API Gateway written in Java that features:
2323
- OpenAPI support with validation

starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>service-proxy-parent</artifactId>
44
<groupId>org.membrane-soa</groupId>
5-
<version>5.5.9-SNAPSHOT</version>
5+
<version>5.5.9</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

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

2929
<dependencies>

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

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

2929
<dependencies>

0 commit comments

Comments
 (0)