Skip to content

Commit

Permalink
Release 5.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored Sep 11, 2024
1 parent efc98fb commit 75cef4d
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 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.2-SNAPSHOT</version>
<version>5.5.5</version>
</parent>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void writeHelp(Model m) {
String path = System.getenv("MEMBRANE_GENERATE_DOC_DIR");
if (path == null)
return;
path = path.replace("%VERSION%", "5.7");
path = path.replace("%VERSION%", "5.5");

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

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

<!-- Open Telemetry -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Constants {
public static final String VERSION;

static {
String version = "5.7"; // fallback
String version = "5.5"; // fallback
try {
Properties p = new Properties(); // Production
p.load(Constants.class.getResourceAsStream("/META-INF/maven/org.membrane-soa/service-proxy-core/pom.properties"));
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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT
Version: 5.5.5
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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT</version>
<version>5.5.5</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.2-SNAPSHOT/service-proxy-annot-5.7.2-SNAPSHOT.jar" kind="VARJAR" runInBatchMode="false"/>
<factorypathentry enabled="true" id="M2_REPO/org/membrane-soa/service-proxy-annot/5.5.5/service-proxy-annot-5.5.5.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.2-SNAPSHOT</version>
<version>5.5.5</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 75cef4d

Please sign in to comment.