Changeset 1949 for FCKeditor.Java/branches/2.4/pom.xml
- Timestamp:
- 2008-05-04 20:44:11 (8 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/pom.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1948 r1949 56 56 <artifactId>maven-assembly-plugin</artifactId> 57 57 <configuration> 58 <!-- FIXME assemblies are broken -->59 58 <descriptors> 60 59 <descriptor> … … 212 211 FCKeditor in your web environment. 213 212 </description> 214 <url>http:// www.fckeditor.net/java</url>213 <url>http://java.fckeditor.net</url> 215 214 <inceptionYear>2004</inceptionYear> 216 215 <licenses> … … 221 220 </licenses> 222 221 <organization> 223 <name> The FCKeditor Team</name>224 <url>http://www.f ckeditor.net</url>222 <name>Frederico Caldeira Knabben</name> 223 <url>http://www.fredck.com</url> 225 224 </organization> 226 225 <developers> … … 230 229 <email>fredck AT fckeditor.net</email> 231 230 <url>http://www.fredck.com</url> 232 <organization>F CKeditor</organization>233 <organizationUrl>http://www.f ckeditor.net</organizationUrl>231 <organization>FredCK.com</organization> 232 <organizationUrl>http://www.fredck.com</organizationUrl> 234 233 <roles> 235 234 <role>Head Project Manager</role> … … 330 329 <distributionManagement> 331 330 <repository> 332 <id> fckeditor-space</id>331 <id>uni-space</id> 333 332 <url> 334 scp:// java.fckeditor.net/home/mosipov/public_html/m2repo333 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 335 334 </url> 336 335 </repository> 337 336 <snapshotRepository> 338 <id> fckeditor-space</id>337 <id>uni-space</id> 339 338 <url> 340 scp:// java.fckeditor.net/home/mosipov/public_html/m2repo-snapshots339 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 341 340 </url> 342 341 </snapshotRepository> 343 342 <site> 344 <id> fckeditor-space</id>343 <id>uni-space</id> 345 344 <url> 346 scp:// java.fckeditor.net/home/mosipov/public_html/24-beta345 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/fckeditor-java 347 346 </url> 348 347 </site>