diff --git a/doc/getting-started/getting-started.adoc b/doc/getting-started/getting-started.adoc
index 8f714b5..8092387 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: 1.1.0
+:mvn-plugin-ver: 1.2.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 790129d..a9771ab 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: 1.1.0
+:revnumber: 1.2.0
:toc:
:sectnums:
:source-highlighter: prettify
diff --git a/example/getting-started/pom.xml b/example/getting-started/pom.xml
index cfe9fc5..c538f6e 100644
--- a/example/getting-started/pom.xml
+++ b/example/getting-started/pom.xml
@@ -7,7 +7,7 @@
pom
- 1.2.0-SNAPSHOT
+ 1.2.0
diff --git a/pom.xml b/pom.xml
index 576f077..3b32f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
com.axway.maven.plugins
apigw-maven-plugin
- 1.2.0-SNAPSHOT
+ 1.2.0
maven-plugin
Axway API Gateway Maven Plugin