Release please?

36 views
Skip to first unread message

Stephanie Wang

unread,
Mar 23, 2020, 4:16:00 PM3/23/20
to mojohaus-dev
Hi,

We're hoping to use flatten-maven-plugin in our project with https://github.com/mojohaus/flatten-maven-plugin/pull/134 (bug fix) rolled out. Could we please do a release?

Thanks,
Stephanie Wang and Ray Tsang

Lasse Lindqvist

unread,
Mar 24, 2020, 4:49:35 AM3/24/20
to mojohaus-dev
I will try to find time to do it today or tomorrow.

Stephanie Wang

unread,
Mar 24, 2020, 10:45:18 AM3/24/20
to mojoha...@googlegroups.com
Thank you!

--
You received this message because you are subscribed to the Google Groups "mojohaus-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mojohaus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mojohaus-dev/2faf35d4-6efb-4cc7-b163-4210fad27981%40googlegroups.com.


--

Stephanie Wang

stephwang@google.com

Developer Programs Engineer

BigQuery, Java

Stephanie Wang

unread,
Mar 26, 2020, 1:23:04 PM3/26/20
to mojohaus-dev
Friendly ping on this. Thank you!

Lasse Lindqvist

unread,
Mar 26, 2020, 2:06:28 PM3/26/20
to mojohaus-dev
Sorry but the tests were failing https://github.com/mojohaus/flatten-maven-plugin/issues/136 so unless somebody beats me to it, I will take a look at it during the weekend.

Olivier Lamy

unread,
Mar 27, 2020, 12:22:37 AM3/27/20
to mojoha...@googlegroups.com
fixed.
Now you can release.
Enjoy :) 




--

Stephanie Wang

unread,
Mar 30, 2020, 11:55:38 AM3/30/20
to mojohaus-dev
Thank you for your help!

Please let us know if release is blocked by anything. Otherwise, this is a gentle ping. 

Thanks!

Lasse Lindqvist

unread,
Mar 30, 2020, 3:35:50 PM3/30/20
to mojohaus-dev
Sorry but the test failure still reproduces in my environment, so I cannot release yet. See https://github.com/mojohaus/flatten-maven-plugin/issues/140 for the situation. Hopefully we can resolve this soon.

Olivier Lamy

unread,
Mar 30, 2020, 9:07:39 PM3/30/20
to mojoha...@googlegroups.com
Ok I will try to release it.

Lasse Lindqvist

unread,
Mar 31, 2020, 12:00:31 AM3/31/20
to mojohaus-dev
I kind of meant "I would not like to release" more than "I cannot". The fact is that it has a failing test, maybe it is a regression, maybe not. If the test does not work on Windows, for example, does it mean that the functionality is broken on Windows, or just the test?


tiistai 31. maaliskuuta 2020 4.07.39 UTC+3 Olivier Lamy kirjoitti:
Ok I will try to release it.

To unsubscribe from this group and stop receiving emails from it, send an email to mojoha...@googlegroups.com.

Olivier Lamy

unread,
Mar 31, 2020, 12:04:24 AM3/31/20
to mojoha...@googlegroups.com
On Tue, 31 Mar 2020 at 14:00, Lasse Lindqvist <lasse.k....@gmail.com> wrote:
I kind of meant "I would not like to release" more than "I cannot". The fact is that it has a failing test, maybe it is a regression, maybe not. If the test does not work on Windows, for example, does it mean that the functionality is broken on Windows, or just the test?

not sure. But it's not a regression as it concerns a new feature and the IT only fail for windows.
So I do not consider this as blocker 
 

Stephanie Wang

unread,
Mar 31, 2020, 11:02:54 AM3/31/20
to mojoha...@googlegroups.com

Stephanie Wang

unread,
Mar 31, 2020, 6:23:17 PM3/31/20
to mojohaus-dev
Looks like maven central still doesn't have version 1.2.2. Any idea why it's taking so long this time? I see the artifact in sonatype. Does it usually take this long? Thanks!

Olivier Lamy

unread,
Mar 31, 2020, 6:41:49 PM3/31/20
to mojoha...@googlegroups.com
Hi 
The procedure has a vote phase which is 72h from the start of the vote. https://groups.google.com/d/msg/mojohaus-dev/SUpfz0L1_cc/s2_pqGwEBAAJ  
So we still need to wait 48h (I know it's weird but it's probably some "heritage" from the past :) ) 


Stephanie Wang

unread,
Mar 31, 2020, 6:43:43 PM3/31/20
to mojoha...@googlegroups.com
Ah - understood. Thanks. Will check back in 48h.

Hervé Boutemy

unread,
Apr 1, 2020, 4:37:32 AM4/1/20
to mojoha...@googlegroups.com
you can also participate to the vote = test the staged artifact and confirm it's working as expected, so Olivier can publish the release in 48h with more confidence than only his own conviction

Stephanie Wang

unread,
Apr 1, 2020, 12:52:29 PM4/1/20
to mojohaus-dev
+1
Thanks for the pointer. 
I tried the staged artifact by using the <version> and <profile> below and it worked as expected with resolution order and missing artifact issues fixed.

<plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>flatten-maven-plugin</artifactId>
          <version>1.2.2</version>
          ...
</plugin>

<profiles>
    <profile>
      <id>staged-releases</id>
      <pluginRepositories>
        <pluginRepository>
          <id>staged-releases</id>
        </pluginRepository>
      </pluginRepositories>
    </profile>
</profiles>

Thank you.
Reply all
Reply to author
Forward
0 new messages