You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Fabian Christ <fc...@apache.org> on 2013/01/08 21:34:58 UTC

[VOTE] Release stanbol-parent-2

Hi,

this vote is for releasing "parent-2".

This release consists of 2 artifacts that need to be built in this specific
order:

1) source-assembly-1.0.0
*.zip MD5: be859ba11389e5f0ae129beffa52588e

2) stanbol-parent-2
*.zip MD5: 832673e7b05b6a0b61387fa2677cacce
*.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723

Used signature keys are at:
https://dist.apache.org/repos/dist/release/stanbol/KEYS

The source-release packages are staged in our dist/dev SVN so you can just
check out the release from there via Subversion.

https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2

Alternatively, you can download the release from a staging repo that
additionally contains the binary artifacts that will be deployed on Maven
central.

https://repository.apache.org/content/repositories/orgapachestanbol-113/

Some helper shell scripts to check releases can be found in our SVN
https://svn.apache.org/repos/asf/stanbol/trunk/releasing

Release Notes - Stanbol - Version parent-2

** Bug
    * [STANBOL-588] - Commons modules should not have dependencies outside
of commons
    * [STANBOL-608] - Stanbol is incompatible with Java 7
    * [STANBOL-646] - POMs do not inform about the license
    * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced processing
instruction
    * [STANBOL-650] - Activate stanbol-source-release assembly descriptor
by default for releases
    * [STANBOL-747] - Update URLs in POMs after graduation
    * [STANBOL-752] - Remove DISCLAIMER in builds
    * [STANBOL-817] - make stanbol snapshot deployable

** Improvement
    * [STANBOL-248] - Stanbol Demos
    * [STANBOL-615] - Review and improve build process
    * [STANBOL-714] - Increase the Startlevel to be compatible with the
default start-level
    * [STANBOL-745] - Update Freemarker version to be compatible with
LDPath template
    * [STANBOL-805] - Move all enhancement engines into /enhancement-engines
    * [STANBOL-806] - Move all bundlelists into /launchers/bundlelists
    * [STANBOL-872] - Make the execution of integration-test deactivateable

** Task
    * [STANBOL-880] - Release parent-2

This vote is open for at least 48 hours.

Re: [VOTE] Release stanbol-parent-2

Posted by Fabian Christ <ch...@googlemail.com>.
2013/1/9 Rupert Westenthaler <ru...@gmail.com>

> Let me suggest to mention "[STANBOL-774] - Check Exported, Imported
> and Private Packages; use version ranges for Imports" in the Release
> Notes
>

Thanks for the hint. I realized that some more issues are missing that were
resolved. Here is the updated release note:

Release Notes - Stanbol - Version parent-2

** Sub-task
    * [STANBOL-773] - Check Dependencies on package level for all packages
that do contain Classes used in the Stanbol Interfaces
    * [STANBOL-774] - Check Exported, Imported and Private Packages; use
version ranges for Imports
    * [STANBOL-778] - RegisteredSolrServerTracker should track for all
services

** Bug
    * [STANBOL-561] - The default sling home MUST NOT be hard coded by any
StanbolComponent.
    * [STANBOL-588] - Commons modules should not have dependencies outside
of commons
    * [STANBOL-603] - POM of commons Solr Core defines dependencies with
versions
    * [STANBOL-608] - Stanbol is incompatible with Java 7
    * [STANBOL-646] - POMs do not inform about the license
    * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced processing
instruction
    * [STANBOL-650] - Activate stanbol-source-release assembly descriptor
by default for releases
    * [STANBOL-667] - New Parent breaks HermiT reasoner bundle
    * [STANBOL-747] - Update URLs in POMs after graduation
    * [STANBOL-752] - Remove DISCLAIMER in builds
    * [STANBOL-757] - Update to Tika 1.2
    * [STANBOL-817] - make stanbol snapshot deployable

** Improvement
    * [STANBOL-248] - Stanbol Demos
    * [STANBOL-615] - Review and improve build process
    * [STANBOL-714] - Increase the Startlevel to be compatible with the
default start-level
    * [STANBOL-745] - Update Freemarker version to be compatible with
