Re: Next release (was: Re: 1.6.0 maven repo)

2014-11-21 Thread William Colen
+1 to start the release process

I candidate myself as release manager for the 1.6.0.

2014-11-20 18:32 GMT-02:00 Vinh Khuc knv...@gmail.com:

 +1 for the release of 1.6.0 RC

 Vinh

 On Thu, Nov 20, 2014 at 3:24 PM, Joern Kottmann kottm...@gmail.com
 wrote:

  Yes, all the important issues, expect one (OPENNLP-730) are closed now.
  There are still a couple of issues open about name finder feature
  generators, but those could also be added to OpenNLP in a 1.6.1 release
  or during testing.
 
  +1 to make the first RC for 1.6.0 and start testing it
 
  Jörn
 
  On Thu, 2014-11-20 at 07:33 +, Rodrigo Agerri wrote:
   +1 to start making a release. I would like to be involved too.
  
   R
   On 19 Nov 2014 23:40, Joern Kottmann kottm...@gmail.com wrote:
  
Hello,
   
yes, that should be the current state.
   
Can you please elaborate on the issue you have.
Do you get an old version?
   
We should try to make a release of 1.6.0, I think most issues
are already solved and remaining bugs we will uncover during the
 manual
testing phase.
   
Jörn
   
On Wed, 2014-11-19 at 21:20 +0100, Rodrigo Agerri wrote:
 Hi

 Any chance to release snapshot repos to maven central? Or to an
  apache
 snapshots repo?

 It would make the use of current trunk via API much easier.

 Cheers

 Rodrigo
   
   
   
 
 
 


 --
 Vinh Khuc



Re: 1.6.0 maven repo

2014-11-20 Thread Jörn Kottmann

We should probably explain it on this page:
http://opennlp.apache.org/maven-dependency.html

Jörn

On 11/20/2014 09:48 AM, Rodrigo Agerri wrote:

Hi,

On Thu, Nov 20, 2014 at 7:28 AM, Jörn Kottmann kottm...@gmail.com wrote:

You probably need to include the Apache snapshot repository in
your pom to make that work.

https://repository.apache.org/content/repositories/snapshots/

This works, thanks.

+1 to include this in the documentation. I will open an issue.

Cheers,

R




Re: Next release (was: Re: 1.6.0 maven repo)

2014-11-20 Thread Vinh Khuc
+1 for the release of 1.6.0 RC

Vinh

On Thu, Nov 20, 2014 at 3:24 PM, Joern Kottmann kottm...@gmail.com wrote:

 Yes, all the important issues, expect one (OPENNLP-730) are closed now.
 There are still a couple of issues open about name finder feature
 generators, but those could also be added to OpenNLP in a 1.6.1 release
 or during testing.

 +1 to make the first RC for 1.6.0 and start testing it

 Jörn

 On Thu, 2014-11-20 at 07:33 +, Rodrigo Agerri wrote:
  +1 to start making a release. I would like to be involved too.
 
  R
  On 19 Nov 2014 23:40, Joern Kottmann kottm...@gmail.com wrote:
 
   Hello,
  
   yes, that should be the current state.
  
   Can you please elaborate on the issue you have.
   Do you get an old version?
  
   We should try to make a release of 1.6.0, I think most issues
   are already solved and remaining bugs we will uncover during the manual
   testing phase.
  
   Jörn
  
   On Wed, 2014-11-19 at 21:20 +0100, Rodrigo Agerri wrote:
Hi
   
Any chance to release snapshot repos to maven central? Or to an
 apache
snapshots repo?
   
It would make the use of current trunk via API much easier.
   
Cheers
   
Rodrigo
  
  
  





-- 
Vinh Khuc


Re: 1.6.0 maven repo

2014-11-19 Thread Joern Kottmann
Hello,

yes, that should be the current state.

Can you please elaborate on the issue you have.
Do you get an old version?

We should try to make a release of 1.6.0, I think most issues
are already solved and remaining bugs we will uncover during the manual
testing phase. 

