Hi,

I have prepared a 2.3.1 release for Maven Central. It's the same as 2.3 
plus Stefan's fixes for the multi-threading problem.

As a developer, you can test the artifacts by adding this to your 
pom.xml:

     <repositories>
         <repository>
             <id>sonatypestaging</id>
             <name>Sonatype Staging</name>
             <releases>
                 <enabled>true</enabled>
                 <updatePolicy>always</updatePolicy>
                 <checksumPolicy>warn</checksumPolicy>
             </releases>
             <snapshots>
                 <enabled>false</enabled>
                 <updatePolicy>never</updatePolicy>
                 <checksumPolicy>fail</checksumPolicy>
             </snapshots>
             
<url>https://oss.sonatype.org/content/repositories/orglanguagetool-1003/</url>
             <layout>default</layout>
         </repository>
     </repositories>

If you give it a try, please let me know of the results. I'd like to 
release 2.3.1 for Maven Central tomorrow night.

Regards
  Daniel

-- 
http://www.danielnaber.de


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Languagetool-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to