Skip to content

Commit a4bc93c

Browse files
github-actions[bot]github-actions
andauthored
Snapshot version (#2783)
Co-authored-by: github-actions <github-actions@github.com>
1 parent c6c8ee6 commit a4bc93c

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

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

2929
<properties>

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.1.0</version>
28+
<version>7.1.1-SNAPSHOT</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.1.0</version>
26+
<version>7.1.1-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.logging.log4j</groupId>

distribution/examples/web-services-soap/add-soap-header/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.membrane-soa</groupId>
2020
<artifactId>service-proxy-core</artifactId>
21-
<version>7.1.0</version>
21+
<version>7.1.1-SNAPSHOT</version>
2222
</dependency>
2323

2424
</dependencies>

distribution/examples/xml/basic-xml-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.membrane-soa</groupId>
2020
<artifactId>service-proxy-core</artifactId>
21-
<version>7.1.0</version>
21+
<version>7.1.1-SNAPSHOT</version>
2222
</dependency>
2323
</dependencies>
2424

distribution/examples/xml/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>7.1.0</version>
22+
<version>7.1.1-SNAPSHOT</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>7.1.0</version>
30+
<version>7.1.1-SNAPSHOT</version>
3131
</parent>
3232

3333
<dependencies>

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: 7.1.0
7+
Version: 7.1.1-SNAPSHOT
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

0 commit comments

Comments
 (0)