It's worth noting that we already have a release branch, and it is named release0.8.0. While the Maven release instructions that Chris wrote say that you should create a release/version branch, that's for future releases where a branch doesn't already exist.
- Josh On Wed, Jun 14, 2017 at 6:45 AM, <pio...@apache.org> wrote: > Repository: flex-falcon > Updated Branches: > refs/heads/develop 1ab66ebe9 -> cee43a034 > > > [maven-release-plugin] prepare branch release/0.8.0 > > > Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo > Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/cee43a03 > Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/cee43a03 > Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/cee43a03 > > Branch: refs/heads/develop > Commit: cee43a034ba4e4956e47117e72379a637b771bf4 > Parents: 1ab66eb > Author: piotrz <pio...@apache.org> > Authored: Wed Jun 14 15:45:10 2017 +0200 > Committer: piotrz <pio...@apache.org> > Committed: Wed Jun 14 15:45:10 2017 +0200 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/cee43a03/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index 0f34fc2..127098a 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -38,7 +38,7 @@ > <connection>scm:git:https://git-wip-us.apache.org/repos/ > asf/flex-falcon.git</connection> > <developerConnection>scm:git:https://git-wip-us.apache.org/ > repos/asf/flex-falcon.git</developerConnection> > <url>https://github.com/apache/flex-falcon</url> > - <tag>HEAD</tag> > + <tag>release/0.8.0</tag> > </scm> > > <properties> > >