This is the second vote thread to release a new bug fix release for the
release16.11 branch. This new release, "Apache OFBiz 16.11.06" will supersede all the previous releases from the same branch. The release files can be downloaded from here: https://dist.apache.org/repos/dist/dev/ofbiz/ and are: * apache-ofbiz-16.11.06.zip * KEYS: text file with keys * apache-ofbiz-16.11.06.zip.asc: the detached signature file * apache-ofbiz-16.11.06.zip.sha512: checksum file Please download and test the zip file and its signatures (for instructions on testing the signatures see http://www.apache.org/info/verification.html). The preview of the Release Notes can be found at: https://ofbiz.apache.org/release-notes-16.11.06.html Vote: [ +1] release as Apache OFBiz 16.11.06 [ -1] do not release In order to provide enough time to discuss and test the candidate files, this vote will be open for at least 10 days. For more details about this process please read http://www.apache.org/foundation/voting.html Best Regards, Jacopo Cappellato |
Administrator
|
Thanks Jacopo
checksum OK, tests OK, runs OK +1 Jacques Le 27/08/2019 à 11:47, Jacopo Cappellato a écrit : > This is the second vote thread to release a new bug fix release for the > release16.11 branch. > This new release, "Apache OFBiz 16.11.06" will supersede all the previous > releases from the same branch. > The release files can be downloaded from here: > > https://dist.apache.org/repos/dist/dev/ofbiz/ > > and are: > > * apache-ofbiz-16.11.06.zip > * KEYS: text file with keys > * apache-ofbiz-16.11.06.zip.asc: the detached signature file > * apache-ofbiz-16.11.06.zip.sha512: checksum file > > Please download and test the zip file and its signatures (for instructions > on testing the signatures see http://www.apache.org/info/verification.html). > > The preview of the Release Notes can be found at: > https://ofbiz.apache.org/release-notes-16.11.06.html > > Vote: > [ +1] release as Apache OFBiz 16.11.06 > [ -1] do not release > > In order to provide enough time to discuss and test the candidate files, > this vote will be open for at least 10 days. > > For more details about this process please read > http://www.apache.org/foundation/voting.html > > Best Regards, > Jacopo Cappellato > |
In reply to this post by Jacopo Cappellato-3
+1, thank you Jacopo!
Everything seems good - 1. Checksums and signing certificate $ ../ofbiz-tools/verify-ofbiz-release.sh apache-ofbiz-16.11.06.zip sha check of file: apache-ofbiz-16.11.06.zip Using sha file: apache-ofbiz-16.11.06.zip.sha512 apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A 4FA2E958 30F1EB3F 62A81E01 apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A 4FA2E958 30F1EB3F 62A81E01 sha checksum OK GPG verification output gpg: Signature made Tue Aug 27 15:05:16 2019 IST gpg: using RSA key 7A580908847AF9E0 gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) < [hidden email]>" 2. Initializing gradle wrapper, build, and tests are successful, the steps followed are as follows (using macOS Mojave OS) - -- Unzip apache-ofbiz-16.11.06.zip -- Executed the ./gradle/init-gradle-wrapper cmd -- Executed load and test command $ ./gradlew loadDefault testIntegration BUILD SUCCESSFUL Best regards, Swapnil M Mane, ofbiz.apache.org On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < [hidden email]> wrote: > This is the second vote thread to release a new bug fix release for the > release16.11 branch. > This new release, "Apache OFBiz 16.11.06" will supersede all the previous > releases from the same branch. > The release files can be downloaded from here: > > https://dist.apache.org/repos/dist/dev/ofbiz/ > > and are: > > * apache-ofbiz-16.11.06.zip > * KEYS: text file with keys > * apache-ofbiz-16.11.06.zip.asc: the detached signature file > * apache-ofbiz-16.11.06.zip.sha512: checksum file > > Please download and test the zip file and its signatures (for instructions > on testing the signatures see http://www.apache.org/info/verification.html > ). > > The preview of the Release Notes can be found at: > https://ofbiz.apache.org/release-notes-16.11.06.html > > Vote: > [ +1] release as Apache OFBiz 16.11.06 > [ -1] do not release > > In order to provide enough time to discuss and test the candidate files, > this vote will be open for at least 10 days. > > For more details about this process please read > http://www.apache.org/foundation/voting.html > > Best Regards, > Jacopo Cappellato > |
same here
+1 On 8/28/19 9:25 AM, Swapnil M Mane wrote: > +1, thank you Jacopo! > > Everything seems good - > > 1. Checksums and signing certificate > $ ../ofbiz-tools/verify-ofbiz-release.sh apache-ofbiz-16.11.06.zip > sha check of file: apache-ofbiz-16.11.06.zip > Using sha file: apache-ofbiz-16.11.06.zip.sha512 > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A > 4FA2E958 30F1EB3F 62A81E01 > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A > 4FA2E958 30F1EB3F 62A81E01 > sha checksum OK > > GPG verification output > gpg: Signature made Tue Aug 27 15:05:16 2019 IST > gpg: using RSA key 7A580908847AF9E0 > gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) < > [hidden email]>" > > 2. Initializing gradle wrapper, build, and tests are successful, the steps > followed are as follows (using macOS Mojave OS) - > -- Unzip apache-ofbiz-16.11.06.zip > -- Executed the ./gradle/init-gradle-wrapper cmd > -- Executed load and test command > $ ./gradlew loadDefault testIntegration > BUILD SUCCESSFUL > > > Best regards, > Swapnil M Mane, > ofbiz.apache.org > > > > On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < > [hidden email]> wrote: > >> This is the second vote thread to release a new bug fix release for the >> release16.11 branch. >> This new release, "Apache OFBiz 16.11.06" will supersede all the previous >> releases from the same branch. >> The release files can be downloaded from here: >> >> https://dist.apache.org/repos/dist/dev/ofbiz/ >> >> and are: >> >> * apache-ofbiz-16.11.06.zip >> * KEYS: text file with keys >> * apache-ofbiz-16.11.06.zip.asc: the detached signature file >> * apache-ofbiz-16.11.06.zip.sha512: checksum file >> >> Please download and test the zip file and its signatures (for instructions >> on testing the signatures see http://www.apache.org/info/verification.html >> ). >> >> The preview of the Release Notes can be found at: >> https://ofbiz.apache.org/release-notes-16.11.06.html >> >> Vote: >> [ +1] release as Apache OFBiz 16.11.06 >> [ -1] do not release >> >> In order to provide enough time to discuss and test the candidate files, >> this vote will be open for at least 10 days. >> >> For more details about this process please read >> http://www.apache.org/foundation/voting.html >> >> Best Regards, >> Jacopo Cappellato >> |
+1
-- Best Regards, Suraj Khurana Technical Consultant On Wed, Aug 28, 2019 at 1:20 PM Nicolas Malin <[hidden email]> wrote: > same here > > +1 > > On 8/28/19 9:25 AM, Swapnil M Mane wrote: > > +1, thank you Jacopo! > > > > Everything seems good - > > > > 1. Checksums and signing certificate > > $ ../ofbiz-tools/verify-ofbiz-release.sh apache-ofbiz-16.11.06.zip > > sha check of file: apache-ofbiz-16.11.06.zip > > Using sha file: apache-ofbiz-16.11.06.zip.sha512 > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A > > 4FA2E958 30F1EB3F 62A81E01 > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A > > 4FA2E958 30F1EB3F 62A81E01 > > sha checksum OK > > > > GPG verification output > > gpg: Signature made Tue Aug 27 15:05:16 2019 IST > > gpg: using RSA key 7A580908847AF9E0 > > gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) < > > [hidden email]>" > > > > 2. Initializing gradle wrapper, build, and tests are successful, the > steps > > followed are as follows (using macOS Mojave OS) - > > -- Unzip apache-ofbiz-16.11.06.zip > > -- Executed the ./gradle/init-gradle-wrapper cmd > > -- Executed load and test command > > $ ./gradlew loadDefault testIntegration > > BUILD SUCCESSFUL > > > > > > Best regards, > > Swapnil M Mane, > > ofbiz.apache.org > > > > > > > > On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < > > [hidden email]> wrote: > > > >> This is the second vote thread to release a new bug fix release for the > >> release16.11 branch. > >> This new release, "Apache OFBiz 16.11.06" will supersede all the > previous > >> releases from the same branch. > >> The release files can be downloaded from here: > >> > >> https://dist.apache.org/repos/dist/dev/ofbiz/ > >> > >> and are: > >> > >> * apache-ofbiz-16.11.06.zip > >> * KEYS: text file with keys > >> * apache-ofbiz-16.11.06.zip.asc: the detached signature file > >> * apache-ofbiz-16.11.06.zip.sha512: checksum file > >> > >> Please download and test the zip file and its signatures (for > instructions > >> on testing the signatures see > http://www.apache.org/info/verification.html > >> ). > >> > >> The preview of the Release Notes can be found at: > >> https://ofbiz.apache.org/release-notes-16.11.06.html > >> > >> Vote: > >> [ +1] release as Apache OFBiz 16.11.06 > >> [ -1] do not release > >> > >> In order to provide enough time to discuss and test the candidate files, > >> this vote will be open for at least 10 days. > >> > >> For more details about this process please read > >> http://www.apache.org/foundation/voting.html > >> > >> Best Regards, > >> Jacopo Cappellato > >> > |
+1
-- Thanks and Regards, Aditya Sharma On Thu, Aug 29, 2019 at 10:52 AM Suraj Khurana <[hidden email]> wrote: > +1 > > -- > Best Regards, > Suraj Khurana > Technical Consultant > > > > > > > > On Wed, Aug 28, 2019 at 1:20 PM Nicolas Malin <[hidden email]> > wrote: > > > same here > > > > +1 > > > > On 8/28/19 9:25 AM, Swapnil M Mane wrote: > > > +1, thank you Jacopo! > > > > > > Everything seems good - > > > > > > 1. Checksums and signing certificate > > > $ ../ofbiz-tools/verify-ofbiz-release.sh apache-ofbiz-16.11.06.zip > > > sha check of file: apache-ofbiz-16.11.06.zip > > > Using sha file: apache-ofbiz-16.11.06.zip.sha512 > > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC > > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A > > > 4FA2E958 30F1EB3F 62A81E01 > > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 DDF323DC > > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 D22E6C6A > > > 4FA2E958 30F1EB3F 62A81E01 > > > sha checksum OK > > > > > > GPG verification output > > > gpg: Signature made Tue Aug 27 15:05:16 2019 IST > > > gpg: using RSA key 7A580908847AF9E0 > > > gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) < > > > [hidden email]>" > > > > > > 2. Initializing gradle wrapper, build, and tests are successful, the > > steps > > > followed are as follows (using macOS Mojave OS) - > > > -- Unzip apache-ofbiz-16.11.06.zip > > > -- Executed the ./gradle/init-gradle-wrapper cmd > > > -- Executed load and test command > > > $ ./gradlew loadDefault testIntegration > > > BUILD SUCCESSFUL > > > > > > > > > Best regards, > > > Swapnil M Mane, > > > ofbiz.apache.org > > > > > > > > > > > > On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < > > > [hidden email]> wrote: > > > > > >> This is the second vote thread to release a new bug fix release for > the > > >> release16.11 branch. > > >> This new release, "Apache OFBiz 16.11.06" will supersede all the > > previous > > >> releases from the same branch. > > >> The release files can be downloaded from here: > > >> > > >> https://dist.apache.org/repos/dist/dev/ofbiz/ > > >> > > >> and are: > > >> > > >> * apache-ofbiz-16.11.06.zip > > >> * KEYS: text file with keys > > >> * apache-ofbiz-16.11.06.zip.asc: the detached signature file > > >> * apache-ofbiz-16.11.06.zip.sha512: checksum file > > >> > > >> Please download and test the zip file and its signatures (for > > instructions > > >> on testing the signatures see > > http://www.apache.org/info/verification.html > > >> ). > > >> > > >> The preview of the Release Notes can be found at: > > >> https://ofbiz.apache.org/release-notes-16.11.06.html > > >> > > >> Vote: > > >> [ +1] release as Apache OFBiz 16.11.06 > > >> [ -1] do not release > > >> > > >> In order to provide enough time to discuss and test the candidate > files, > > >> this vote will be open for at least 10 days. > > >> > > >> For more details about this process please read > > >> http://www.apache.org/foundation/voting.html > > >> > > >> Best Regards, > > >> Jacopo Cappellato > > >> > > > |
+1
On Thu, Aug 29, 2019, 8:55 AM Aditya Sharma <[hidden email]> wrote: > +1 > > -- > Thanks and Regards, > Aditya Sharma > > On Thu, Aug 29, 2019 at 10:52 AM Suraj Khurana <[hidden email]> wrote: > > > +1 > > > > -- > > Best Regards, > > Suraj Khurana > > Technical Consultant > > > > > > > > > > > > > > > > On Wed, Aug 28, 2019 at 1:20 PM Nicolas Malin <[hidden email]> > > wrote: > > > > > same here > > > > > > +1 > > > > > > On 8/28/19 9:25 AM, Swapnil M Mane wrote: > > > > +1, thank you Jacopo! > > > > > > > > Everything seems good - > > > > > > > > 1. Checksums and signing certificate > > > > $ ../ofbiz-tools/verify-ofbiz-release.sh apache-ofbiz-16.11.06.zip > > > > sha check of file: apache-ofbiz-16.11.06.zip > > > > Using sha file: apache-ofbiz-16.11.06.zip.sha512 > > > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 > DDF323DC > > > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 > D22E6C6A > > > > 4FA2E958 30F1EB3F 62A81E01 > > > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 > DDF323DC > > > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 > D22E6C6A > > > > 4FA2E958 30F1EB3F 62A81E01 > > > > sha checksum OK > > > > > > > > GPG verification output > > > > gpg: Signature made Tue Aug 27 15:05:16 2019 IST > > > > gpg: using RSA key 7A580908847AF9E0 > > > > gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) < > > > > [hidden email]>" > > > > > > > > 2. Initializing gradle wrapper, build, and tests are successful, the > > > steps > > > > followed are as follows (using macOS Mojave OS) - > > > > -- Unzip apache-ofbiz-16.11.06.zip > > > > -- Executed the ./gradle/init-gradle-wrapper cmd > > > > -- Executed load and test command > > > > $ ./gradlew loadDefault testIntegration > > > > BUILD SUCCESSFUL > > > > > > > > > > > > Best regards, > > > > Swapnil M Mane, > > > > ofbiz.apache.org > > > > > > > > > > > > > > > > On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < > > > > [hidden email]> wrote: > > > > > > > >> This is the second vote thread to release a new bug fix release for > > the > > > >> release16.11 branch. > > > >> This new release, "Apache OFBiz 16.11.06" will supersede all the > > > previous > > > >> releases from the same branch. > > > >> The release files can be downloaded from here: > > > >> > > > >> https://dist.apache.org/repos/dist/dev/ofbiz/ > > > >> > > > >> and are: > > > >> > > > >> * apache-ofbiz-16.11.06.zip > > > >> * KEYS: text file with keys > > > >> * apache-ofbiz-16.11.06.zip.asc: the detached signature file > > > >> * apache-ofbiz-16.11.06.zip.sha512: checksum file > > > >> > > > >> Please download and test the zip file and its signatures (for > > > instructions > > > >> on testing the signatures see > > > http://www.apache.org/info/verification.html > > > >> ). > > > >> > > > >> The preview of the Release Notes can be found at: > > > >> https://ofbiz.apache.org/release-notes-16.11.06.html > > > >> > > > >> Vote: > > > >> [ +1] release as Apache OFBiz 16.11.06 > > > >> [ -1] do not release > > > >> > > > >> In order to provide enough time to discuss and test the candidate > > files, > > > >> this vote will be open for at least 10 days. > > > >> > > > >> For more details about this process please read > > > >> http://www.apache.org/foundation/voting.html > > > >> > > > >> Best Regards, > > > >> Jacopo Cappellato > > > >> > > > > > > |
+1
On Thu, 29 Aug 2019 at 17:12, Taher Alkhateeb <[hidden email]> wrote: > +1 > > On Thu, Aug 29, 2019, 8:55 AM Aditya Sharma <[hidden email]> > wrote: > > > +1 > > > > -- > > Thanks and Regards, > > Aditya Sharma > > > > On Thu, Aug 29, 2019 at 10:52 AM Suraj Khurana <[hidden email]> > wrote: > > > > > +1 > > > > > > -- > > > Best Regards, > > > Suraj Khurana > > > Technical Consultant > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Aug 28, 2019 at 1:20 PM Nicolas Malin < > [hidden email]> > > > wrote: > > > > > > > same here > > > > > > > > +1 > > > > > > > > On 8/28/19 9:25 AM, Swapnil M Mane wrote: > > > > > +1, thank you Jacopo! > > > > > > > > > > Everything seems good - > > > > > > > > > > 1. Checksums and signing certificate > > > > > $ ../ofbiz-tools/verify-ofbiz-release.sh apache-ofbiz-16.11.06.zip > > > > > sha check of file: apache-ofbiz-16.11.06.zip > > > > > Using sha file: apache-ofbiz-16.11.06.zip.sha512 > > > > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 > > DDF323DC > > > > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 > > D22E6C6A > > > > > 4FA2E958 30F1EB3F 62A81E01 > > > > > apache-ofbiz-16.11.06.zip: 407F03CF C0A60B0F 363E83FC 55C0D301 > > DDF323DC > > > > > 016B2C96 CA624791 046E8367 AE629A38 F4CE597F AE1E1F2E C504E895 > > D22E6C6A > > > > > 4FA2E958 30F1EB3F 62A81E01 > > > > > sha checksum OK > > > > > > > > > > GPG verification output > > > > > gpg: Signature made Tue Aug 27 15:05:16 2019 IST > > > > > gpg: using RSA key 7A580908847AF9E0 > > > > > gpg: Good signature from "Jacopo Cappellato (CODE SIGNING KEY) < > > > > > [hidden email]>" > > > > > > > > > > 2. Initializing gradle wrapper, build, and tests are successful, > the > > > > steps > > > > > followed are as follows (using macOS Mojave OS) - > > > > > -- Unzip apache-ofbiz-16.11.06.zip > > > > > -- Executed the ./gradle/init-gradle-wrapper cmd > > > > > -- Executed load and test command > > > > > $ ./gradlew loadDefault testIntegration > > > > > BUILD SUCCESSFUL > > > > > > > > > > > > > > > Best regards, > > > > > Swapnil M Mane, > > > > > ofbiz.apache.org > > > > > > > > > > > > > > > > > > > > On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < > > > > > [hidden email]> wrote: > > > > > > > > > >> This is the second vote thread to release a new bug fix release > for > > > the > > > > >> release16.11 branch. > > > > >> This new release, "Apache OFBiz 16.11.06" will supersede all the > > > > previous > > > > >> releases from the same branch. > > > > >> The release files can be downloaded from here: > > > > >> > > > > >> https://dist.apache.org/repos/dist/dev/ofbiz/ > > > > >> > > > > >> and are: > > > > >> > > > > >> * apache-ofbiz-16.11.06.zip > > > > >> * KEYS: text file with keys > > > > >> * apache-ofbiz-16.11.06.zip.asc: the detached signature file > > > > >> * apache-ofbiz-16.11.06.zip.sha512: checksum file > > > > >> > > > > >> Please download and test the zip file and its signatures (for > > > > instructions > > > > >> on testing the signatures see > > > > http://www.apache.org/info/verification.html > > > > >> ). > > > > >> > > > > >> The preview of the Release Notes can be found at: > > > > >> https://ofbiz.apache.org/release-notes-16.11.06.html > > > > >> > > > > >> Vote: > > > > >> [ +1] release as Apache OFBiz 16.11.06 > > > > >> [ -1] do not release > > > > >> > > > > >> In order to provide enough time to discuss and test the candidate > > > files, > > > > >> this vote will be open for at least 10 days. > > > > >> > > > > >> For more details about this process please read > > > > >> http://www.apache.org/foundation/voting.html > > > > >> > > > > >> Best Regards, > > > > >> Jacopo Cappellato > > > > >> > > > > > > > > > > -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Australia Phone: +61 3 9585 6788 Web: http://www.coherentsoftware.com.au/ Email: [hidden email] |
In reply to this post by Jacopo Cappellato-3
+1
Thanks and Regards -- Akash Jain On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < [hidden email]> wrote: > This is the second vote thread to release a new bug fix release for the > release16.11 branch. > This new release, "Apache OFBiz 16.11.06" will supersede all the previous > releases from the same branch. > The release files can be downloaded from here: > > https://dist.apache.org/repos/dist/dev/ofbiz/ > > and are: > > * apache-ofbiz-16.11.06.zip > * KEYS: text file with keys > * apache-ofbiz-16.11.06.zip.asc: the detached signature file > * apache-ofbiz-16.11.06.zip.sha512: checksum file > > Please download and test the zip file and its signatures (for instructions > on testing the signatures see http://www.apache.org/info/verification.html > ). > > The preview of the Release Notes can be found at: > https://ofbiz.apache.org/release-notes-16.11.06.html > > Vote: > [ +1] release as Apache OFBiz 16.11.06 > [ -1] do not release > > In order to provide enough time to discuss and test the candidate files, > this vote will be open for at least 10 days. > > For more details about this process please read > http://www.apache.org/foundation/voting.html > > Best Regards, > Jacopo Cappellato > |
+1, thanks Jacopo.
Everything seems good! -- Thanks & Regards Pawan Verma Technical Consultant *HotWax Systems* *Enterprise open source experts* http://www.hotwaxsystems.com On Fri, Aug 30, 2019 at 1:55 PM Akash Jain <[hidden email]> wrote: > +1 > > Thanks and Regards > -- > Akash Jain > > On Tue, Aug 27, 2019 at 3:18 PM Jacopo Cappellato < > [hidden email]> wrote: > > > This is the second vote thread to release a new bug fix release for the > > release16.11 branch. > > This new release, "Apache OFBiz 16.11.06" will supersede all the previous > > releases from the same branch. > > The release files can be downloaded from here: > > > > https://dist.apache.org/repos/dist/dev/ofbiz/ > > > > and are: > > > > * apache-ofbiz-16.11.06.zip > > * KEYS: text file with keys > > * apache-ofbiz-16.11.06.zip.asc: the detached signature file > > * apache-ofbiz-16.11.06.zip.sha512: checksum file > > > > Please download and test the zip file and its signatures (for > instructions > > on testing the signatures see > http://www.apache.org/info/verification.html > > ). > > > > The preview of the Release Notes can be found at: > > https://ofbiz.apache.org/release-notes-16.11.06.html > > > > Vote: > > [ +1] release as Apache OFBiz 16.11.06 > > [ -1] do not release > > > > In order to provide enough time to discuss and test the candidate files, > > this vote will be open for at least 10 days. > > > > For more details about this process please read > > http://www.apache.org/foundation/voting.html > > > > Best Regards, > > Jacopo Cappellato > > > |
In reply to this post by Jacopo Cappellato-3
+1
Jacopo On Tue, Aug 27, 2019 at 3:47 AM Jacopo Cappellato < [hidden email]> wrote: > This is the second vote thread to release a new bug fix release for the > release16.11 branch. > This new release, "Apache OFBiz 16.11.06" will supersede all the previous > releases from the same branch. > The release files can be downloaded from here: > > https://dist.apache.org/repos/dist/dev/ofbiz/ > > and are: > > * apache-ofbiz-16.11.06.zip > * KEYS: text file with keys > * apache-ofbiz-16.11.06.zip.asc: the detached signature file > * apache-ofbiz-16.11.06.zip.sha512: checksum file > > Please download and test the zip file and its signatures (for instructions > on testing the signatures see http://www.apache.org/info/verification.html > ). > > The preview of the Release Notes can be found at: > https://ofbiz.apache.org/release-notes-16.11.06.html > > Vote: > [ +1] release as Apache OFBiz 16.11.06 > [ -1] do not release > > In order to provide enough time to discuss and test the candidate files, > this vote will be open for at least 10 days. > > For more details about this process please read > http://www.apache.org/foundation/voting.html > > Best Regards, > Jacopo Cappellato > |
In reply to this post by Jacopo Cappellato-3
Thank you!
The voting process is now closed and the vote is successful with 10 positive votes ("+1") of which 5 binding votes from PMC members; no other votes have been expressed. Thank you all for your participation. We will proceed with the remaining steps and in a few days we will publish and announce the release. Jacopo Cappellato On Tue, Aug 27, 2019 at 3:47 AM Jacopo Cappellato < [hidden email]> wrote: > This is the second vote thread to release a new bug fix release for the > release16.11 branch. > This new release, "Apache OFBiz 16.11.06" will supersede all the previous > releases from the same branch. > The release files can be downloaded from here: > > https://dist.apache.org/repos/dist/dev/ofbiz/ > > and are: > > * apache-ofbiz-16.11.06.zip > * KEYS: text file with keys > * apache-ofbiz-16.11.06.zip.asc: the detached signature file > * apache-ofbiz-16.11.06.zip.sha512: checksum file > > Please download and test the zip file and its signatures (for instructions > on testing the signatures see http://www.apache.org/info/verification.html > ). > > The preview of the Release Notes can be found at: > https://ofbiz.apache.org/release-notes-16.11.06.html > > Vote: > [ +1] release as Apache OFBiz 16.11.06 > [ -1] do not release > > In order to provide enough time to discuss and test the candidate files, > this vote will be open for at least 10 days. > > For more details about this process please read > http://www.apache.org/foundation/voting.html > > Best Regards, > Jacopo Cappellato > |
Free forum by Nabble | Edit this page |