LDPath template
    * [STANBOL-772] - Ease usage of the Stanbol Java API in embedded OSGI
scenarios
    * [STANBOL-805] - Move all enhancement engines into /enhancement-engines
    * [STANBOL-806] - Move all bundlelists into /launchers/bundlelists
    * [STANBOL-872] - Make the execution of integration-test deactivateable

** Task
    * [STANBOL-880] - Release parent-2

-- 
Fabian
http://twitter.com/fctwitt

Re: [VOTE] Release stanbol-parent-2

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi

I validated

 * check_signatures_and_digests.sh for
https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
 * check_staged_release.sh 113

both OK

* check_release_matches_tag.sh 113 /tmp/stanbol-staging

reported that DEPENDENCIES, LICENSE, NOTICE and for stanbol-parent-2
in addition RAT-REPORT are only present in release, what is AFAIK also
expected

because of that I vote with

+1

for the release.

Let me suggest to mention "[STANBOL-774] - Check Exported, Imported
and Private Packages; use version ranges for Imports" in the Release
Notes because this added the

    <_provider-policy>[$(version;===;$(@)),$(version;=+;$(@)))</_provider-policy>
    <_consumer-policy>[$(version;===;$(@)),$(version;+;$(@)))</_consumer-policy>

to the parent pom.

best
Rupert

On Tue, Jan 8, 2013 at 9:34 PM, Fabian Christ <fc...@apache.org> wrote:
> Hi,
>
> this vote is for releasing "parent-2".
>
> This release consists of 2 artifacts that need to be built in this specific
> order:
>
> 1) source-assembly-1.0.0
> *.zip MD5: be859ba11389e5f0ae129beffa52588e
>
> 2) stanbol-parent-2
> *.zip MD5: 832673e7b05b6a0b61387fa2677cacce
> *.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723
>
> Used signature keys are at:
> https://dist.apache.org/repos/dist/release/stanbol/KEYS
>
> The source-release packages are staged in our dist/dev SVN so you can just
> check out the release from there via Subversion.
>
> https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
>
> Alternatively, you can download the release from a staging repo that
> additionally contains the binary artifacts that will be deployed on Maven
> central.
>
> https://repository.apache.org/content/repositories/orgapachestanbol-113/
>
> Some helper shell scripts to check releases can be found in our SVN
> https://svn.apache.org/repos/asf/stanbol/trunk/releasing
>
> Release Notes - Stanbol - Version parent-2
>
> ** Bug
>     * [STANBOL-588] - Commons modules should not have dependencies outside
> of commons
>     * [STANBOL-608] - Stanbol is incompatible with Java 7
>     * [STANBOL-646] - POMs do not inform about the license
>     * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced processing
> instruction
>     * [STANBOL-650] - Activate stanbol-source-release assembly descriptor
> by default for releases
>     * [STANBOL-747] - Update URLs in POMs after graduation
>     * [STANBOL-752] - Remove DISCLAIMER in builds
>     * [STANBOL-817] - make stanbol snapshot deployable
>
> ** Improvement
>     * [STANBOL-248] - Stanbol Demos
>     * [STANBOL-615] - Review and improve build process
>     * [STANBOL-714] - Increase the Startlevel to be compatible with the
> default start-level
>     * [STANBOL-745] - Update Freemarker version to be compatible with
> LDPath template
>     * [STANBOL-805] - Move all enhancement engines into /enhancement-engines
>     * [STANBOL-806] - Move all bundlelists into /launchers/bundlelists
>     * [STANBOL-872] - Make the execution of integration-test deactivateable
>
> ** Task
>     * [STANBOL-880] - Release parent-2
>
> This vote is open for at least 48 hours.



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: [VOTE] Release stanbol-parent-2

Posted by Fabian Christ <fc...@apache.org>.
Hi,

the vote has passed with 7 +1 votes from PMC members. No votes for 0 or -1.

Thanks everyone for checking!

Best,
 - Fabian


2013/1/9 Reto Bachmann-Gmür <re...@apache.org>

