Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.github-site/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github-site/pom.xml b/org.eclipse.mylyn.github-site/pom.xml
index 52214a77..32b5486a 100644
--- a/org.eclipse.mylyn.github-site/pom.xml
+++ b/org.eclipse.mylyn.github-site/pom.xml
@@ -24,7 +24,7 @@
<name>Eclipse EGit Mylyn GitHub Repository</name>
<properties>
- <p2repo-zip-path>${project.build.directory}/github-updatesite.zip-${project.version}.zip</p2repo-zip-path>
+ <p2repo-zip-path>${project.build.directory}/github-updatesite-${project.version}.zip</p2repo-zip-path>
<signer-input-directory>/home/data/httpd/download-staging.priv/egit-github</signer-input-directory>
</properties>

Back to the top