Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed Dec 17, 2019
1 parent f4bb09f commit 6a402e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:sectnums:
:source-highlighter: prettify

:mvn-plugin-ver: 0.10.0
:mvn-plugin-ver: 0.11.0

Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_.
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]

:mvn-plugin-ver: 0.10.0
:mvn-plugin-ver: 0.11.0

== About the Plugin

Expand Down
2 changes: 1 addition & 1 deletion example/getting-started/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>

<properties>
<axway.maven.plugin.ver>0.10.0</axway.maven.plugin.ver>
<axway.maven.plugin.ver>0.11.0</axway.maven.plugin.ver>
</properties>

<modules>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.axway.maven.plugins</groupId>
<artifactId>apigw-maven-plugin</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
<packaging>maven-plugin</packaging>

<name>Axway API Gateway Maven Plugin</name>
Expand Down Expand Up @@ -65,6 +65,8 @@
<maven.compiler.target>1.8</maven.compiler.target>

<jackson.version>[2.9.9.1,)</jackson.version>

<maven.wagon.http.pool>false</maven.wagon.http.pool>
</properties>

<dependencies>
Expand Down

0 comments on commit 6a402e1

Please sign in to comment.