Changeset 2193 for FCKeditor.Java/trunk/pom.xml
- Timestamp:
- 2008-07-08 21:49:11 (6 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/pom.xml
r2169 r2193 1 <?xml version="1.0" encoding="UTF-8"?>2 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"> 3 2 <modelVersion>4.0.0</modelVersion> 4 3 <groupId>net.fckeditor</groupId> 5 4 <artifactId>fckeditor-java</artifactId> 6 <version>2.4 -SNAPSHOT</version>5 <version>2.4</version> 7 6 <packaging>pom</packaging> 8 7 <modules> … … 294 293 </mailingLists> 295 294 <scm> 296 <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/t runk</connection>297 <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/t runk</developerConnection>298 <url>http://dev.fckeditor.net/browser/FCKeditor.Java/t runk</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> 299 298 </scm> 300 299 <prerequisites>