mirror of https://github.com/apache/cloudstack.git
spurious versions
This commit is contained in:
parent
4a3686297d
commit
5526ef0168
|
|
@ -22,7 +22,7 @@
|
|||
<name>Apache CloudStack Developer Tools - Checkstyle Configuration</name>
|
||||
<groupId>org.apache.cloudstack</groupId>
|
||||
<artifactId>checkstyle</artifactId>
|
||||
<version>4.19.2.0</version>
|
||||
<version>4.19.3.0-SNAPSHOT</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ except ImportError:
|
|||
raise RuntimeError("python setuptools is required to build Marvin")
|
||||
|
||||
|
||||
VERSION = "4.19.2.0"
|
||||
VERSION = "4.19.3.0-SNAPSHOT"
|
||||
|
||||
setup(name="Marvin",
|
||||
version=VERSION,
|
||||
|
|
|
|||
Loading…
Reference in New Issue