File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
update-site/typescript.ide Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1313 <connection >scm:git:https://github.com/angelozerr/typescript.java.git</connection >
1414 <developerConnection >scm:git:https://github.com/angelozerr/typescript.java.git</developerConnection >
1515 </scm >
16+ <properties >
17+ <url .suffix>snapshots</url .suffix>
18+ </properties >
1619 <build >
1720 <extensions >
1821 <!-- Enabling the use of FTP -->
3033 <properties >
3134 <!-- Properties relative to the distant host where to upload the repo -->
3235 <ftp .url>ftp://ftp.online.net</ftp .url>
33- <ftp .toDir>/oss/${project.artifactId} /${project.version } </ftp .toDir>
36+ <ftp .toDir>/oss/${project.artifactId} /${url.suffix } </ftp .toDir>
3437 <!-- Relative path to the repo being uploaded -->
3538 <repo .path>${project.build.directory} /repository/</repo .path>
3639 </properties >
6366 </profile >
6467 <profile >
6568 <id >release</id >
69+ <properties >
70+ <url .suffix>releases</url .suffix>
71+ </properties >
6672 <build >
6773 <plugins >
6874 <plugin >
You can’t perform that action at this time.
0 commit comments