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

Commit

Permalink
Update to 1.3.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed May 3, 2017
1 parent 402d3cb commit 35c37ec
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion on-wildfly10/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM jboss/wildfly:10.0.0.Final

MAINTAINER Eric Wittmann <eric.wittmann@redhat.com>

ENV APIMAN_VERSION 1.2.9.Final
ENV APIMAN_VERSION 1.3.0.Final

RUN cd $HOME/wildfly \
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly10-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Expand Down
2 changes: 1 addition & 1 deletion on-wildfly8/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM jboss/wildfly:8.2.1.Final

MAINTAINER Eric Wittmann <eric.wittmann@redhat.com>

ENV APIMAN_VERSION 1.2.9.Final
ENV APIMAN_VERSION 1.3.0.Final

RUN cd $HOME/wildfly \
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Expand Down
2 changes: 1 addition & 1 deletion on-wildfly9/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM jboss/wildfly:9.0.2.Final

MAINTAINER Eric Wittmann <eric.wittmann@redhat.com>

ENV APIMAN_VERSION 1.2.9.Final
ENV APIMAN_VERSION 1.3.0.Final

RUN cd $HOME/wildfly \
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly9-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Expand Down
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>io.apiman</groupId>
<artifactId>apiman-docker</artifactId>
<version>1.2.4.Final</version>
<version>1.3.0.Final</version>
<packaging>pom</packaging>

<name>Docker assets for apiman</name>
Expand Down Expand Up @@ -47,6 +47,16 @@
<role>Developer</role>
</roles>
</developer>
<developer>
<name>Marc Savy</name>
<id>msavy</id>
<email>msavy@redhat.com</email>
<organization>Red Hat</organization>
<roles>
<role>Tech Lead</role>
<role>Developer</role>
</roles>
</developer>
</developers>

<properties>
Expand Down

0 comments on commit 35c37ec

Please sign in to comment.