Repository: incubator-ignite Updated Branches: refs/heads/ignite-sprint-4-incubating 2d0a6e80e -> 5cefca0f1
ignite-853 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5cefca0f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5cefca0f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5cefca0f Branch: refs/heads/ignite-sprint-4-incubating Commit: 5cefca0f1473faab4aeb2f149de36c4fdef19460 Parents: 2d0a6e8 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed May 6 19:18:44 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed May 6 19:18:44 2015 +0300 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5cefca0f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a9fc9c..fc9ca04 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ <properties> <ignite.site>scp://localhost:/home</ignite.site> + <ignite.site.folder>${project.artifactId}-${project.version}</ignite.site.folder> <!--fix <attachartifact>...</> at apache-release profile if changed--> <ignite.zip.pattern>ignite-${ignite.edition}-${project.version}</ignite.zip.pattern> </properties> @@ -51,7 +52,7 @@ <distributionManagement> <site> <id>ignite-site</id> - <url>${ignite.site}/${project.artifactId}-${project.version}</url> + <url>${ignite.site}/${ignite.site.folder}</url> </site> </distributionManagement>