> +1
>
> On Wed, Jan 9, 2013 at 11:29 AM, Enrico Daga <en...@gmail.com> wrote:
>
> > +1
> >
> > On 9 January 2013 11:26, Fabian Christ <ch...@googlemail.com>
> > wrote:
> >
> > > +1
> > >
> > >
> > > 2013/1/9 Tommaso Teofili <to...@gmail.com>
> > >
> > > > +1
> > > >
> > > > Tommaso
> > > >
> > > >
> > > > 2013/1/8 Fabian Christ <fc...@apache.org>
> > > >
> > > > > Hi,
> > > > >
> > > > > this vote is for releasing "parent-2".
> > > > >
> > > > > This release consists of 2 artifacts that need to be built in this
> > > > specific
> > > > > order:
> > > > >
> > > > > 1) source-assembly-1.0.0
> > > > > *.zip MD5: be859ba11389e5f0ae129beffa52588e
> > > > >
> > > > > 2) stanbol-parent-2
> > > > > *.zip MD5: 832673e7b05b6a0b61387fa2677cacce
> > > > > *.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723
> > > > >
> > > > > Used signature keys are at:
> > > > > https://dist.apache.org/repos/dist/release/stanbol/KEYS
> > > > >
> > > > > The source-release packages are staged in our dist/dev SVN so you
> can
> > > > just
> > > > > check out the release from there via Subversion.
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
> > > > >
> > > > > Alternatively, you can download the release from a staging repo
> that
> > > > > additionally contains the binary artifacts that will be deployed on
> > > Maven
> > > > > central.
> > > > >
> > > > >
> > >
> https://repository.apache.org/content/repositories/orgapachestanbol-113/
> > > > >
> > > > > Some helper shell scripts to check releases can be found in our SVN
> > > > > https://svn.apache.org/repos/asf/stanbol/trunk/releasing
> > > > >
> > > > > Release Notes - Stanbol - Version parent-2
> > > > >
> > > > > ** Bug
> > > > >     * [STANBOL-588] - Commons modules should not have dependencies
> > > > outside
> > > > > of commons
> > > > >     * [STANBOL-608] - Stanbol is incompatible with Java 7
> > > > >     * [STANBOL-646] - POMs do not inform about the license
> > > > >     * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced
> > > processing
> > > > > instruction
> > > > >     * [STANBOL-650] - Activate stanbol-source-release assembly
> > > descriptor
> > > > > by default for releases
> > > > >     * [STANBOL-747] - Update URLs in POMs after graduation
> > > > >     * [STANBOL-752] - Remove DISCLAIMER in builds
> > > > >     * [STANBOL-817] - make stanbol snapshot deployable
> > > > >
> > > > > ** Improvement
> > > > >     * [STANBOL-248] - Stanbol Demos
> > > > >     * [STANBOL-615] - Review and improve build process
> > > > >     * [STANBOL-714] - Increase the Startlevel to be compatible with
> > the
> > > > > default start-level
> > > > >     * [STANBOL-745] - Update Freemarker version to be compatible
> with
> > > > > LDPath template
> > > > >     * [STANBOL-805] - Move all enhancement engines into
> > > > > /enhancement-engines
> > > > >     * [STANBOL-806] - Move all bundlelists into
> > /launchers/bundlelists
> > > > >     * [STANBOL-872] - Make the execution of integration-test
> > > > deactivateable
> > > > >
> > > > > ** Task
> > > > >     * [STANBOL-880] - Release parent-2
> > > > >
> > > > > This vote is open for at least 48 hours.
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Fabian
> > > http://twitter.com/fctwitt
> > >
> >
> >
> >
> > --
> > Enrico Daga
> >
> > --
> > http://www.enridaga.net
> > skype: enri-pan
> >
>

Re: [VOTE] Release stanbol-parent-2

Posted by Reto Bachmann-Gmür <re...@apache.org>.
+1

On Wed, Jan 9, 2013 at 11:29 AM, Enrico Daga <en...@gmail.com> wrote:

