You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by Jörn Kottmann <ko...@gmail.com> on 2012/12/19 21:17:20 UTC

Re: Next release

Lets start to get the release done, are there any issues expect the two open
ones which need to go into this release ?

Open issues are:
OPENNLP-541 Improve ADChunkSampleStream
OPENNLP-402 CLI tools and formats refactored

Jörn

On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
> Hi all,
>
> it has been a while since we released 1.5.2 and to me it looks
> like its time for 1.5.3. I usually work now with the trunk version
> because it just contain too many fixes I need for my day job.
>
> I will volunteer to be release manager if nobody else wants to
> take this role.
>
> Any opinions?
>
> Jörn


Re: Next release

Posted by Rodrigo Agerri <ro...@ehu.es>.
On Mon, Feb 18, 2013 at 2:56 PM, Jörn Kottmann <ko...@gmail.com> wrote:
> On 02/18/2013 02:27 PM, Rodrigo Agerri wrote:
>>
>> If it is of any help, I have been using the coreference module with
>> jwnl 1.4_rc3 and it works.
>
>
> Did you use the provided models, or did you train with your own data?

The provided models.

Cheers,

R

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/18/2013 02:27 PM, Rodrigo Agerri wrote:
> If it is of any help, I have been using the coreference module with
> jwnl 1.4_rc3 and it works.

Did you use the provided models, or did you train with your own data?

Thanks,
Jörn

Re: Next release

Posted by Rodrigo Agerri <ro...@ehu.es>.
Hello,

If it is of any help, I have been using the coreference module with
jwnl 1.4_rc3 and it works.

Cheers,

Rodrigo

On Mon, Feb 18, 2013 at 1:56 PM, William Colen <wi...@gmail.com> wrote:
> With jwnl 1.4_rc3 the code at least compiles.
>
> Also, it would be nice if someone familiar with the Coreference module
> could add some tests to the test plan:
>
> https://cwiki.apache.org/OPENNLP/testplan153.html
>
>
> On Sun, Feb 17, 2013 at 10:07 PM, Lance Norskog <go...@gmail.com> wrote:
>
>> OPENNLP-510 Maven dependency on jwnl is broken
>>
>> The version of JWNL used in coreference does not have an available Maven
>> download. This made it hard to add OpenNLP to the Lucene/Solr project.
>>
>> That project made a final (abandonment) release that is in Maven.
>> http://search.maven.org/#**artifactdetails%7Cnet.sf.**
>> jwordnet%7Cjwnl%7C1.4_rc3%**7Cjar<http://search.maven.org/#artifactdetails%7Cnet.sf.jwordnet%7Cjwnl%7C1.4_rc3%7Cjar>
>>
>> Are there any coref users out there? Could you please check if this
>> version works?
>>
>>
>> On 12/19/2012 12:17 PM, Jörn Kottmann wrote:
>>
>>> Lets start to get the release done, are there any issues expect the two
>>> open
>>> ones which need to go into this release ?
>>>
>>> Open issues are:
>>> OPENNLP-541 Improve ADChunkSampleStream
>>> OPENNLP-402 CLI tools and formats refactored
>>>
>>> Jörn
>>>
>>> On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
>>>
>>>> Hi all,
>>>>
>>>> it has been a while since we released 1.5.2 and to me it looks
>>>> like its time for 1.5.3. I usually work now with the trunk version
>>>> because it just contain too many fixes I need for my day job.
>>>>
>>>> I will volunteer to be release manager if nobody else wants to
>>>> take this role.
>>>>
>>>> Any opinions?
>>>>
>>>> Jörn
>>>>
>>>
>>>
>>

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/18/2013 01:56 PM, William Colen wrote:
> With jwnl 1.4_rc3 the code at least compiles.
>
> Also, it would be nice if someone familiar with the Coreference module
> could add some tests to the test plan:
>
> https://cwiki.apache.org/OPENNLP/testplan153.html

