Skip to content

Commit 9e941bd

Browse files
committed
Version 0.8.0
1 parent 6f768d6 commit 9e941bd

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

doc/getting-started/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:sectnums:
66
:source-highlighter: prettify
77

8-
:mvn-plugin-ver: 0.8.0-SNAPSHOT
8+
:mvn-plugin-ver: 0.8.0
99

1010
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_.
1111
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.

doc/manual/user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifdef::env-github[]
1818
:warning-caption: :warning:
1919
endif::[]
2020

21-
:mvn-plugin-ver: 0.8.0-SNAPSHOT
21+
:mvn-plugin-ver: 0.8.0
2222

2323
== About the Plugin
2424

example/getting-started/dpl-hello-world/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
<artifactId>apigw-maven-plugin</artifactId>
3131
<version>${axway.maven.plugin.ver}</version>
3232
<extensions>true</extensions>
33-
<configuration>
34-
<!--
35-
<certsFile>${basedir}/src/main/axwgw/gateway-cert.json</certsFile>
36-
<propertyFile>${basedir}/src/main/axwgw/gateway-prop.json</propertyFile>
37-
-->
38-
</configuration>
3933
</plugin>
4034
</plugins>
4135
</build>

example/getting-started/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>pom</packaging>
88

99
<properties>
10-
<axway.maven.plugin.ver>0.8.0-SNAPSHOT</axway.maven.plugin.ver>
10+
<axway.maven.plugin.ver>0.8.0</axway.maven.plugin.ver>
1111
</properties>
1212

1313
<modules>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.axway.maven.plugins</groupId>
2121
<artifactId>apigw-maven-plugin</artifactId>
22-
<version>0.8.0-SNAPSHOT</version>
22+
<version>0.8.0</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<name>Axway API Gateway Maven Plugin</name>

0 commit comments

Comments
 (0)