Skip to content

Commit a1366c9

Browse files
committed
Release v0.11.1
1 parent f8ee156 commit a1366c9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
= Changelog
22

3+
== Version 0.11.1
4+
[cols="1,2,<10a", options="header"]
5+
|===
6+
|ID|Type|Description
7+
|https://github.com/Axway-API-Management-Plus/apigw-maven-plugin/issues/33[#33]
8+
|Bug
9+
|The configuration files are only updated if they are changed.
10+
11+
Also a bug is fixed where the configuration will not be updated even if the `used` state is changed.
12+
If a field is marked as unused, the configuration wasn't updated even if the field is used now.
13+
|===
14+
315
== Version 0.11.0
416
[cols="1,2,<10a", options="header"]
517
|===

doc/getting-started/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:sectnums:
66
:source-highlighter: prettify
77

8-
:mvn-plugin-ver: 0.11.0
8+
:mvn-plugin-ver: 0.11.1
99

1010
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_.
1111
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.

doc/manual/user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Maven Plugin for API Gateway Policy Development: User Guide
22
:Author: Martin Look
33
:Email: mlook@axway.com
4-
:revnumber: 0.11.0
4+
:revnumber: 0.11.1
55
:toc:
66
:sectnums:
77
:source-highlighter: prettify

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.axway.maven.plugins</groupId>
2121
<artifactId>apigw-maven-plugin</artifactId>
22-
<version>0.11.0</version>
22+
<version>0.11.1</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<name>Axway API Gateway Maven Plugin</name>

0 commit comments

Comments
 (0)