The coref code uses wordnet ids directly in the feature generation,
in an update from a previous version to 1.3 these ids changed and
the models had to be re-trained.

We need to investigate if an update would change the ids again,
its probably easier and safer to get the repository problem solved for now,
and then for 1.6 we should find a better solution, e.g. moving the coref
stuff to the sandbox until we are able to train and test it.

Anyway this whole thing should not stop us from producing our first
RC so we can start testing.

+1 to place jwnl 1.3 in a stable repository before we release.

Jörn

Re: Next release

Posted by William Colen <wi...@gmail.com>.
With jwnl 1.4_rc3 the code at least compiles.

Also, it would be nice if someone familiar with the Coreference module
could add some tests to the test plan:

https://cwiki.apache.org/OPENNLP/testplan153.html


On Sun, Feb 17, 2013 at 10:07 PM, Lance Norskog <go...@gmail.com> wrote:

> OPENNLP-510 Maven dependency on jwnl is broken
>
> The version of JWNL used in coreference does not have an available Maven
> download. This made it hard to add OpenNLP to the Lucene/Solr project.
>
> That project made a final (abandonment) release that is in Maven.
> http://search.maven.org/#**artifactdetails%7Cnet.sf.**
> jwordnet%7Cjwnl%7C1.4_rc3%**7Cjar<http://search.maven.org/#artifactdetails%7Cnet.sf.jwordnet%7Cjwnl%7C1.4_rc3%7Cjar>
>
> Are there any coref users out there? Could you please check if this
> version works?
>
>
> On 12/19/2012 12:17 PM, Jörn Kottmann wrote:
>
>> Lets start to get the release done, are there any issues expect the two
>> open
>> ones which need to go into this release ?
>>
>> Open issues are:
>> OPENNLP-541 Improve ADChunkSampleStream
>> OPENNLP-402 CLI tools and formats refactored
>>
>> Jörn
>>
>> On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
>>
>>> Hi all,
>>>
>>> it has been a while since we released 1.5.2 and to me it looks
>>> like its time for 1.5.3. I usually work now with the trunk version
>>> because it just contain too many fixes I need for my day job.
>>>
>>> I will volunteer to be release manager if nobody else wants to
>>> take this role.
>>>
>>> Any opinions?
>>>
>>> Jörn
>>>
>>
>>
>

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/19/2013 11:55 AM, Aliaksandr Autayeu wrote:
>>   Lets start to get the release done, are there any issues expect the two
>>> >>open
>>> >>ones which need to go into this release ?
>>> >>
>>> >>Open issues are:
>>> >>OPENNLP-541 Improve ADChunkSampleStream
>>> >>OPENNLP-402 CLI tools and formats refactored
>>> >>
>> >Jörn, can you remind me what remains there? I've seen you commit on the
> simplification you proposed and although I didn't agree earlier, after I
> saw what you did - it does make sense.


On OPENNLP-402 I assumed lazy consensus, and fixed the two concerns I 
stated on the issue,
anyway should something be changed, or is it fine how it is now?

The whole command line interface refactoring is a big step forward, 
especially the possibility
to train directly on a corpus without converting it first manually.

Jörn



Re: Next release

Posted by Aliaksandr Autayeu <al...@autayeu.com>.
On 12/19/2012 12:17 PM, Jörn Kottmann wrote:

>  Lets start to get the release done, are there any issues expect the two
>> open
>> ones which need to go into this release ?
>>
>> Open issues are:
>> OPENNLP-541 Improve ADChunkSampleStream
>> OPENNLP-402 CLI tools and formats refactored
>>
> Jörn, can you remind me what remains there? I've seen you commit on the
simplification you proposed and although I didn't agree earlier, after I
saw what you did - it does make sense.

Aliaksandr

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/19/2013 02:37 PM, William Colen wrote:
> Should we try to upload it to Central Repo using "jwnl" as groupid? What do
> you think?

+1, if that is possible it would be preferable for us, if they want to 
use another group id we
can just update our pom to the new group id.

Jörn

Re: Next release

