Re: release please?

2020-06-10 Thread 'Nuoyu Yang' via mojohaus-dev
I find where the problem is: I used bash command "./mvnw -v" to get the version of Maven in these two tests. It will return a string printed as this: /home/yangnuoyu/maven-projects/flatten-maven-plugin Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /home/yangnuoyu/.m2/wr

Re: release please?

2020-06-10 Thread 'Nuoyu Yang' via mojohaus-dev
I have fixed the problem and set a PR. Please check it out. All the changes in this pr: 1. Fix the problem of parsing the Maven version by "./mvnw -v", the version may be the third or fourth word of the result. 2. Fix the problem of parsing the Maven version in Windows. Instead of "./

Re: release please?

2020-06-12 Thread 'Nuoyu Yang' via mojohaus-dev
Hi, Is there any other problems which block the new version release of flatten-maven-plugin? Best, Nuoyu On Wednesday, June 10, 2020 at 5:04:50 PM UTC-7 Nuoyu Yang wrote: > I have fixed the problem and set a PR. Please check it out. > > All the changes in this pr: > >1. Fix the problem of