Revision: 8790
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8790&view=rev
Author:   dnaber
Date:     2013-01-02 21:04:18 +0000 (Wed, 02 Jan 2013)
Log Message:
-----------
remove external repo; reset version to 2.0.1-SNAPSHOT to re-try the release

Modified Paths:
--------------
    branches/V_2_0/pom.xml

Modified: branches/V_2_0/pom.xml
===================================================================
--- branches/V_2_0/pom.xml      2013-01-02 21:01:50 UTC (rev 8789)
+++ branches/V_2_0/pom.xml      2013-01-02 21:04:18 UTC (rev 8790)
@@ -3,7 +3,7 @@
     
     <groupId>org.languagetool</groupId>
     <artifactId>languagetool</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0.1-SNAPSHOT</version>
     <url>http://www.languagetool.org</url>
     <name>LanguageTool Style and Grammar Checker</name>
     <description>LanguageTool is an Open Source proofreading software for 
English, French, German, Polish, Romanian, and more than 20 other languages. It 
finds many errors that a simple spell checker cannot detect like mixing up 
there/their and it detects some grammar problems.</description>
@@ -38,19 +38,6 @@
         <maven.compiler.target>1.6</maven.compiler.target>
     </properties>
 
-    <repositories>
-        <repository>
-            <id>ukp-oss</id>
-            
<url>http://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-releases</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
     <build>
         <resources>
             <resource>
@@ -105,7 +92,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>cn.com.cjf</groupId>
+            <groupId>com.google.code</groupId>
             <artifactId>cjftransform</artifactId>
             <version>1.0.1</version>
         </dependency>
@@ -125,9 +112,9 @@
             <version>1.3.1</version>
         </dependency>
         <dependency>
-            <groupId>org.ictclas4j</groupId>
+            <groupId>com.googlecode.ictclas4j</groupId>
             <artifactId>ictclas4j</artifactId>
-            <version>1.0</version>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>net.java.dev.jna</groupId>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to