Show
Ignore:
Timestamp:
2008-05-04 20:44:11 (8 months ago)
Author:
mosipov
Message:

- org and url have been adapted
- according urls have been adapted

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/pom.xml

    r1948 r1949  
    5656                                <artifactId>maven-assembly-plugin</artifactId> 
    5757                                <configuration> 
    58                                         <!-- FIXME assemblies are broken --> 
    5958                                        <descriptors> 
    6059                                                <descriptor> 
     
    212211                FCKeditor in your web environment. 
    213212        </description> 
    214         <url>http://www.fckeditor.net/java</url> 
     213        <url>http://java.fckeditor.net</url> 
    215214        <inceptionYear>2004</inceptionYear> 
    216215        <licenses> 
     
    221220        </licenses> 
    222221        <organization> 
    223                 <name>The FCKeditor Team</name> 
    224                 <url>http://www.fckeditor.net</url> 
     222                <name>Frederico Caldeira Knabben</name> 
     223                <url>http://www.fredck.com</url> 
    225224        </organization> 
    226225        <developers> 
     
    230229                        <email>fredck AT fckeditor.net</email> 
    231230                        <url>http://www.fredck.com</url> 
    232                         <organization>FCKeditor</organization> 
    233                         <organizationUrl>http://www.fckeditor.net</organizationUrl> 
     231                        <organization>FredCK.com</organization> 
     232                        <organizationUrl>http://www.fredck.com</organizationUrl> 
    234233                        <roles> 
    235234                                <role>Head Project Manager</role> 
     
    330329        <distributionManagement> 
    331330                <repository> 
    332                         <id>fckeditor-space</id> 
     331                        <id>uni-space</id> 
    333332                        <url> 
    334                                 scp://java.fckeditor.net/home/mosipov/public_html/m2repo 
     333                                scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 
    335334                        </url> 
    336335                </repository> 
    337336                <snapshotRepository> 
    338                         <id>fckeditor-space</id> 
     337                        <id>uni-space</id> 
    339338                        <url> 
    340                                 scp://java.fckeditor.net/home/mosipov/public_html/m2repo-snapshots 
     339                                scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 
    341340                        </url> 
    342341                </snapshotRepository> 
    343342                <site> 
    344                         <id>fckeditor-space</id> 
     343                        <id>uni-space</id> 
    345344                        <url> 
    346                                 scp://java.fckeditor.net/home/mosipov/public_html/24-beta 
     345                                scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/fckeditor-java 
    347346                        </url> 
    348347                </site>