You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by Kasper Sørensen <i....@gmail.com> on 2014/11/11 10:29:51 UTC

Release procedure strangeness

Hi all,

I am trying to do a release but finding that the procedure is somehow not
going correctly. After a mvn release:prepare I see that a git tag is
created, but that tag doesn't have the correct versions set in the pom.xml
files. Instead of version "4.3.0-incubating" it ends up having version
"4.3-incubating-SNAPSHOT". ... So practically unchanged versions. Even
though I am asked for a new version.

I'll look around for a solution - maybe it's an outdated maven plugin or
something like that... Just to give you all a warning that there might be
some git commits and tags that I will be reverting if it keeps going wrong.

If anyone knows what's going wrong already, please let me know.

Best regards,
Kasper

Re: Release procedure strangeness

Posted by Kasper Sørensen <i....@gmail.com>.
It seems to be resolved. I specified the dependency on the Maven "git scm
provider" [1] and that did the trick.

[1] Commit diff here:
https://git-wip-us.apache.org/repos/asf?p=incubator-metamodel.git;a=commitdiff;h=d5232e3b6292918e4c43098d18840d463263401e;hp=05657f973aef46c459b240ee88a2a54c6d894df2

2014-11-11 10:29 GMT+01:00 Kasper Sørensen <i....@gmail.com>:

> Hi all,
>
> I am trying to do a release but finding that the procedure is somehow not
> going correctly. After a mvn release:prepare I see that a git tag is
> created, but that tag doesn't have the correct versions set in the pom.xml
> files. Instead of version "4.3.0-incubating" it ends up having version
> "4.3-incubating-SNAPSHOT". ... So practically unchanged versions. Even
> though I am asked for a new version.
>
> I'll look around for a solution - maybe it's an outdated maven plugin or
> something like that... Just to give you all a warning that there might be
> some git commits and tags that I will be reverting if it keeps going wrong.
>
> If anyone knows what's going wrong already, please let me know.
>
> Best regards,
> Kasper
>