Skip to content

Commit 7ed8d54

Browse files
committed
Fix version numbers
1 parent 038a669 commit 7ed8d54

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

plugins/network-elements/f5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.cloudstack</groupId>
2626
<artifactId>cloudstack-plugins</artifactId>
27-
<version>4.17.0.0-SNAPSHOT</version>
27+
<version>4.17.1.0-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<dependencies>

tools/checkstyle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
2323
<groupId>org.apache.cloudstack</groupId>
2424
<artifactId>checkstyle</artifactId>
25-
<version>4.17.0.0</version>
25+
<version>4.17.1.0-SNAPSHOT</version>
2626

2727
<properties>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

tools/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM ubuntu:20.04
2121

2222
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"
2424

2525
ARG DEBIAN_FRONTEND=noninteractive
2626

tools/docker/Dockerfile.marvin

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
FROM python:2
2121

2222
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"
2424

2525
ENV WORK_DIR=/marvin
2626

tools/marvin/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
raise RuntimeError("python setuptools is required to build Marvin")
2828

2929

30-
VERSION = "4.17.0.0"
30+
VERSION = "4.17.1.0-SNAPSHOT"
3131

3232
setup(name="Marvin",
3333
version=VERSION,

0 commit comments

Comments
 (0)