Posted by Benson Margulies <bi...@gmail.com>.
yes, ossrh will do that

On Feb 19, 2013, at 8:38 AM, William Colen <wi...@gmail.com> wrote:

> Should we try to upload it to Central Repo using "jwnl" as groupid? What do
> you think?
>
>
> On Mon, Feb 18, 2013 at 3:03 PM, Benson Margulies <bi...@gmail.com>wrote:
>
>> upload to central via ossrh.
>>
>> On Feb 18, 2013, at 12:46 PM, William Colen <wi...@gmail.com>
>> wrote:
>>
>>> We are using "jwnl" as groupid, I don't know if we can upload using this
>>> groupid. The best would be to reflect the Java package, which is
>>> net.didion.jwnl, or to follow the one used by 14. rc3, which
>>> is net.sf.jwordnet.jwnl.
>>> But changing the groupid would not help the already released OpenNLP
>>> versions.
>>>
>>>
>>> On Mon, Feb 18, 2013 at 12:07 PM, Jörn Kottmann <ko...@gmail.com>
>> wrote:
>>>
>>>> On 02/18/2013 03:17 PM, William Colen wrote:
>>>>
>>>>> I suppose we can't use opennlp.apache.org to host it, can we?
>>>> We probably could somehow distribute it from Apache servers, but if we
>>>> can get it into the central maven repository it would also fix the issue
>>>> for the already
>>>> released OpenNLP versions as far as I know.
>>>>
>>>> Here is a guide which explains the process:
>>>> https://docs.sonatype.org/**display/Repository/Uploading+**
>>>> 3rd-party+Artifacts+to+The+**Central+Repository<
>> https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository
>>>
>>>>
>>>> Jörn
>>

Re: Next release

Posted by William Colen <wi...@gmail.com>.
Should we try to upload it to Central Repo using "jwnl" as groupid? What do
you think?


On Mon, Feb 18, 2013 at 3:03 PM, Benson Margulies <bi...@gmail.com>wrote:

> upload to central via ossrh.
>
> On Feb 18, 2013, at 12:46 PM, William Colen <wi...@gmail.com>
> wrote:
>
> > We are using "jwnl" as groupid, I don't know if we can upload using this
> > groupid. The best would be to reflect the Java package, which is
> > net.didion.jwnl, or to follow the one used by 14. rc3, which
> > is net.sf.jwordnet.jwnl.
> > But changing the groupid would not help the already released OpenNLP
> > versions.
> >
> >
> > On Mon, Feb 18, 2013 at 12:07 PM, Jörn Kottmann <ko...@gmail.com>
> wrote:
> >
> >> On 02/18/2013 03:17 PM, William Colen wrote:
> >>
> >>> I suppose we can't use opennlp.apache.org to host it, can we?
> >> We probably could somehow distribute it from Apache servers, but if we
> >> can get it into the central maven repository it would also fix the issue
> >> for the already
> >> released OpenNLP versions as far as I know.
> >>
> >> Here is a guide which explains the process:
> >> https://docs.sonatype.org/**display/Repository/Uploading+**
> >> 3rd-party+Artifacts+to+The+**Central+Repository<
> https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository
> >
> >>
> >> Jörn
> >>
>

Re: Next release

Posted by Benson Margulies <bi...@gmail.com>.
upload to central via ossrh.

On Feb 18, 2013, at 12:46 PM, William Colen <wi...@gmail.com> wrote:

> We are using "jwnl" as groupid, I don't know if we can upload using this
> groupid. The best would be to reflect the Java package, which is
> net.didion.jwnl, or to follow the one used by 14. rc3, which
> is net.sf.jwordnet.jwnl.
> But changing the groupid would not help the already released OpenNLP
> versions.
>
>
> On Mon, Feb 18, 2013 at 12:07 PM, Jörn Kottmann <ko...@gmail.com> wrote:
>
>> On 02/18/2013 03:17 PM, William Colen wrote:
>>
>>> I suppose we can't use opennlp.apache.org to host it, can we?
>> We probably could somehow distribute it from Apache servers, but if we
>> can get it into the central maven repository it would also fix the issue
>> for the already
>> released OpenNLP versions as far as I know.
>>
>> Here is a guide which explains the process:
>> https://docs.sonatype.org/**display/Repository/Uploading+**
>> 3rd-party+Artifacts+to+The+**Central+Repository<https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository>
>>
>> Jörn
>>

