Changeset 2195 for FCKeditor.Java/trunk
- Timestamp:
- 2008-07-08 21:49:22 (5 months ago)
- Location:
- FCKeditor.Java/trunk
- Files:
-
- 3 modified
-
java-core/pom.xml (modified) (1 diff)
-
java-demo/pom.xml (modified) (2 diffs)
-
pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/pom.xml
r2193 r2195 47 47 <groupId>net.fckeditor</groupId> 48 48 <artifactId>fckeditor-java</artifactId> 49 <version>2. 4</version>49 <version>2.5-SNAPSHOT</version> 50 50 </parent> 51 51 -
FCKeditor.Java/trunk/java-demo/pom.xml
r2193 r2195 7 7 <groupId>net.fckeditor</groupId> 8 8 <artifactId>java-core</artifactId> 9 <version>2. 4</version>9 <version>2.5-SNAPSHOT</version> 10 10 </dependency> 11 11 <dependency> … … 19 19 <groupId>net.fckeditor</groupId> 20 20 <artifactId>fckeditor-java</artifactId> 21 <version>2. 4</version>21 <version>2.5-SNAPSHOT</version> 22 22 </parent> 23 23 -
FCKeditor.Java/trunk/pom.xml
r2193 r2195 3 3 <groupId>net.fckeditor</groupId> 4 4 <artifactId>fckeditor-java</artifactId> 5 <version>2. 4</version>5 <version>2.5-SNAPSHOT</version> 6 6 <packaging>pom</packaging> 7 7 <modules> … … 293 293 </mailingLists> 294 294 <scm> 295 <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/t ags/2.4</connection>296 <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/t ags/2.4</developerConnection>297 <url>http://dev.fckeditor.net/browser/FCKeditor.Java/t ags/2.4</url>295 <connection>scm:svn:http://svn.fckeditor.net/FCKeditor.Java/trunk</connection> 296 <developerConnection>scm:svn:https://svn.fckeditor.net/FCKeditor.Java/trunk</developerConnection> 297 <url>http://dev.fckeditor.net/browser/FCKeditor.Java/trunk</url> 298 298 </scm> 299 299 <prerequisites>