Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed May 3, 2020
1 parent cb3e552 commit fa2b740
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.12.0
:mvn-plugin-ver: 1.0.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
@@ -1,7 +1,7 @@
= Maven Plugin for API Gateway Policy Development: User Guide
:Author: Martin Look
:Email: [email protected]
:revnumber: 0.12.0
:revnumber: 1.0.0
:toc:
:sectnums:
:source-highlighter: prettify
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>1.0.0-SNAPSHOT</axway.maven.plugin.ver>
<axway.maven.plugin.ver>1.0.0</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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>maven-plugin</packaging>

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

0 comments on commit fa2b740

Please sign in to comment.