Re: Next release

Posted by William Colen <wi...@gmail.com>.
We are using "jwnl" as groupid, I don't know if we can upload using this
groupid. The best would be to reflect the Java package, which is
net.didion.jwnl, or to follow the one used by 14. rc3, which
is net.sf.jwordnet.jwnl.
But changing the groupid would not help the already released OpenNLP
versions.


On Mon, Feb 18, 2013 at 12:07 PM, Jörn Kottmann <ko...@gmail.com> wrote:

> On 02/18/2013 03:17 PM, William Colen wrote:
>
>> I suppose we can't use opennlp.apache.org to host it, can we?
>>
>>
> We probably could somehow distribute it from Apache servers, but if we
> can get it into the central maven repository it would also fix the issue
> for the already
> released OpenNLP versions as far as I know.
>
> Here is a guide which explains the process:
> https://docs.sonatype.org/**display/Repository/Uploading+**
> 3rd-party+Artifacts+to+The+**Central+Repository<https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository>
>
> Jörn
>

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/18/2013 03:17 PM, William Colen wrote:
> I suppose we can't use opennlp.apache.org to host it, can we?
>

We probably could somehow distribute it from Apache servers, but if we
can get it into the central maven repository it would also fix the issue 
for the already
released OpenNLP versions as far as I know.

Here is a guide which explains the process:
https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository

Jörn

Re: Next release

Posted by William Colen <wi...@gmail.com>.
I suppose we can't use opennlp.apache.org to host it, can we?


On Mon, Feb 18, 2013 at 10:57 AM, Jörn Kottmann <ko...@gmail.com> wrote:

> On 02/18/2013 02:07 AM, Lance Norskog wrote:
>
>> OPENNLP-510 Maven dependency on jwnl is broken
>>
>> The version of JWNL used in coreference does not have an available
>> Maven download. This made it hard to add OpenNLP to the Lucene/Solr
>> project.
>>
>> That project made a final (abandonment) release that is in Maven.
>> http://search.maven.org/#**artifactdetails%7Cnet.sf.**
>> jwordnet%7Cjwnl%7C1.4_rc3%**7Cjar<http://search.maven.org/#artifactdetails%7Cnet.sf.jwordnet%7Cjwnl%7C1.4_rc3%7Cjar>
>>
>>
>> Are there any coref users out there? Could you please check if this
>> version works?
>>
>
> The dependency is hosted in the maven repository on SourceForge, so it
> should be possible
> to get the 1.3 dependency automatically. From time to time this site gets
> too much traffic
> and is blocked, which makes the build unreliable.
>
> We shouldn't update to a newer version just for the sake of solving the
> repository problem,
> we could instead just create a new repository somewhere else or try to get
> it into an existing one.
>
> Jörn
>

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/18/2013 02:07 AM, Lance Norskog wrote:
> OPENNLP-510 Maven dependency on jwnl is broken
>
> The version of JWNL used in coreference does not have an available
> Maven download. This made it hard to add OpenNLP to the Lucene/Solr
> project.
>
> That project made a final (abandonment) release that is in Maven.
> http://search.maven.org/#artifactdetails%7Cnet.sf.jwordnet%7Cjwnl%7C1.4_rc3%7Cjar
>
>
> Are there any coref users out there? Could you please check if this
> version works?

The dependency is hosted in the maven repository on SourceForge, so it 
should be possible
to get the 1.3 dependency automatically. From time to time this site 
gets too much traffic
and is blocked, which makes the build unreliable.

