Changeset 2195 for FCKeditor.Java/trunk

Show
Ignore:
Timestamp:
2008-07-08 21:49:22 (5 months ago)
Author:
mosipov
Message:

[maven-release-plugin] prepare for next development iteration

Location:
FCKeditor.Java/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/java-core/pom.xml

    r2193 r2195  
    4747                <groupId>net.fckeditor</groupId> 
    4848                <artifactId>fckeditor-java</artifactId> 
    49                 <version>2.4</version> 
     49                <version>2.5-SNAPSHOT</version> 
    5050        </parent> 
    5151 
  • FCKeditor.Java/trunk/java-demo/pom.xml

    r2193 r2195  
    77                        <groupId>net.fckeditor</groupId> 
    88                        <artifactId>java-core</artifactId> 
    9                         <version>2.4</version> 
     9                        <version>2.5-SNAPSHOT</version> 
    1010                </dependency> 
    1111                <dependency> 
     
    1919                <groupId>net.fckeditor</groupId> 
    2020                <artifactId>fckeditor-java</artifactId> 
    21                 <version>2.4</version> 
     21                <version>2.5-SNAPSHOT</version> 
    2222        </parent> 
    2323 
  • FCKeditor.Java/trunk/pom.xml

    r2193 r2195  
    33        <groupId>net.fckeditor</groupId> 
    44        <artifactId>fckeditor-java</artifactId> 
    5         <version>2.4</version> 
     5        <version>2.5-SNAPSHOT</version> 
    66        <packaging>pom</packaging> 
    77        <modules> 
     
    293293        </mailingLists> 
    294294        <scm> 
    295                 <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/tags/2.4</connection> 
    296                 <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/tags/2.4</developerConnection> 
    297                 <url>http://dev.fckeditor.net/browser/FCKeditor.Java/tags/2.4</url> 
     295                <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection> 
     296                <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection> 
     297                <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url> 
    298298        </scm> 
    299299        <prerequisites>