Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Willem Jiang
It would be great if we can update the release guide on the servicecomb website.
BTW, it's strange that maven release plugin can allow the release
artifact as the dependency of SNAPSHOT.
Not sure if it relates to the flatten-maven plugin.
My suggestion is we should add a check script to avoid this mistake
just like below:
find ~/.m2/repository/org/apache/servicecomb/pack -name "0.7.0.pom" |
xargs grep "SNAPSHOT"


Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Thu, Aug 4, 2022 at 9:39 PM Lei Zhang  wrote:
>
> Hi, Zheng Feng
>
> In version 0.7.0, I introduced Maven CI Friendly Versions and
> flatten-maven-plugin to manage version numbers in pom.
>
> But I forgot to add flatten-maven-plugin configuration in the main pom. The
> version number in the main pom was not replaced with 0.7.0 (Still
> 0.7.0-SNAPSHOT)
>
> I have fixed this issue in the trunk and 0.7.x branch.
>
> I have rewritten the pack release guide[1] in my notes, which I will push a
> PR to the pack repo later.
>
> [1] https://coolbeevip.github.io/posts/asf/apache-release-guide/
>
> Zheng Feng  于2022年8月4日周四 18:27写道:
>
> > Is there any doc for the release processing?
> >
> > Willem Jiang  于2022年8月4日周四 17:00写道:
> >
> > > Yes, we need to cut a new release to fix this issue.
> > > BTW, we also need to verify the pom project version by running some
> > > verification.
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang  wrote:
> > > >
> > > > Hello All,
> > > >
> > > > Our recently released 0.7.0 release contains the wrong version
> > > > 0.7.0-SNAPSHOT[1]
> > > >
> > > > I have pushed PR[2] to fix this in the 0.7.x branch and master
> > > >
> > > > I will be cutting the 0.7.1 release from the branch
> > > > https://github.com/apache/servicecomb-pack/tree/0.7.x
> > > >
> > > > @PMC/@Committers please let me know if I missed anything in this
> > release.
> > > >
> > > > [1] https://github.com/apache/servicecomb-pack/issues/763
> > > > [2] https://github.com/apache/servicecomb-pack/pull/766
> > > >
> > > > Regards
> > > >
> > > > Lei Zhang
> > >
> >


Re: [VOTE] Release Apache ServiceComb Pack version 0.7.1

2022-08-04 Thread Willem Jiang
+1 (binding)
 I checked the source kit and maven repo, they look good to me.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem


On Thu, Aug 4, 2022 at 2:11 AM Lei Zhang  wrote:
>
> Hi all,
>
> This is a call for Vote to release Apache ServiceComb Pack version 0.7.1
>
> Release Candidate:
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.7.1/rc1/
>
> Staging Repository:
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1509/
>
> Release Tag:
> https://github.com/apache/servicecomb-pack/releases/tag/0.7.1
>
> Release CommitID:
> 9edd26e2d6e246f9b11a48f646645bb610afafe6
>
> Release Notes:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12352159
>
> Keys to verify the Release Candidate:
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Voting will start now (Thursday, 4th Aug 2022) and will remain open for
> at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 0.7.1
> [ ] +0 No Opinion
> [ ] -1 Do not release this package because...
>
> On behalf of the ServiceComb Team
>
> Lei Zhang


Re: [VOTE] Release Apache ServiceComb Pack version 0.7.1

2022-08-04 Thread Mohammad Asif Siddiqui
+1 (binding)

Suggestion : It would be great if we can add a summary of Release Notes in
the github Release page as well.

Regards
Asif

On Thu, Aug 4, 2022 at 7:12 PM Zheng Feng  wrote:

> +1 (binding)
>
> Lei Zhang  于2022年8月4日周四 02:11写道:
>
> > Hi all,
> >
> > This is a call for Vote to release Apache ServiceComb Pack version 0.7.1
> >
> > Release Candidate:
> >
> >
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.7.1/rc1/
> >
> > Staging Repository:
> >
> >
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1509/
> >
> > Release Tag:
> > https://github.com/apache/servicecomb-pack/releases/tag/0.7.1
> >
> > Release CommitID:
> > 9edd26e2d6e246f9b11a48f646645bb610afafe6
> >
> > Release Notes:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12352159
> >
> > Keys to verify the Release Candidate:
> > https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
> >
> > Voting will start now (Thursday, 4th Aug 2022) and will remain open for
> > at-least 72 hours, Request all PMC members to give their vote.
> >
> > [ ] +1 Release this package as 0.7.1
> > [ ] +0 No Opinion
> > [ ] -1 Do not release this package because...
> >
> > On behalf of the ServiceComb Team
> >
> > Lei Zhang
> >
>


Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Lei Zhang
Maybe we need to create a demo project outside of the pack repo to verify
the release and add this process to the pack release guide

Willem Jiang  于2022年8月4日周四 17:00写道:

> Yes, we need to cut a new release to fix this issue.
> BTW, we also need to verify the pom project version by running some
> verification.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang  wrote:
> >
> > Hello All,
> >
> > Our recently released 0.7.0 release contains the wrong version
> > 0.7.0-SNAPSHOT[1]
> >
> > I have pushed PR[2] to fix this in the 0.7.x branch and master
> >
> > I will be cutting the 0.7.1 release from the branch
> > https://github.com/apache/servicecomb-pack/tree/0.7.x
> >
> > @PMC/@Committers please let me know if I missed anything in this release.
> >
> > [1] https://github.com/apache/servicecomb-pack/issues/763
> > [2] https://github.com/apache/servicecomb-pack/pull/766
> >
> > Regards
> >
> > Lei Zhang
>


Re: [VOTE] Release Apache ServiceComb Pack version 0.7.1

2022-08-04 Thread Zheng Feng
+1 (binding)

Lei Zhang  于2022年8月4日周四 02:11写道:

> Hi all,
>
> This is a call for Vote to release Apache ServiceComb Pack version 0.7.1
>
> Release Candidate:
>
> https://dist.apache.org/repos/dist/dev/servicecomb/servicecomb-pack/0.7.1/rc1/
>
> Staging Repository:
>
> https://repository.apache.org/content/repositories/orgapacheservicecomb-1509/
>
> Release Tag:
> https://github.com/apache/servicecomb-pack/releases/tag/0.7.1
>
> Release CommitID:
> 9edd26e2d6e246f9b11a48f646645bb610afafe6
>
> Release Notes:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626=12352159
>
> Keys to verify the Release Candidate:
> https://dist.apache.org/repos/dist/dev/servicecomb/KEYS
>
> Voting will start now (Thursday, 4th Aug 2022) and will remain open for
> at-least 72 hours, Request all PMC members to give their vote.
>
> [ ] +1 Release this package as 0.7.1
> [ ] +0 No Opinion
> [ ] -1 Do not release this package because...
>
> On behalf of the ServiceComb Team
>
> Lei Zhang
>


Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Zheng Feng
Thanks Lei and it could be very useful.

Lei Zhang  于2022年8月4日周四 21:39写道:

> Hi, Zheng Feng
>
> In version 0.7.0, I introduced Maven CI Friendly Versions and
> flatten-maven-plugin to manage version numbers in pom.
>
> But I forgot to add flatten-maven-plugin configuration in the main pom. The
> version number in the main pom was not replaced with 0.7.0 (Still
> 0.7.0-SNAPSHOT)
>
> I have fixed this issue in the trunk and 0.7.x branch.
>
> I have rewritten the pack release guide[1] in my notes, which I will push a
> PR to the pack repo later.
>
> [1] https://coolbeevip.github.io/posts/asf/apache-release-guide/
>
> Zheng Feng  于2022年8月4日周四 18:27写道:
>
> > Is there any doc for the release processing?
> >
> > Willem Jiang  于2022年8月4日周四 17:00写道:
> >
> > > Yes, we need to cut a new release to fix this issue.
> > > BTW, we also need to verify the pom project version by running some
> > > verification.
> > >
> > > Willem Jiang
> > >
> > > Twitter: willemjiang
> > > Weibo: 姜宁willem
> > >
> > > On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang  wrote:
> > > >
> > > > Hello All,
> > > >
> > > > Our recently released 0.7.0 release contains the wrong version
> > > > 0.7.0-SNAPSHOT[1]
> > > >
> > > > I have pushed PR[2] to fix this in the 0.7.x branch and master
> > > >
> > > > I will be cutting the 0.7.1 release from the branch
> > > > https://github.com/apache/servicecomb-pack/tree/0.7.x
> > > >
> > > > @PMC/@Committers please let me know if I missed anything in this
> > release.
> > > >
> > > > [1] https://github.com/apache/servicecomb-pack/issues/763
> > > > [2] https://github.com/apache/servicecomb-pack/pull/766
> > > >
> > > > Regards
> > > >
> > > > Lei Zhang
> > >
> >
>


Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Lei Zhang
Hi, Zheng Feng

