This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM jboss/wildfly:10.0.0.Final
3
3
4
4
MAINTAINER Eric Wittmann <eric.wittmann@redhat.com>
5
5
6
- ENV APIMAN_VERSION 1.2.9 .Final
6
+ ENV APIMAN_VERSION 1.3.0 .Final
7
7
8
8
RUN cd $HOME/wildfly \
9
9
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly10-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM jboss/wildfly:8.2.1.Final
3
3
4
4
MAINTAINER Eric Wittmann <eric.wittmann@redhat.com>
5
5
6
- ENV APIMAN_VERSION 1.2.9 .Final
6
+ ENV APIMAN_VERSION 1.3.0 .Final
7
7
8
8
RUN cd $HOME/wildfly \
9
9
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly8-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM jboss/wildfly:9.0.2.Final
3
3
4
4
MAINTAINER Eric Wittmann <eric.wittmann@redhat.com>
5
5
6
- ENV APIMAN_VERSION 1.2.9 .Final
6
+ ENV APIMAN_VERSION 1.3.0 .Final
7
7
8
8
RUN cd $HOME/wildfly \
9
9
&& curl http://downloads.jboss.org/apiman/$APIMAN_VERSION/apiman-distro-wildfly9-$APIMAN_VERSION-overlay.zip | bsdtar -xvf-
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >io.apiman</groupId >
5
5
<artifactId >apiman-docker</artifactId >
6
- <version >1.2.4 .Final</version >
6
+ <version >1.3.0 .Final</version >
7
7
<packaging >pom</packaging >
8
8
9
9
<name >Docker assets for apiman</name >
47
47
<role >Developer</role >
48
48
</roles >
49
49
</developer >
50
+ <developer >
51
+ <name >Marc Savy</name >
52
+ <id >msavy</id >
53
+ <email >msavy@redhat.com</email >
54
+ <organization >Red Hat</organization >
55
+ <roles >
56
+ <role >Tech Lead</role >
57
+ <role >Developer</role >
58
+ </roles >
59
+ </developer >
50
60
</developers >
51
61
52
62
<properties >
You can’t perform that action at this time.
0 commit comments