> +1
>
> On 9 January 2013 11:26, Fabian Christ <ch...@googlemail.com>
> wrote:
>
> > +1
> >
> >
> > 2013/1/9 Tommaso Teofili <to...@gmail.com>
> >
> > > +1
> > >
> > > Tommaso
> > >
> > >
> > > 2013/1/8 Fabian Christ <fc...@apache.org>
> > >
> > > > Hi,
> > > >
> > > > this vote is for releasing "parent-2".
> > > >
> > > > This release consists of 2 artifacts that need to be built in this
> > > specific
> > > > order:
> > > >
> > > > 1) source-assembly-1.0.0
> > > > *.zip MD5: be859ba11389e5f0ae129beffa52588e
> > > >
> > > > 2) stanbol-parent-2
> > > > *.zip MD5: 832673e7b05b6a0b61387fa2677cacce
> > > > *.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723
> > > >
> > > > Used signature keys are at:
> > > > https://dist.apache.org/repos/dist/release/stanbol/KEYS
> > > >
> > > > The source-release packages are staged in our dist/dev SVN so you can
> > > just
> > > > check out the release from there via Subversion.
> > > >
> > > > https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
> > > >
> > > > Alternatively, you can download the release from a staging repo that
> > > > additionally contains the binary artifacts that will be deployed on
> > Maven
> > > > central.
> > > >
> > > >
> > https://repository.apache.org/content/repositories/orgapachestanbol-113/
> > > >
> > > > Some helper shell scripts to check releases can be found in our SVN
> > > > https://svn.apache.org/repos/asf/stanbol/trunk/releasing
> > > >
> > > > Release Notes - Stanbol - Version parent-2
> > > >
> > > > ** Bug
> > > >     * [STANBOL-588] - Commons modules should not have dependencies
> > > outside
> > > > of commons
> > > >     * [STANBOL-608] - Stanbol is incompatible with Java 7
> > > >     * [STANBOL-646] - POMs do not inform about the license
> > > >     * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced
> > processing
> > > > instruction
> > > >     * [STANBOL-650] - Activate stanbol-source-release assembly
> > descriptor
> > > > by default for releases
> > > >     * [STANBOL-747] - Update URLs in POMs after graduation
> > > >     * [STANBOL-752] - Remove DISCLAIMER in builds
> > > >     * [STANBOL-817] - make stanbol snapshot deployable
> > > >
> > > > ** Improvement
> > > >     * [STANBOL-248] - Stanbol Demos
> > > >     * [STANBOL-615] - Review and improve build process
> > > >     * [STANBOL-714] - Increase the Startlevel to be compatible with
> the
> > > > default start-level
> > > >     * [STANBOL-745] - Update Freemarker version to be compatible with
> > > > LDPath template
> > > >     * [STANBOL-805] - Move all enhancement engines into
> > > > /enhancement-engines
> > > >     * [STANBOL-806] - Move all bundlelists into
> /launchers/bundlelists
> > > >     * [STANBOL-872] - Make the execution of integration-test
> > > deactivateable
> > > >
> > > > ** Task
> > > >     * [STANBOL-880] - Release parent-2
> > > >
> > > > This vote is open for at least 48 hours.
> > > >
> > >
> >
> >
> >
> > --
> > Fabian
> > http://twitter.com/fctwitt
> >
>
>
>
> --
> Enrico Daga
>
> --
> http://www.enridaga.net
> skype: enri-pan
>

Re: [VOTE] Release stanbol-parent-2

Posted by Enrico Daga <en...@gmail.com>.
+1

On 9 January 2013 11:26, Fabian Christ <ch...@googlemail.com> wrote:

