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

Commit

Permalink
Bump Apiman version to $APIMAN_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed Nov 29, 2022
1 parent 723e011 commit a8e61e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.apiman</groupId>
<artifactId>apiman-docker</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apiman-distro-docker-compose</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>io.apiman</groupId>
<artifactId>apiman-parent</artifactId>
<version>3.0.0.RC6</version>
<version>3.0.0.Final</version>
</parent>

<properties>
<version.org.passay>1.6.2</version.org.passay>
</properties>

<artifactId>apiman-docker</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0.Final</version>
<packaging>pom</packaging>

<name>Docker assets for apiman</name>
Expand Down

0 comments on commit a8e61e2

Please sign in to comment.