Jörn

On Wed, 2014-11-19 at 21:20 +0100, Rodrigo Agerri wrote:
 Hi
 
 Any chance to release snapshot repos to maven central? Or to an apache
 snapshots repo?
 
 It would make the use of current trunk via API much easier.
 
 Cheers
 
 Rodrigo




Re: 1.6.0 maven repo

2014-11-19 Thread Rodrigo Agerri
Hi,

Sorry, I was on my mobile.

The issues is that when I add version 1.6.0 as a dependency,

dependency
 groupIdorg.apache.opennlp/groupId
  artifactIdopennlp-tools/artifactId
  version1.6.0-SNAPSHOT/version
   scopecompile/scope
  /dependency

it does not find it. So, either the dependency should be specified
differently or I need to add a repository (an apache repository
presumably) which I could not find in the documentation (I used to
remember I could do this for 1.5.3-SNAPSHOT...).

Thanks,

Rodrigo

On Wed, Nov 19, 2014 at 10:38 PM, Joern Kottmann kottm...@gmail.com wrote:
 Hello,

 yes, that should be the current state.

 Can you please elaborate on the issue you have.
 Do you get an old version?

 We should try to make a release of 1.6.0, I think most issues
 are already solved and remaining bugs we will uncover during the manual
 testing phase.

 Jörn

 On Wed, 2014-11-19 at 21:20 +0100, Rodrigo Agerri wrote:
 Hi

 Any chance to release snapshot repos to maven central? Or to an apache
 snapshots repo?

 It would make the use of current trunk via API much easier.

 Cheers

 Rodrigo




Re: 1.6.0 maven repo

2014-11-19 Thread Jörn Kottmann

You probably need to include the Apache snapshot repository in
your pom to make that work.

https://repository.apache.org/content/repositories/snapshots/

Maybe we should mention that on our site, so people know how to run
the latest snapshot version.

Jörn


On 11/20/2014 07:52 AM, Rodrigo Agerri wrote:

Hi,

Sorry, I was on my mobile.

The issues is that when I add version 1.6.0 as a dependency,

dependency
  groupIdorg.apache.opennlp/groupId
   artifactIdopennlp-tools/artifactId
   version1.6.0-SNAPSHOT/version
scopecompile/scope
   /dependency

it does not find it. So, either the dependency should be specified
differently or I need to add a repository (an apache repository
presumably) which I could not find in the documentation (I used to
remember I could do this for 1.5.3-SNAPSHOT...).

Thanks,

Rodrigo

On Wed, Nov 19, 2014 at 10:38 PM, Joern Kottmann kottm...@gmail.com wrote:

Hello,

yes, that should be the current state.

Can you please elaborate on the issue you have.
Do you get an old version?

We should try to make a release of 1.6.0, I think most issues
are already solved and remaining bugs we will uncover during the manual
testing phase.

Jörn

On Wed, 2014-11-19 at 21:20 +0100, Rodrigo Agerri wrote:

Hi

Any chance to release snapshot repos to maven central? Or to an apache
snapshots repo?

It would make the use of current trunk via API much easier.

Cheers

Rodrigo






Re: 1.6.0 maven repo

2014-11-19 Thread Rodrigo Agerri
+1 to start making a release. I would like to be involved too.

R
On 19 Nov 2014 23:40, Joern Kottmann kottm...@gmail.com wrote:

 Hello,

 yes, that should be the current state.

 Can you please elaborate on the issue you have.
 Do you get an old version?

 We should try to make a release of 1.6.0, I think most issues
 are already solved and remaining bugs we will uncover during the manual
 testing phase.

 Jörn

 On Wed, 2014-11-19 at 21:20 +0100, Rodrigo Agerri wrote:
  Hi
 
  Any chance to release snapshot repos to maven central? Or to an apache
  snapshots repo?
 
  It would make the use of current trunk via API much easier.
 
  Cheers
 
  Rodrigo