Changeset 29138
- Timestamp:
- 01/17/08 23:48:47 (11 months ago)
- Files:
-
- org.nuxeo.runtime/tags/nuxeo-runtime-temp/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
org.nuxeo.runtime/tags/nuxeo-runtime-temp/pom.xml
r29137 r29138 11 11 <artifactId>nuxeo-runtime-parent</artifactId> 12 12 <name>Nuxeo Runtime Parent</name> 13 <version>1.4.0- SNAPSHOT</version>13 <version>1.4.0-RC</version> 14 14 <packaging>pom</packaging> 15 15 <description>Nuxeo Runtime: Parent.</description> … … 17 17 <properties> 18 18 <nuxeo.common.version>1.4.0-RC</nuxeo.common.version> 19 <nuxeo.runtime.version>1.4.0- SNAPSHOT</nuxeo.runtime.version>19 <nuxeo.runtime.version>1.4.0-RC</nuxeo.runtime.version> 20 20 </properties> 21 21 … … 82 82 83 83 <scm> 84 <connection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/ branches/1.4</connection>85 <developerConnection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/ branches/1.4</developerConnection>86 <url>https://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.runtime/ branches/1.4</url>84 <connection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/tags/nuxeo-runtime-1.4.0-RC</connection> 85 <developerConnection>scm:svn:https://svn.nuxeo.org/nuxeo/org.nuxeo.runtime/tags/nuxeo-runtime-1.4.0-RC</developerConnection> 86 <url>https://svn.nuxeo.org/trac/nuxeo/browser/org.nuxeo.runtime/tags/nuxeo-runtime-1.4.0-RC</url> 87 87 </scm> 88 88
