File tree 5 files changed +5
-5
lines changed
plugins/network-elements/f5
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.cloudstack</groupId >
26
26
<artifactId >cloudstack-plugins</artifactId >
27
- <version >4.17.0 .0-SNAPSHOT</version >
27
+ <version >4.17.1 .0-SNAPSHOT</version >
28
28
<relativePath >../../pom.xml</relativePath >
29
29
</parent >
30
30
<dependencies >
Original file line number Diff line number Diff line change 22
22
<name >Apache CloudStack Developer Tools - Checkstyle Configuration</name >
23
23
<groupId >org.apache.cloudstack</groupId >
24
24
<artifactId >checkstyle</artifactId >
25
- <version >4.17.0.0 </version >
25
+ <version >4.17.1.0-SNAPSHOT </version >
26
26
27
27
<properties >
28
28
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 20
20
FROM ubuntu:20.04
21
21
22
22
MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23
- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.0.0 "
23
+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.1.0-SNAPSHOT "
24
24
25
25
ARG DEBIAN_FRONTEND=noninteractive
26
26
Original file line number Diff line number Diff line change 20
20
FROM python:2
21
21
22
22
MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23
- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.0.0 "
23
+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.17.1.0-SNAPSHOT "
24
24
25
25
ENV WORK_DIR=/marvin
26
26
Original file line number Diff line number Diff line change 27
27
raise RuntimeError ("python setuptools is required to build Marvin" )
28
28
29
29
30
- VERSION = "4.17.0.0 "
30
+ VERSION = "4.17.1.0-SNAPSHOT "
31
31
32
32
setup (name = "Marvin" ,
33
33
version = VERSION ,
You can’t perform that action at this time.
0 commit comments