Hi Fabian,

I will do the validation today in the evening. Sorry for being late on
that, but this was a very extensive week for me.

best
Rupert

On Fri, Jun 15, 2012 at 10:21 PM, Fabian Christ
<[email protected]> wrote:
> Dear Stanbolers,
>
> thanks everyone for their votes so far. Would be nice to have some
> more from PPMC and IPMC members on this release. Perhaps one or two of
> our mentors find the time to check this release, so that we can call a
> vote on the incubator list next week.
>
> Thanks,
>  - Fabian
>
> 2012/6/13 Rafa Haro <[email protected]>:
>> Works for me too....just changing this SVN location
>>
>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.data.sites.dbpedia-0.10.0-incubating
>>
>> for this one
>>
>> svn co
>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.data.sites.dbpedia-1.0.4-incubating/
>>
>> Regards
>>
>> El 13/06/12 12:05, Encolpe Degoute escribió:
>>
>>> It works for me too.
>>>
>>> Le 13/06/2012 11:54, Fabian Christ a écrit :
>>>>
>>>> Hi,
>>>>
>>>> I built and checked the RC2 staged files from a clean repo. Everything
>>>> worked fine for me.
>>>>
>>>> Minor issue:
>>>> Building commons.data.parent gives this warning
>>>>     [echo] *
>>>>     [echo] * WARNING - this build downloads some OpenNLP files that are
>>>> *not*
>>>>     [echo] * licensed under the Apache License, and have more restrictive
>>>> usage
>>>>     [echo] * terms than the Apache Stanbol code. See STANBOL-545 for more
>>>>     [echo] * information:
>>>> https://issues.apache.org/jira/browse/STANBOL-545
>>>>     [echo] *
>>>> But actually no OpenNLP files were downloaded during the build. This
>>>> is not the case for the parent POM. So this is just a wrong warning.
>>>>
>>>> My +1 for this release
>>>>
>>>> Best,
>>>>  - Fabian
>>>>
>>>> 2012/6/7 Fabian Christ<[email protected]>:
>>>>>
>>>>> Dear Stanbolers,
>>>>>
>>>>> please vote for releasing Apache Stanbol 0.10.0-incubating (RC2).
>>>>>
>>>>> This release consists of the following components fixing the listed
>>>>> issues. When verifying the release, you have to build the components
>>>>> in the given order because of dependencies.
>>>>>
>>>>> - source-assembly-0.10.0-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/source-assembly-0.10.0-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-645] - Rename source release assembly descriptor
>>>>>   * [STANBOL-640] - Create Stanbol source release assembly descriptor
>>>>>
>>>>> - stanbol-parent-1-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/stanbol-parent-1-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-553] - Remove dependency management for
>>>>>     org.apache.stanbol components from parent POM
>>>>>
>>>>> - org.apache.stanbol.commons.solr.core-0.10.0-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.commons.solr.core-0.10.0-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-606] - Language prefixes are added to non
>>>>>     TextConstraint in queries for the Entityhub
>>>>>
>>>>> - org.apache.stanbol.commons.web.base-0.10.0-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.commons.web.base-0.10.0-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-555] - Remove test dependency of commons.web.base to
>>>>>     enhancer.servicesapi
>>>>>   * [STANBOL-606] - Language prefixes are added to non
>>>>>     TextConstraint in queries for the Entityhub
>>>>>   * [STANBOL-607] - SolrYard should use quotes instead of AND for
>>>>>     multi word TextConstraints
>>>>>
>>>>> - org.apache.stanbol.data.parent-0.10.0-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.data.parent-0.10.0-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-637] - Build warns for downloaded OpenNLP models when
>>>>>     instead a DBPedia index is downloaded
>>>>>
>>>>> - org.apache.stanbol.data.sites.dbpedia-0.10.0-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/org.apache.stanbol.data.sites.dbpedia-0.10.0-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-638] - Make DBPedia data bundle releaseable
>>>>>
>>>>> - apache-stanbol-entityhub-0.10.0-incubating
>>>>>  tag:
>>>>> https://svn.apache.org/repos/asf/incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating
>>>>>  fixed issues:
>>>>>   * [STANBOL-590] - LDPath processor operating on the IndexingSource
>>>>>     and Implementation for the JenaTDB based indexing source.
>>>>>   * [STANBOL-592] - LDPath processor operating on the
>>>>>     IndexingDestination in the post-processing phase
>>>>>   * [STANBOL-598] - Support Reconciliation properties on the full
>>>>>     text field of entities
>>>>>   * [STANBOL-599] - Support Reconcilliation properties on the semantic
>>>>> context
>>>>>   * [STANBOL-568] - Entityhub indexing tool is not able to
>>>>>     initialise if the path contains a space
>>>>>   * [STANBOL-606] - Language prefixes are added to non
>>>>>     TextConstraint in queries for the Entityhub
>>>>>   * [STANBOL-610] - Indexing Directory parameter does not work for
>>>>>     the genericrdf Indexing Tool
>>>>>   * [STANBOL-616] - Wrong CORS Response
>>>>>   * [STANBOL-654] - The SolrYard does not correcly enclose multi
>>>>>     word query terms in quotes
>>>>>   * [STANBOL-589] - Allow usage of SimilarityConstraints via the
>>>>>     RESTful API of the Entityhub
>>>>>   * [STANBOL-595] - Add support for ValueConstraints with multiple
>>>>> values
>>>>>   * [STANBOL-600] - Update the namespaces used by the Entityhub to
>>>>>     stanbol.apache.org URIs
>>>>>   * [STANBOL-607] - SolrYard should use quotes instead of AND for
>>>>>     multi word TextConstraints
>>>>>   * [STANBOL-556] - LdPath processor for Entityhub Indexing
>>>>>   * [STANBOL-591] - Add support for post-processing to the Entityhub
>>>>>     Indexing Tool
>>>>>   * [STANBOL-593] - EntityIterator implementation based on Jena TDB
>>>>>     that allows to filter Entities based on Triple Filters
>>>>>   * [STANBOL-594] - Google Refine Reconciliation Service support
>>>>>   * [STANBOL-596] - Add support for full text searches to FieldQuery
>>>>>   * [STANBOL-597] - Add support for semantic context queries to
>>>>> FieldQuery
>>>>>
>>>>> The released artifacts can be downloaded from the staging repository:
>>>>>
>>>>> https://repository.apache.org/content/repositories/orgapachestanbol-197/org/apache/stanbol/
>>>>>
>>>>> Please note, that the staging repository also contains additional
>>>>> Maven artifacts and binaries of the Entityhub (and of the other
>>>>> components). However, the source release of the Entityhub is located
>>>>> in the 'apache-stanbol-entityhub-0.10.0-incubating' folder. The Maven
>>>>> artifacts and binaries are only deployed for convenience and were
>>>>> automatically created from the source release. The source release
>>>>> packages to verify are always named '*.source-release.[zip|tar.gz]'.
>>>>>
>>>>> Keys can be found at:
>>>>> http://www.apache.org/dist/incubator/stanbol/KEYS
>>>>>
>>>>> This vote is open for at least 72 hours.
>>>>>
>>>>> --
>>>>> Fabian
>>>>> http://twitter.com/fctwitt
>>>>
>>>>
>>>
>> This message should be regarded as confidential. If you have received this
>> email in error please notify the sender and destroy it immediately.
>> Statements of intent shall only become binding when confirmed in hard copy
>> by an authorised signatory.
>>
>> Zaizi Ltd is registered in England and Wales with the registration number
>> 6440931. The Registered Office is 222 Westbourne Studios, 242 Acklam Road,
>> London W10 5JJ, UK.
>>
>
>
>
> --
> Fabian
> http://twitter.com/fctwitt



-- 
| Rupert Westenthaler             [email protected]
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to