File tree Expand file tree Collapse file tree
engine/schema/src/main/resources/META-INF/db Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ cloudstack (4.16.1.0-SNAPSHOT) unstable; urgency=low
2+
3+ * Update the version to 4.16.1.0-SNAPSHOT
4+
5+ -- the Apache CloudStack project <dev@cloudstack.apache.org> Wed, 10 Nov 2021 11:31:57 -0300
6+
17cloudstack (4.16.0.0) unstable; urgency=low
28
39 * Update the version to 4.16.0.0
Original file line number Diff line number Diff line change 1+ -- Licensed to the Apache Software Foundation (ASF) under one
2+ -- or more contributor license agreements. See the NOTICE file
3+ -- distributed with this work for additional information
4+ -- regarding copyright ownership. The ASF licenses this file
5+ -- to you under the Apache License, Version 2.0 (the
6+ -- "License"); you may not use this file except in compliance
7+ -- with the License. You may obtain a copy of the License at
8+ --
9+ -- http://www.apache.org/licenses/LICENSE-2.0
10+ --
11+ -- Unless required by applicable law or agreed to in writing,
12+ -- software distributed under the License is distributed on an
13+ -- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ -- KIND, either express or implied. See the License for the
15+ -- specific language governing permissions and limitations
16+ -- under the License.
17+
18+ -- ;
19+ -- Schema upgrade cleanup from 4.16.0.0 to 4.16.1.0
20+ -- ;
Original file line number Diff line number Diff line change 1+ -- Licensed to the Apache Software Foundation (ASF) under one
2+ -- or more contributor license agreements. See the NOTICE file
3+ -- distributed with this work for additional information
4+ -- regarding copyright ownership. The ASF licenses this file
5+ -- to you under the Apache License, Version 2.0 (the
6+ -- "License"); you may not use this file except in compliance
7+ -- with the License. You may obtain a copy of the License at
8+ --
9+ -- http://www.apache.org/licenses/LICENSE-2.0
10+ --
11+ -- Unless required by applicable law or agreed to in writing,
12+ -- software distributed under the License is distributed on an
13+ -- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ -- KIND, either express or implied. See the License for the
15+ -- specific language governing permissions and limitations
16+ -- under the License.
17+
18+ -- ;
19+ -- Schema upgrade from 4.16.0.0 to 4.16.1.0
20+ -- ;
Original file line number Diff line number Diff line change 2222 <name >Apache CloudStack Developer Tools - Checkstyle Configuration</name >
2323 <groupId >org.apache.cloudstack</groupId >
2424 <artifactId >checkstyle</artifactId >
25- <version >4.16.0.0 </version >
25+ <version >4.16.1.0-SNAPSHOT </version >
2626
2727 <properties >
2828 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 2020FROM ubuntu:20.04
2121
2222MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.16.0.0 "
23+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.16.1.0-SNAPSHOT "
2424
2525ARG DEBIAN_FRONTEND=noninteractive
2626
Original file line number Diff line number Diff line change 2020FROM python:2
2121
2222MAINTAINER "Apache CloudStack" <dev@cloudstack.apache.org>
23- LABEL Vendor="Apache.org" License="ApacheV2" Version="4.16.0.0 "
23+ LABEL Vendor="Apache.org" License="ApacheV2" Version="4.16.1.0-SNAPSHOT "
2424
2525ENV WORK_DIR=/marvin
2626
Original file line number Diff line number Diff line change 2727 raise RuntimeError ("python setuptools is required to build Marvin" )
2828
2929
30- VERSION = "4.16.0.0 "
30+ VERSION = "4.16.1.0-SNAPSHOT "
3131
3232setup (name = "Marvin" ,
3333 version = VERSION ,
You can’t perform that action at this time.
0 commit comments