> +1
>
>
> 2013/1/9 Tommaso Teofili <to...@gmail.com>
>
> > +1
> >
> > Tommaso
> >
> >
> > 2013/1/8 Fabian Christ <fc...@apache.org>
> >
> > > Hi,
> > >
> > > this vote is for releasing "parent-2".
> > >
> > > This release consists of 2 artifacts that need to be built in this
> > specific
> > > order:
> > >
> > > 1) source-assembly-1.0.0
> > > *.zip MD5: be859ba11389e5f0ae129beffa52588e
> > >
> > > 2) stanbol-parent-2
> > > *.zip MD5: 832673e7b05b6a0b61387fa2677cacce
> > > *.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723
> > >
> > > Used signature keys are at:
> > > https://dist.apache.org/repos/dist/release/stanbol/KEYS
> > >
> > > The source-release packages are staged in our dist/dev SVN so you can
> > just
> > > check out the release from there via Subversion.
> > >
> > > https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
> > >
> > > Alternatively, you can download the release from a staging repo that
> > > additionally contains the binary artifacts that will be deployed on
> Maven
> > > central.
> > >
> > >
> https://repository.apache.org/content/repositories/orgapachestanbol-113/
> > >
> > > Some helper shell scripts to check releases can be found in our SVN
> > > https://svn.apache.org/repos/asf/stanbol/trunk/releasing
> > >
> > > Release Notes - Stanbol - Version parent-2
> > >
> > > ** Bug
> > >     * [STANBOL-588] - Commons modules should not have dependencies
> > outside
> > > of commons
> > >     * [STANBOL-608] - Stanbol is incompatible with Java 7
> > >     * [STANBOL-646] - POMs do not inform about the license
> > >     * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced
> processing
> > > instruction
> > >     * [STANBOL-650] - Activate stanbol-source-release assembly
> descriptor
> > > by default for releases
> > >     * [STANBOL-747] - Update URLs in POMs after graduation
> > >     * [STANBOL-752] - Remove DISCLAIMER in builds
> > >     * [STANBOL-817] - make stanbol snapshot deployable
> > >
> > > ** Improvement
> > >     * [STANBOL-248] - Stanbol Demos
> > >     * [STANBOL-615] - Review and improve build process
> > >     * [STANBOL-714] - Increase the Startlevel to be compatible with the
> > > default start-level
> > >     * [STANBOL-745] - Update Freemarker version to be compatible with
> > > LDPath template
> > >     * [STANBOL-805] - Move all enhancement engines into
> > > /enhancement-engines
> > >     * [STANBOL-806] - Move all bundlelists into /launchers/bundlelists
> > >     * [STANBOL-872] - Make the execution of integration-test
> > deactivateable
> > >
> > > ** Task
> > >     * [STANBOL-880] - Release parent-2
> > >
> > > This vote is open for at least 48 hours.
> > >
> >
>
>
>
> --
> Fabian
> http://twitter.com/fctwitt
>



-- 
Enrico Daga

--
http://www.enridaga.net
skype: enri-pan

Re: [VOTE] Release stanbol-parent-2

Posted by Fabian Christ <ch...@googlemail.com>.
+1


2013/1/9 Tommaso Teofili <to...@gmail.com>

> +1
>
> Tommaso
>
>
> 2013/1/8 Fabian Christ <fc...@apache.org>
>
> > Hi,
> >
> > this vote is for releasing "parent-2".
> >
> > This release consists of 2 artifacts that need to be built in this
> specific
> > order:
> >
> > 1) source-assembly-1.0.0
> > *.zip MD5: be859ba11389e5f0ae129beffa52588e
> >
> > 2) stanbol-parent-2
> > *.zip MD5: 832673e7b05b6a0b61387fa2677cacce
> > *.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723
> >
> > Used signature keys are at:
> > https://dist.apache.org/repos/dist/release/stanbol/KEYS
> >
> > The source-release packages are staged in our dist/dev SVN so you can
> just
> > check out the release from there via Subversion.
> >
> > https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
> >
> > Alternatively, you can download the release from a staging repo that
> > additionally contains the binary artifacts that will be deployed on Maven
> > central.
> >
> > https://repository.apache.org/content/repositories/orgapachestanbol-113/
> >
> > Some helper shell scripts to check releases can be found in our SVN
> > https://svn.apache.org/repos/asf/stanbol/trunk/releasing
> >
> > Release Notes - Stanbol - Version parent-2
> >
> > ** Bug
> >     * [STANBOL-588] - Commons modules should not have dependencies
> outside
> > of commons
> >     * [STANBOL-608] - Stanbol is incompatible with Java 7
> >     * [STANBOL-646] - POMs do not inform about the license
> >     * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced processing
> > instruction
> >     * [STANBOL-650] - Activate stanbol-source-release assembly descriptor
> > by default for releases
> >     * [STANBOL-747] - Update URLs in POMs after graduation
> >     * [STANBOL-752] - Remove DISCLAIMER in builds
> >     * [STANBOL-817] - make stanbol snapshot deployable
> >
> > ** Improvement
> >     * [STANBOL-248] - Stanbol Demos
> >     * [STANBOL-615] - Review and improve build process
> >     * [STANBOL-714] - Increase the Startlevel to be compatible with the
> > default start-level
> >     * [STANBOL-745] - Update Freemarker version to be compatible with
> > LDPath template
> >     * [STANBOL-805] - Move all enhancement engines into
> > /enhancement-engines
> >     * [STANBOL-806] - Move all bundlelists into /launchers/bundlelists
> >     * [STANBOL-872] - Make the execution of integration-test
> deactivateable
> >
> > ** Task
> >     * [STANBOL-880] - Release parent-2
> >
> > This vote is open for at least 48 hours.
> >
>



