File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
:sectnums:
6
6
:source-highlighter: prettify
7
7
8
- :mvn-plugin-ver: 1.0.0
8
+ :mvn-plugin-ver: 1.0.1
9
9
10
10
Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_ .
11
11
It assumes that you are familiar with https://maven.apache.org[Apache Maven] and that you are familiar with PolicyStudio and the API Gateway.
Original file line number Diff line number Diff line change 1
1
= Maven Plugin for API Gateway Policy Development: User Guide
2
2
:Author: Martin Look
3
3
:Email: mlook@axway.com
4
- :revnumber: 1.0.0
4
+ :revnumber: 1.0.1
5
5
:toc:
6
6
:sectnums:
7
7
:source-highlighter: prettify
Original file line number Diff line number Diff line change 7
7
<packaging >pom</packaging >
8
8
9
9
<properties >
10
- <axway .maven.plugin.ver>1.0.0 </axway .maven.plugin.ver>
10
+ <axway .maven.plugin.ver>1.0.1 </axway .maven.plugin.ver>
11
11
</properties >
12
12
13
13
<modules >
Original file line number Diff line number Diff line change 19
19
20
20
<groupId >com.axway.maven.plugins</groupId >
21
21
<artifactId >apigw-maven-plugin</artifactId >
22
- <version >1.0.1-SNAPSHOT </version >
22
+ <version >1.0.1</version >
23
23
<packaging >maven-plugin</packaging >
24
24
25
25
<name >Axway API Gateway Maven Plugin</name >
You can’t perform that action at this time.
0 commit comments