We shouldn't update to a newer version just for the sake of solving the 
repository problem,
we could instead just create a new repository somewhere else or try to 
get it into an existing one.

Jörn

Re: Next release

Posted by Lance Norskog <go...@gmail.com>.
OPENNLP-510 Maven dependency on jwnl is broken

The version of JWNL used in coreference does not have an available Maven 
download. This made it hard to add OpenNLP to the Lucene/Solr project.

That project made a final (abandonment) release that is in Maven.
http://search.maven.org/#artifactdetails%7Cnet.sf.jwordnet%7Cjwnl%7C1.4_rc3%7Cjar

Are there any coref users out there? Could you please check if this 
version works?

On 12/19/2012 12:17 PM, Jörn Kottmann wrote:
> Lets start to get the release done, are there any issues expect the 
> two open
> ones which need to go into this release ?
>
> Open issues are:
> OPENNLP-541 Improve ADChunkSampleStream
> OPENNLP-402 CLI tools and formats refactored
>
> Jörn
>
> On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
>> Hi all,
>>
>> it has been a while since we released 1.5.2 and to me it looks
>> like its time for 1.5.3. I usually work now with the trunk version
>> because it just contain too many fixes I need for my day job.
>>
>> I will volunteer to be release manager if nobody else wants to
>> take this role.
>>
>> Any opinions?
>>
>> Jörn
>


Re: Next release

Posted by Jason Baldridge <ja...@gmail.com>.
+1

On Thu, Feb 14, 2013 at 6:31 AM, William Colen <wi...@gmail.com>wrote:

> Hi!!
>
> I can be the Release Manager for 1.5.3. It would be nice because Jörn was
> the Release Manager for all the other releases and we should have other
> members of the team familiar with the process.
>
> I would like to candidate myself as the Release Manager for 1.5.3. I will
> start building our first RC with Jörn supervision soon.
>
> Thank you,
> William
>
> On Wed, Dec 19, 2012 at 6:17 PM, Jörn Kottmann <ko...@gmail.com> wrote:
>
> > Lets start to get the release done, are there any issues expect the two
> > open
> > ones which need to go into this release ?
> >
> > Open issues are:
> > OPENNLP-541 Improve ADChunkSampleStream
> > OPENNLP-402 CLI tools and formats refactored
> >
> > Jörn
> >
> >
> > On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
> >
> >> Hi all,
> >>
> >> it has been a while since we released 1.5.2 and to me it looks
> >> like its time for 1.5.3. I usually work now with the trunk version
> >> because it just contain too many fixes I need for my day job.
> >>
> >> I will volunteer to be release manager if nobody else wants to
> >> take this role.
> >>
> >> Any opinions?
> >>
> >> Jörn
> >>
> >
> >
>



-- 
Jason Baldridge
Associate Professor, Department of Linguistics
The University of Texas at Austin
http://www.jasonbaldridge.com
http://twitter.com/jasonbaldridge

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
We will probably soon hear how it works for William, as far as I know
it should just work if the repository is set up in the settings.xml.

The attachment got removed by the mailing list server.

Jörn

