Re: svn commit: r1681259 - in /opennlp/trunk: opennlp-distr/pom.xml opennlp-docs/pom.xml opennlp-tools/pom.xml opennlp-uima/pom.xml pom.xml

2015-05-26 Thread Ethan Wang
Hey folks,

is g...@github.com:apache/opennlp.git still an official place for this project? 
If so is there anyone doing sync between svn and that? 

Thanks,

Ethan



> On May 22, 2015, at 9:19 PM, co...@apache.org wrote:
> 
> Author: colen
> Date: Sat May 23 02:19:41 2015
> New Revision: 1681259
> 
> URL: http://svn.apache.org/r1681259
> Log:
> [maven-release-plugin] prepare for next development iteration
> 
> Modified:
>opennlp/trunk/opennlp-distr/pom.xml
>opennlp/trunk/opennlp-docs/pom.xml
>opennlp/trunk/opennlp-tools/pom.xml
>opennlp/trunk/opennlp-uima/pom.xml
>opennlp/trunk/pom.xml
> 
> Modified: opennlp/trunk/opennlp-distr/pom.xml
> URL: 
> http://svn.apache.org/viewvc/opennlp/trunk/opennlp-distr/pom.xml?rev=1681259&r1=1681258&r2=1681259&view=diff
> ==
> --- opennlp/trunk/opennlp-distr/pom.xml (original)
> +++ opennlp/trunk/opennlp-distr/pom.xml Sat May 23 02:19:41 2015
> @@ -24,7 +24,7 @@
>   
>   org.apache.opennlp
>   opennlp
> - 1.6.0
> + 1.6.1-SNAPSHOT
>   ../pom.xml
>   
> 
> @@ -37,12 +37,12 @@
>   
>   org.apache.opennlp
>   opennlp-tools
> - 1.6.0
> + 1.6.1-SNAPSHOT
>   
>   
>   org.apache.opennlp
>   opennlp-uima
> - 1.6.0
> + 1.6.1-SNAPSHOT
>   
>   
> 
> 
> Modified: opennlp/trunk/opennlp-docs/pom.xml
> URL: 
> http://svn.apache.org/viewvc/opennlp/trunk/opennlp-docs/pom.xml?rev=1681259&r1=1681258&r2=1681259&view=diff
> ==
> --- opennlp/trunk/opennlp-docs/pom.xml (original)
> +++ opennlp/trunk/opennlp-docs/pom.xml Sat May 23 02:19:41 2015
> @@ -24,7 +24,7 @@
>   
>   org.apache.opennlp
>   opennlp
> - 1.6.0
> + 1.6.1-SNAPSHOT
> ../pom.xml
>   
> 
> 
> Modified: opennlp/trunk/opennlp-tools/pom.xml
> URL: 
> http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/pom.xml?rev=1681259&r1=1681258&r2=1681259&view=diff
> ==
> --- opennlp/trunk/opennlp-tools/pom.xml (original)
> +++ opennlp/trunk/opennlp-tools/pom.xml Sat May 23 02:19:41 2015
> @@ -25,7 +25,7 @@
>   
> org.apache.opennlp
> opennlp
> -1.6.0
> +1.6.1-SNAPSHOT
> ../pom.xml
>   
> 
> 
> Modified: opennlp/trunk/opennlp-uima/pom.xml
> URL: 
> http://svn.apache.org/viewvc/opennlp/trunk/opennlp-uima/pom.xml?rev=1681259&r1=1681258&r2=1681259&view=diff
> ==
> --- opennlp/trunk/opennlp-uima/pom.xml (original)
> +++ opennlp/trunk/opennlp-uima/pom.xml Sat May 23 02:19:41 2015
> @@ -25,7 +25,7 @@
>   
>   org.apache.opennlp
>   opennlp
> - 1.6.0
> + 1.6.1-SNAPSHOT
>   ../pom.xml
> 
> 
> @@ -46,7 +46,7 @@
>   
>   org.apache.opennlp
>   opennlp-tools
> - 1.6.0
> + 1.6.1-SNAPSHOT
>   
> 
>   
> 
> Modified: opennlp/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/opennlp/trunk/pom.xml?rev=1681259&r1=1681258&r2=1681259&view=diff
> ==
> Binary files - no diff available.
> 
> 



questions regarding four sub poms

2015-05-03 Thread Ethan Wang
Hey folks,

any one help me catch up here, I'm trying to leverage opennlp on one of my 
projects. What's the uses among opennlp-distr, opennlp-docs, opennlp-tools, and 
opennlp-uima four folders? Seems to me all source code and main part are at 
tools, and distr is just the binary executable files. and the other two are 
just documents. Is that correct?

Thanks,

Ethan