File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55:sectnums:
66:source-highlighter: prettify
77
8- :mvn-plugin-ver: 0.10 .0
8+ :mvn-plugin-ver: 0.11 .0
99
1010Here you get a simple introduction on how to use the _Maven Plugin for Axway API Gateway_ .
1111It 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 @@ -18,7 +18,7 @@ ifdef::env-github[]
1818:warning-caption: :warning:
1919endif::[]
2020
21- :mvn-plugin-ver: 0.10 .0
21+ :mvn-plugin-ver: 0.11 .0
2222
2323== About the Plugin
2424
Original file line number Diff line number Diff line change 77 <packaging >pom</packaging >
88
99 <properties >
10- <axway .maven.plugin.ver>0.10 .0</axway .maven.plugin.ver>
10+ <axway .maven.plugin.ver>0.11 .0</axway .maven.plugin.ver>
1111 </properties >
1212
1313 <modules >
Original file line number Diff line number Diff line change 1919
2020 <groupId >com.axway.maven.plugins</groupId >
2121 <artifactId >apigw-maven-plugin</artifactId >
22- <version >0.10 .0</version >
22+ <version >0.11 .0</version >
2323 <packaging >maven-plugin</packaging >
2424
2525 <name >Axway API Gateway Maven Plugin</name >
6565 <maven .compiler.target>1.8</maven .compiler.target>
6666
6767 <jackson .version>[2.9.9.1,)</jackson .version>
68+
69+ <maven .wagon.http.pool>false</maven .wagon.http.pool>
6870 </properties >
6971
7072 <dependencies >
You can’t perform that action at this time.
0 commit comments