Skip to content

Commit

Permalink
Release 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored Aug 20, 2024
1 parent 571c597 commit 489a81f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion annot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/5.7.1-SNAPSHOT/service-proxy-annot-5.7.1-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/5.7.1/service-proxy-annot-5.7.1.jar" kind="VARJAR" runInBatchMode="false"/>
</factorypath>
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>

<!-- Open Telemetry -->
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/embedding-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/examples/stax-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-core</artifactId>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion membrane.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global logdir %{_var}/log/%{name}

Name: membrane
Version: 5.7.1-SNAPSHOT
Version: 5.7.1
Release: 1%{?dist}
URL: https://github.com/membrane/api-gateway
Summary: Membrane - Open Source API Gateway written in Java for REST APIs, WebSockets, STOMP and legacy Web Services
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
<name>${project.artifactId}</name>
<description>Membrane is an open source API Gateway written in Java that features:
- OpenAPI support with validation
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>service-proxy-parent</artifactId>
<groupId>org.membrane-soa</groupId>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion war/.factorypath
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><factorypath>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/5.7.1-SNAPSHOT/service-proxy-annot-5.7.1-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/5.7.1/service-proxy-annot-5.7.1.jar" kind="VARJAR" runInBatchMode="false"/>
</factorypath>
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.membrane-soa</groupId>
<artifactId>service-proxy-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>5.7.1-SNAPSHOT</version>
<version>5.7.1</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 489a81f

Please sign in to comment.