Revision: 8768
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8768&view=rev
Author:   dnaber
Date:     2013-01-01 19:45:02 +0000 (Tue, 01 Jan 2013)
Log Message:
-----------
some updates according to 
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

Modified Paths:
--------------
    trunk/JLanguageTool/pom.xml

Modified: trunk/JLanguageTool/pom.xml
===================================================================
--- trunk/JLanguageTool/pom.xml 2013-01-01 19:41:00 UTC (rev 8767)
+++ trunk/JLanguageTool/pom.xml 2013-01-01 19:45:02 UTC (rev 8768)
@@ -4,7 +4,7 @@
     
     <groupId>org.languagetool</groupId>
     <artifactId>languagetool</artifactId>
-    <version>1.9</version>
+    <version>2.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>
@@ -21,10 +21,16 @@
         </license>
     </licenses>
 
+    <parent>
+        <groupId>org.sonatype.oss</groupId>
+        <artifactId>oss-parent</artifactId>
+        <version>7</version>
+    </parent>
+    
     <scm>
-        
<connection>scm:svn:https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/V_1_9</connection>
-        
<developerConnection>scm:svn:https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/V_1_9</developerConnection>
-        
<url>http://languagetool.svn.sourceforge.net/languagetool/tags/V_1_9/</url>
+        
<connection>scm:svn:https://languagetool.svn.sourceforge.net/svnroot/languagetool/trunk/JLanguageTool</connection>
+        
<developerConnection>scm:svn:https://languagetool.svn.sourceforge.net/svnroot/languagetool/trunk/JLanguageTool</developerConnection>
+        
<url>http://languagetool.svn.sourceforge.net/languagetool/trunk/JLanguageTool/</url>
     </scm>
 
     <properties>
@@ -69,6 +75,13 @@
         </resources>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                  
<tagBase>https://languagetool.svn.sourceforge.net/svnroot/languagetool/tags/</tagBase>
+                </configuration>
+            </plugin>            
+            <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>2.3.2</version>
                 <configuration>

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


------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to