Question on the migration script
server/src/com/cloud/upgrade/dao/Upgrade302to40.java:

What is the impact of changing the 4.0.0 numbers to 4.0.0-incubating
in the code below?

    @Override
    public String[] getUpgradableVersionRange() {
        return new String[] { "3.0.2", "4.0.0" };
    }

    @Override
    public String getUpgradedVersion() {
        return "4.0.0";
    }

On Tue, Oct 9, 2012 at 7:54 PM, Chip Childers <[email protected]> wrote:
> Everyone,
>
> Heads up.  I'm going to go through all of the places where we refer to
> the project as 4.0 or 4.0.0 and correct to 4.0.0-incubating.  We need
> that classification as a Podling.
>
> This will include the poms, spec and changelog files, as well as any
> docs and other locations.
>
> I'll do this commit in 4.0 first, and then look at bringing it back
> into master afterwords.
>
> Shout if you have concerns...
>
> -chip

Reply via email to