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

[maven-release-plugin] prepare release 2.4

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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