Skip to content

Commit 1782862

Browse files
github-actions[bot]github-actions
andauthored
Release 7.2.2 (#2960)
Co-authored-by: github-actions <github-actions@github.com>
1 parent a8a9ca3 commit 1782862

199 files changed

Lines changed: 201 additions & 201 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

2929
<dependencies>

annot/src/main/java/com/predic8/membrane/annot/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Constants {
4040

4141
static {
4242
String version = "7.2"; // fallback
43-
String jsonSchemaVersion = "7.2.2-SNAPSHOT"; // fallback
43+
String jsonSchemaVersion = "7.2.2"; // fallback
4444
try {
4545
Properties p = new Properties(); // Production
4646
p.load(Constants.class.getResourceAsStream("/META-INF/maven/org.membrane-soa/service-proxy-core/pom.properties"));

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

2929
<properties>

core/src/test/resources/configuration/config.apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.2.json
22
api:
33
port: 2000
44
openapi:

distribution/examples/api-testing/api-greasing/apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.2.json
22
api:
33
port: 2000
44
flow:

distribution/examples/configuration/apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.2.json
22
#
33
# Example for Configuration Structure
44
#

distribution/examples/configuration/include/apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.2.json
22

33
include:
44
- ./customers/customers.apis.yaml

distribution/examples/configuration/offline.apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.2.json
22
#
33
# Offline Sample Configuration
44
#

distribution/examples/configuration/proxy.apis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.1.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.2.2.json
22
#
33
# Example: Configure Membrane to use an upstream HTTP proxy.
44
#

0 commit comments

Comments
 (0)