Skip to content

Commit 9cd8aa8

Browse files
committed
Prepare for release 1.1.8.Final
1 parent bb8a113 commit 9cd8aa8

File tree

71 files changed

+71
-71
lines changed

Some content is hidden

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

71 files changed

+71
-71
lines changed

common/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-common</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-common-auth</artifactId>

common/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-common</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-common-config</artifactId>
1010
<packaging>bundle</packaging>

common/plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-common</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-common-plugin</artifactId>
1010
<packaging>bundle</packaging>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-common</artifactId>

common/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-common</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-common-servlet</artifactId>
1010
<name>apiman-common-servlet</name>

common/util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-common</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-common-util</artifactId>
1010
<packaging>bundle</packaging>

distro/data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.apiman</groupId>
55
<artifactId>apiman-distro</artifactId>
6-
<version>1.1.8-SNAPSHOT</version>
6+
<version>1.1.8.Final</version>
77
</parent>
88
<artifactId>apiman-distro-data</artifactId>
99
<name>apiman-distro-data</name>

distro/db-es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.apiman</groupId>
55
<artifactId>apiman-distro</artifactId>
6-
<version>1.1.8-SNAPSHOT</version>
6+
<version>1.1.8.Final</version>
77
</parent>
88
<artifactId>apiman-distro-db-es</artifactId>
99
<name>apiman-distro-db-es</name>

distro/db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-distro</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-distro-db</artifactId>
1010
<name>apiman-distro-db</name>

distro/eap64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-distro</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-distro-eap64</artifactId>

distro/es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-distro</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-distro-es</artifactId>
1010
<packaging>war</packaging>

distro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.apiman</groupId>
55
<artifactId>apiman</artifactId>
6-
<version>1.1.8-SNAPSHOT</version>
6+
<version>1.1.8.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>apiman-distro</artifactId>

distro/wildfly8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-distro</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-distro-wildfly8</artifactId>

gateway/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.apiman</groupId>
55
<artifactId>apiman-gateway</artifactId>
6-
<version>1.1.8-SNAPSHOT</version>
6+
<version>1.1.8.Final</version>
77
</parent>
88
<artifactId>apiman-gateway-api</artifactId>
99
<packaging>pom</packaging>

gateway/api/rest-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-api-rest-impl</artifactId>
1010
<packaging>bundle</packaging>

gateway/api/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-api-rest</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/beans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-beans</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-core</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-es</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/influxdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-influxdb</artifactId>
1010
<name>apiman-gateway-engine-influxdb</name>

gateway/engine/ispn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-ispn</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-osgi</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/policies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-policies</artifactId>
1010
<packaging>bundle</packaging>

gateway/engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine</artifactId>
1010
<packaging>pom</packaging>

gateway/engine/vertx-eb-inmemory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-engine</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-engine-vertx-eb-inmemory</artifactId>
1010
<packaging>jar</packaging>

gateway/platforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-platforms</artifactId>
1010
<packaging>pom</packaging>

gateway/platforms/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-platforms-servlet</artifactId>
1010
<packaging>bundle</packaging>

gateway/platforms/undertow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.apiman</groupId>
55
<artifactId>apiman-gateway-platforms</artifactId>
6-
<version>1.1.8-SNAPSHOT</version>
6+
<version>1.1.8.Final</version>
77
</parent>
88
<artifactId>apiman-gateway-platforms-undertow</artifactId>
99
<name>apiman-gateway-platforms-undertow</name>

gateway/platforms/vertx3/vertx3-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apiman</groupId>
88
<artifactId>apiman-gateway-platforms</artifactId>
9-
<version>1.1.8-SNAPSHOT</version>
9+
<version>1.1.8.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

gateway/platforms/vertx3/vertx3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.apiman</groupId>
88
<artifactId>apiman-gateway-platforms</artifactId>
9-
<version>1.1.8-SNAPSHOT</version>
9+
<version>1.1.8.Final</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

gateway/platforms/war/micro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-gateway-platforms-war-micro</artifactId>

gateway/platforms/war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-platforms-war</artifactId>
1010
<name>apiman-gateway-platforms-war</name>

gateway/platforms/war/wildfly8/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms-war-wildfly8</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-gateway-platforms-war-wildfly8-api</artifactId>

gateway/platforms/war/wildfly8/gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms-war-wildfly8</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-gateway-platforms-war-wildfly8-gateway</artifactId>

gateway/platforms/war/wildfly8/modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms-war-wildfly8</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-gateway-platforms-war-wildfly8-modules</artifactId>

gateway/platforms/war/wildfly8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway-platforms</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apiman-gateway-platforms-war-wildfly8</artifactId>

gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway</artifactId>
1010
<packaging>pom</packaging>

gateway/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-gateway</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-gateway-test</artifactId>
1010
<name>apiman-gateway-test</name>

manager/api/beans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-manager-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-manager-api-beans</artifactId>
1010
<packaging>bundle</packaging>

manager/api/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-manager-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-manager-api-config</artifactId>
1010
<packaging>bundle</packaging>

manager/api/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-manager-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-manager-api-core</artifactId>
1010
<packaging>bundle</packaging>

manager/api/es/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-manager-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-manager-api-es</artifactId>
1010
<packaging>bundle</packaging>

manager/api/gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-manager-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-manager-api-gateway</artifactId>
1010
<packaging>bundle</packaging>

manager/api/ispn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-manager-api</artifactId>
7-
<version>1.1.8-SNAPSHOT</version>
7+
<version>1.1.8.Final</version>
88
</parent>
99
<artifactId>apiman-manager-api-ispn</artifactId>
1010
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)