We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0310b9e commit 3c44bd2Copy full SHA for 3c44bd2
.gitignore
@@ -5,3 +5,4 @@
5
.projdeps.json
6
*.class
7
target
8
+example/config-tool/gateway.fed
example/getting-started/pom.xml
@@ -7,7 +7,7 @@
<packaging>pom</packaging>
9
<properties>
10
- <axway.maven.plugin.ver>0.9.2</axway.maven.plugin.ver>
+ <axway.maven.plugin.ver>0.10.0</axway.maven.plugin.ver>
11
</properties>
12
13
<modules>
pom.xml
@@ -19,7 +19,7 @@
19
20
<groupId>com.axway.maven.plugins</groupId>
21
<artifactId>apigw-maven-plugin</artifactId>
22
- <version>0.9.2</version>
+ <version>0.10.0</version>
23
<packaging>maven-plugin</packaging>
24
25
<name>Axway API Gateway Maven Plugin</name>
0 commit comments