On 02/15/2013 05:31 AM, Boris Galitsky wrote:
> Hi William
>   It is  a separate project which has its own structure, similar to opennlp.tools . Its pom.xml is working, creating an artifact, but has some kind of security issue uploading it to apache server. The idea was to try to do it in parallel with 1.5.3.
>    I am attaching the pom.xml for your information
> RegardsBoris
>
>
>
>
>
>> From: william.colen@gmail.com
>> Date: Thu, 14 Feb 2013 18:41:59 -0200
>> Subject: Re: Next release
>> To: dev@opennlp.apache.org
>>
>> Hi, Boris,
>>
>> What i s the issue with the Similarity component? Is it part of the Maxent
>> + Tools release?
>>
>> Thank you,
>> William
>>
>>
>>
>> On Thu, Feb 14, 2013 at 12:06 PM, Boris Galitsky <bg...@hotmail.com>wrote:
>>
>>> It would be great if we can identify the problem in how to finish the
>>> release of 'similarity'.
>>> RegardsBoris
>>>
>>>
>>>
>>>
>>>
>>>> Date: Thu, 14 Feb 2013 13:57:06 +0100
>>>> From: kottmann@gmail.com
>>>> To: dev@opennlp.apache.org
>>>> Subject: Re: Next release
>>>>
>>>> On 02/14/2013 01:31 PM, William Colen wrote:
>>>>> I can be the Release Manager for 1.5.3. It would be nice because Jörn
>>> was
>>>>> the Release Manager for all the other releases and we should have other
>>>>> members of the team familiar with the process.
>>>>>
>>>>> I would like to candidate myself as the Release Manager for 1.5.3. I
>>> will
>>>>> start building our first RC with Jörn supervision soon.
>>>> +1 thanks. Its an important step for the project to distribute the
>>>> knowledge of
>>>> how to make a release.
>>>>
>>>> Jörn
>>>
>   		 	   		


RE: Next release

Posted by Boris Galitsky <bg...@hotmail.com>.
Hi William
 It is  a separate project which has its own structure, similar to opennlp.tools . Its pom.xml is working, creating an artifact, but has some kind of security issue uploading it to apache server. The idea was to try to do it in parallel with 1.5.3.
  I am attaching the pom.xml for your information
RegardsBoris





> From: william.colen@gmail.com
> Date: Thu, 14 Feb 2013 18:41:59 -0200
> Subject: Re: Next release
> To: dev@opennlp.apache.org
> 
> Hi, Boris,
> 
> What i s the issue with the Similarity component? Is it part of the Maxent
> + Tools release?
> 
> Thank you,
> William
> 
> 
> 
> On Thu, Feb 14, 2013 at 12:06 PM, Boris Galitsky <bg...@hotmail.com>wrote:
> 
> > It would be great if we can identify the problem in how to finish the
> > release of 'similarity'.
> > RegardsBoris
> >
> >
> >
> >
> >
> > > Date: Thu, 14 Feb 2013 13:57:06 +0100
> > > From: kottmann@gmail.com
> > > To: dev@opennlp.apache.org
> > > Subject: Re: Next release
> > >
> > > On 02/14/2013 01:31 PM, William Colen wrote:
> > > > I can be the Release Manager for 1.5.3. It would be nice because Jörn
> > was
> > > > the Release Manager for all the other releases and we should have other
> > > > members of the team familiar with the process.
> > > >
> > > > I would like to candidate myself as the Release Manager for 1.5.3. I
> > will
> > > > start building our first RC with Jörn supervision soon.
> > >
> > > +1 thanks. Its an important step for the project to distribute the
> > > knowledge of
> > > how to make a release.
> > >
> > > Jörn
> >
> >
 		 	   		  

Re: Next release

Posted by William Colen <wi...@gmail.com>.
Hi, Boris,

What i s the issue with the Similarity component? Is it part of the Maxent
+ Tools release?

Thank you,
William



On Thu, Feb 14, 2013 at 12:06 PM, Boris Galitsky <bg...@hotmail.com>wrote:

> It would be great if we can identify the problem in how to finish the
> release of 'similarity'.
> RegardsBoris
>
>
>
>
>
> > Date: Thu, 14 Feb 2013 13:57:06 +0100
> > From: kottmann@gmail.com
> > To: dev@opennlp.apache.org
> > Subject: Re: Next release
> >
> > On 02/14/2013 01:31 PM, William Colen wrote:
> > > I can be the Release Manager for 1.5.3. It would be nice because Jörn
> was
> > > the Release Manager for all the other releases and we should have other
> > > members of the team familiar with the process.
> > >
> > > I would like to candidate myself as the Release Manager for 1.5.3. I
> will
> > > start building our first RC with Jörn supervision soon.
> >
> > +1 thanks. Its an important step for the project to distribute the
> > knowledge of
> > how to make a release.
> >
> > Jörn
>
>

RE: Next release

