Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi Justin, maybe I'm not doing in the right way. If you can help me with the proper way to do it I would appreciate it. Since this is not a flex-sdk release, we just want to release that piece of code. Let me know what's the best way to proceed. The code seems to be enough tested, since we didn't

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Justin Mclean
Hi, > Since this is not a flex-sdk release, we just want to release that piece of > code. In that case you need something to check (a release candidate) for people to vote on, otherwise it’s not a release. Thanks, Justin

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi Justin, people need to check this extension. org.apache.flex.utilities.converter flex-sdk-converter-maven-extension 1.0.0-SNAPSHOT We're using it in Apache Royale, so a good place to check it is building Apache Royale with Maven: Thanks Carlos El jue., 14 nov. 2019 a las 13:38, Justin

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Notice that repository is this: https://github.com/apache/flex-utilities El jue., 14 nov. 2019 a las 15:18, Carlos Rovira () escribió: > Hi Justin, > > people need to check this extension. > > > org.apache.flex.utilities.converter > flex-sdk-converter-maven-extension > 1.0.0-SNAPSHOT > > > We'

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Alex Harui
Carlos, Release policy documented here: http://www.apache.org/legal/release-policy.html Releases are signed artifacts, not just a repo and a tag. Christofer Dutz is still making commits to the repo. He's done a Flex release before. He should be able to help you or just do it himself. HTH,

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi Alex, thanks for the reference to the release policy document. I'll read now through it. Chris told me that work was in a feature branch, and he mixed now, so all should be in place now. Thanks El jue., 14 nov. 2019 a las 17:52, Alex Harui () escribió: > Carlos, > > Release policy documente

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Carlos Rovira
Hi, I just commit in flex-sdk my GPG sign to KEYS file, but maybe this is not the right place for flex-utilities. Hope some of you could let me know if that's the right place or not. I'm trying to do a prepare release (mvn release:prepare -DautoVersionSubmodules=true) and it's failing do to sign:

Re: [Vote] Release flex-dk-converter-maven-extension

2019-11-14 Thread Alex Harui
The KEYS file is used by others to verify your signature. The Maven gpg-plugin expects your private key to be registered somewhere on your computer. Check the documentation for the gpg-plugin. There may also be some other configuration you need to do on Windows if you are using PowerShell. HT