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 5
5
:sectnums:
6
6
:source-highlighter: prettify
7
7
8
- :mvn-plugin-ver: 0.10 .0
8
+ :mvn-plugin-ver: 0.11 .0
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 @@ -18,7 +18,7 @@ ifdef::env-github[]
18
18
:warning-caption: :warning:
19
19
endif::[]
20
20
21
- :mvn-plugin-ver: 0.10 .0
21
+ :mvn-plugin-ver: 0.11 .0
22
22
23
23
== About the Plugin
24
24
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>0.10 .0</axway .maven.plugin.ver>
10
+ <axway .maven.plugin.ver>0.11 .0</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 >0.10 .0</version >
22
+ <version >0.11 .0</version >
23
23
<packaging >maven-plugin</packaging >
24
24
25
25
<name >Axway API Gateway Maven Plugin</name >
65
65
<maven .compiler.target>1.8</maven .compiler.target>
66
66
67
67
<jackson .version>[2.9.9.1,)</jackson .version>
68
+
69
+ <maven .wagon.http.pool>false</maven .wagon.http.pool>
68
70
</properties >
69
71
70
72
<dependencies >
You can’t perform that action at this time.
0 commit comments