Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit a8e61e2

Browse files
committed
Bump Apiman version to $APIMAN_VERSION
1 parent 723e011 commit a8e61e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.apiman</groupId>
55
<artifactId>apiman-docker</artifactId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>3.0.0.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>apiman-distro-docker-compose</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>io.apiman</groupId>
66
<artifactId>apiman-parent</artifactId>
7-
<version>3.0.0.RC6</version>
7+
<version>3.0.0.Final</version>
88
</parent>
99

1010
<properties>
1111
<version.org.passay>1.6.2</version.org.passay>
1212
</properties>
1313

1414
<artifactId>apiman-docker</artifactId>
15-
<version>3.0.0-SNAPSHOT</version>
15+
<version>3.0.0.Final</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Docker assets for apiman</name>

0 commit comments

Comments
 (0)