Skip to content

Commit bfad44f

Browse files
github-actions[bot]github-actions
andauthored
Release 7.0.6 (#2618)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 328b69b commit bfad44f

139 files changed

Lines changed: 162 additions & 164 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: 2 additions & 4 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-annot</artifactId>
@@ -25,7 +23,7 @@
2523
<groupId>org.membrane-soa</groupId>
2624
<artifactId>service-proxy-parent</artifactId>
2725
<relativePath>../pom.xml</relativePath>
28-
<version>7.0.6-SNAPSHOT</version>
26+
<version>7.0.6</version>
2927
</parent>
3028

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

2929
<properties>

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.0.5.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.6.json
22
api:
33
port: 2000
44
flow:

distribution/examples/deployment/docker/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.0.5.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.6.json
22
api:
33
port: 2000
44
specs:

distribution/examples/extending-membrane/custom-interceptor/apis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.6.json
22

33
components:
44
myInterceptor:
@@ -11,4 +11,4 @@ api:
1111
port: 2000
1212
flow:
1313
- $ref: "#/components/myInterceptor"
14-
- return: {}
14+
- return: {}

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>7.0.6-SNAPSHOT</version>
28+
<version>7.0.6</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
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.membrane-soa</groupId>
2525
<artifactId>service-proxy-core</artifactId>
26-
<version>7.0.6-SNAPSHOT</version>
26+
<version>7.0.6</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.logging.log4j</groupId>

distribution/examples/extending-membrane/error-handling/custom-error-messages/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.0.5.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.6.json
22
api:
33
port: 2000
44
path:

distribution/examples/extending-membrane/file-exchangestore/apis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.5.json
1+
# yaml-language-server: $schema=https://www.membrane-api.io/v7.0.6.json
22

33
components:
44
# If there is an exchange store component, Membrane will use it
@@ -11,4 +11,4 @@ components:
1111
api:
1212
port: 2000
1313
target:
14-
url: https://api.predic8.de
14+
url: https://api.predic8.de

0 commit comments

Comments
 (0)