diff --git a/doc/getting-started/getting-started.adoc b/doc/getting-started/getting-started.adoc index ca94dd3..93364fe 100644 --- a/doc/getting-started/getting-started.adoc +++ b/doc/getting-started/getting-started.adoc @@ -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. diff --git a/doc/manual/user-guide.adoc b/doc/manual/user-guide.adoc index 5188017..1f74caf 100644 --- a/doc/manual/user-guide.adoc +++ b/doc/manual/user-guide.adoc @@ -1,7 +1,7 @@ = Maven Plugin for API Gateway Policy Development: User Guide :Author: Martin Look :Email: mlook@axway.com -:revnumber: 0.12.0 +:revnumber: 1.0.0 :toc: :sectnums: :source-highlighter: prettify diff --git a/example/getting-started/pom.xml b/example/getting-started/pom.xml index 30fda87..ddddcd3 100644 --- a/example/getting-started/pom.xml +++ b/example/getting-started/pom.xml @@ -7,7 +7,7 @@ pom - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/pom.xml b/pom.xml index 6131cb2..612f375 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.axway.maven.plugins apigw-maven-plugin - 1.0.0-SNAPSHOT + 1.0.0 maven-plugin Axway API Gateway Maven Plugin