In version 0.7.0, I introduced Maven CI Friendly Versions and
flatten-maven-plugin to manage version numbers in pom.

But I forgot to add flatten-maven-plugin configuration in the main pom. The
version number in the main pom was not replaced with 0.7.0 (Still
0.7.0-SNAPSHOT)

I have fixed this issue in the trunk and 0.7.x branch.

I have rewritten the pack release guide[1] in my notes, which I will push a
PR to the pack repo later.

[1] https://coolbeevip.github.io/posts/asf/apache-release-guide/

Zheng Feng  于2022年8月4日周四 18:27写道:

> Is there any doc for the release processing?
>
> Willem Jiang  于2022年8月4日周四 17:00写道:
>
> > Yes, we need to cut a new release to fix this issue.
> > BTW, we also need to verify the pom project version by running some
> > verification.
> >
> > Willem Jiang
> >
> > Twitter: willemjiang
> > Weibo: 姜宁willem
> >
> > On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang  wrote:
> > >
> > > Hello All,
> > >
> > > Our recently released 0.7.0 release contains the wrong version
> > > 0.7.0-SNAPSHOT[1]
> > >
> > > I have pushed PR[2] to fix this in the 0.7.x branch and master
> > >
> > > I will be cutting the 0.7.1 release from the branch
> > > https://github.com/apache/servicecomb-pack/tree/0.7.x
> > >
> > > @PMC/@Committers please let me know if I missed anything in this
> release.
> > >
> > > [1] https://github.com/apache/servicecomb-pack/issues/763
> > > [2] https://github.com/apache/servicecomb-pack/pull/766
> > >
> > > Regards
> > >
> > > Lei Zhang
> >
>


Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Zheng Feng
Is there any doc for the release processing?

Willem Jiang  于2022年8月4日周四 17:00写道:

> Yes, we need to cut a new release to fix this issue.
> BTW, we also need to verify the pom project version by running some
> verification.
>
> Willem Jiang
>
> Twitter: willemjiang
> Weibo: 姜宁willem
>
> On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang  wrote:
> >
> > Hello All,
> >
> > Our recently released 0.7.0 release contains the wrong version
> > 0.7.0-SNAPSHOT[1]
> >
> > I have pushed PR[2] to fix this in the 0.7.x branch and master
> >
> > I will be cutting the 0.7.1 release from the branch
> > https://github.com/apache/servicecomb-pack/tree/0.7.x
> >
> > @PMC/@Committers please let me know if I missed anything in this release.
> >
> > [1] https://github.com/apache/servicecomb-pack/issues/763
> > [2] https://github.com/apache/servicecomb-pack/pull/766
> >
> > Regards
> >
> > Lei Zhang
>


Re: Apache ServiceComb Pack emergency releases for wrong version

2022-08-04 Thread Willem Jiang
Yes, we need to cut a new release to fix this issue.
BTW, we also need to verify the pom project version by running some
verification.

Willem Jiang

Twitter: willemjiang
Weibo: 姜宁willem

On Tue, Aug 2, 2022 at 8:21 PM Lei Zhang  wrote:
>
> Hello All,
>
> Our recently released 0.7.0 release contains the wrong version
> 0.7.0-SNAPSHOT[1]
>
> I have pushed PR[2] to fix this in the 0.7.x branch and master
>
> I will be cutting the 0.7.1 release from the branch
> https://github.com/apache/servicecomb-pack/tree/0.7.x
>
> @PMC/@Committers please let me know if I missed anything in this release.
>
> [1] https://github.com/apache/servicecomb-pack/issues/763
> [2] https://github.com/apache/servicecomb-pack/pull/766
>
> Regards
>
> Lei Zhang