Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed Sep 26, 2019
1 parent 824c42a commit 5430fb4
Show file tree
Hide file tree
Showing 4 changed files with 4 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.8.0
:mvn-plugin-ver: 0.8.1

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.8.0
:mvn-plugin-ver: 0.8.1

== 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.8.0</axway.maven.plugin.ver>
<axway.maven.plugin.ver>0.8.1</axway.maven.plugin.ver>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 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.8.1-SNAPSHOT</version>
<version>0.8.1</version>
<packaging>maven-plugin</packaging>

<name>Axway API Gateway Maven Plugin</name>
Expand Down

0 comments on commit 5430fb4

Please sign in to comment.