-- 
Fabian
http://twitter.com/fctwitt

Re: [VOTE] Release stanbol-parent-2

Posted by Tommaso Teofili <to...@gmail.com>.
+1

Tommaso


2013/1/8 Fabian Christ <fc...@apache.org>

> Hi,
>
> this vote is for releasing "parent-2".
>
> This release consists of 2 artifacts that need to be built in this specific
> order:
>
> 1) source-assembly-1.0.0
> *.zip MD5: be859ba11389e5f0ae129beffa52588e
>
> 2) stanbol-parent-2
> *.zip MD5: 832673e7b05b6a0b61387fa2677cacce
> *.tar.gz MD5: 7a715a4c45d1a82d7fbe9e47665e4723
>
> Used signature keys are at:
> https://dist.apache.org/repos/dist/release/stanbol/KEYS
>
> The source-release packages are staged in our dist/dev SVN so you can just
> check out the release from there via Subversion.
>
> https://dist.apache.org/repos/dist/dev/stanbol/staging/parent-2
>
> Alternatively, you can download the release from a staging repo that
> additionally contains the binary artifacts that will be deployed on Maven
> central.
>
> https://repository.apache.org/content/repositories/orgapachestanbol-113/
>
> Some helper shell scripts to check releases can be found in our SVN
> https://svn.apache.org/repos/asf/stanbol/trunk/releasing
>
> Release Notes - Stanbol - Version parent-2
>
> ** Bug
>     * [STANBOL-588] - Commons modules should not have dependencies outside
> of commons
>     * [STANBOL-608] - Stanbol is incompatible with Java 7
>     * [STANBOL-646] - POMs do not inform about the license
>     * [STANBOL-648] - deps/src/main/assembly/src.xml misplaced processing
> instruction
>     * [STANBOL-650] - Activate stanbol-source-release assembly descriptor
> by default for releases
>     * [STANBOL-747] - Update URLs in POMs after graduation
>     * [STANBOL-752] - Remove DISCLAIMER in builds
>     * [STANBOL-817] - make stanbol snapshot deployable
>
> ** Improvement
>     * [STANBOL-248] - Stanbol Demos
>     * [STANBOL-615] - Review and improve build process
>     * [STANBOL-714] - Increase the Startlevel to be compatible with the
> default start-level
>     * [STANBOL-745] - Update Freemarker version to be compatible with
> LDPath template
>     * [STANBOL-805] - Move all enhancement engines into
> /enhancement-engines
>     * [STANBOL-806] - Move all bundlelists into /launchers/bundlelists
>     * [STANBOL-872] - Make the execution of integration-test deactivateable
>
> ** Task
>     * [STANBOL-880] - Release parent-2
>
> This vote is open for at least 48 hours.
>

Re: [VOTE] Release stanbol-parent-2

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Tue, Jan 8, 2013 at 9:34 PM, Fabian Christ <fc...@apache.org> wrote:
> this vote is for releasing "parent-2".

+1

-Bertrand