Posted by Boris Galitsky <bg...@hotmail.com>.
It would be great if we can identify the problem in how to finish the release of 'similarity'.
RegardsBoris





> Date: Thu, 14 Feb 2013 13:57:06 +0100
> From: kottmann@gmail.com
> To: dev@opennlp.apache.org
> Subject: Re: Next release
> 
> On 02/14/2013 01:31 PM, William Colen wrote:
> > I can be the Release Manager for 1.5.3. It would be nice because Jörn was
> > the Release Manager for all the other releases and we should have other
> > members of the team familiar with the process.
> >
> > I would like to candidate myself as the Release Manager for 1.5.3. I will
> > start building our first RC with Jörn supervision soon.
> 
> +1 thanks. Its an important step for the project to distribute the 
> knowledge of
> how to make a release.
> 
> Jörn
 		 	   		  

Re: Next release

Posted by Jörn Kottmann <ko...@gmail.com>.
On 02/14/2013 01:31 PM, William Colen wrote:
> I can be the Release Manager for 1.5.3. It would be nice because Jörn was
> the Release Manager for all the other releases and we should have other
> members of the team familiar with the process.
>
> I would like to candidate myself as the Release Manager for 1.5.3. I will
> start building our first RC with Jörn supervision soon.

+1 thanks. Its an important step for the project to distribute the 
knowledge of
how to make a release.

Jörn

Re: Next release

Posted by Aliaksandr Autayeu <al...@autayeu.com>.
+1! Well said.

Aliaksandr

On Thu, Feb 14, 2013 at 1:31 PM, William Colen <wi...@gmail.com>wrote:

> Hi!!
>
> I can be the Release Manager for 1.5.3. It would be nice because Jörn was
> the Release Manager for all the other releases and we should have other
> members of the team familiar with the process.
>
> I would like to candidate myself as the Release Manager for 1.5.3. I will
> start building our first RC with Jörn supervision soon.
>
> Thank you,
> William
>
> On Wed, Dec 19, 2012 at 6:17 PM, Jörn Kottmann <ko...@gmail.com> wrote:
>
> > Lets start to get the release done, are there any issues expect the two
> > open
> > ones which need to go into this release ?
> >
> > Open issues are:
> > OPENNLP-541 Improve ADChunkSampleStream
> > OPENNLP-402 CLI tools and formats refactored
> >
> > Jörn
> >
> >
> > On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
> >
> >> Hi all,
> >>
> >> it has been a while since we released 1.5.2 and to me it looks
> >> like its time for 1.5.3. I usually work now with the trunk version
> >> because it just contain too many fixes I need for my day job.
> >>
> >> I will volunteer to be release manager if nobody else wants to
> >> take this role.
> >>
> >> Any opinions?
> >>
> >> Jörn
> >>
> >
> >
>

Re: Next release

Posted by William Colen <wi...@gmail.com>.
Hi!!

I can be the Release Manager for 1.5.3. It would be nice because Jörn was
the Release Manager for all the other releases and we should have other
members of the team familiar with the process.

I would like to candidate myself as the Release Manager for 1.5.3. I will
start building our first RC with Jörn supervision soon.

Thank you,
William

On Wed, Dec 19, 2012 at 6:17 PM, Jörn Kottmann <ko...@gmail.com> wrote:

> Lets start to get the release done, are there any issues expect the two
> open
> ones which need to go into this release ?
>
> Open issues are:
> OPENNLP-541 Improve ADChunkSampleStream
> OPENNLP-402 CLI tools and formats refactored
>
> Jörn
>
>
> On 09/12/2012 03:56 PM, Jörn Kottmann wrote:
>
>> Hi all,
>>
>> it has been a while since we released 1.5.2 and to me it looks
>> like its time for 1.5.3. I usually work now with the trunk version
>> because it just contain too many fixes I need for my day job.
>>
>> I will volunteer to be release manager if nobody else wants to
>> take this role.
>>
>> Any opinions?
>>
>> Jörn
>>
>
>