Changeset 2193

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

[maven-release-plugin] prepare release 2.4

Location:
FCKeditor.Java/trunk
Files:
3 modified

Legend:

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

    r2178 r2193  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    21<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    32        <modelVersion>4.0.0</modelVersion> 
     
    4847                <groupId>net.fckeditor</groupId> 
    4948                <artifactId>fckeditor-java</artifactId> 
    50                 <version>2.4-SNAPSHOT</version> 
     49                <version>2.4</version> 
    5150        </parent> 
    5251 
  • FCKeditor.Java/trunk/java-demo/pom.xml

    r2167 r2193  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    2 <project xmlns="http://maven.apache.org/POM/4.0.0" 
    3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    4         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
     1<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    52        <modelVersion>4.0.0</modelVersion> 
    63        <artifactId>java-demo</artifactId> 
     
    107                        <groupId>net.fckeditor</groupId> 
    118                        <artifactId>java-core</artifactId> 
    12                         <version>2.4-SNAPSHOT</version> 
     9                        <version>2.4</version> 
    1310                </dependency> 
    1411                <dependency> 
     
    2219                <groupId>net.fckeditor</groupId> 
    2320                <artifactId>fckeditor-java</artifactId> 
    24                 <version>2.4-SNAPSHOT</version> 
     21                <version>2.4</version> 
    2522        </parent> 
    2623 
  • FCKeditor.Java/trunk/pom.xml

    r2169 r2193  
    1 <?xml version="1.0" encoding="UTF-8"?> 
    21<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 
    32        <modelVersion>4.0.0</modelVersion> 
    43        <groupId>net.fckeditor</groupId> 
    54        <artifactId>fckeditor-java</artifactId> 
    6         <version>2.4-SNAPSHOT</version> 
     5        <version>2.4</version> 
    76        <packaging>pom</packaging> 
    87        <modules> 
     
    294293        </mailingLists> 
    295294        <scm> 
    296                 <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection> 
    297                 <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection> 
    298                 <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url> 
     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> 
    299298        </scm> 
    300299        <prerequisites>