Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.photran.repo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.photran.repo/pom.xml b/org.eclipse.photran.repo/pom.xml
index 574f2032..defd1834 100644
--- a/org.eclipse.photran.repo/pom.xml
+++ b/org.eclipse.photran.repo/pom.xml
@@ -52,8 +52,8 @@
<include name="**" />
</fileset>
</delete>
- <copy file="target/org.eclipse.photran.repo.zip" tofile="${ptp-install}/org.eclipse.photran.repo.${unqualifiedVersion}.${buildQualifier}.zip"/>
- <unzip src="target/org.eclipse.photran.repo.zip" dest="${ptp-install}"/>
+ <copy file="target/org.eclipse.photran.repo.${unqualifiedVersion}-SNAPSHOT.zip" tofile="${ptp-install}/org.eclipse.photran.repo.${unqualifiedVersion}.${buildQualifier}.zip"/>
+ <unzip src="target/org.eclipse.photran.repo.${unqualifiedVersion}-SNAPSHOT.zip" dest="${ptp-install}"/>
</tasks>
</configuration>
</execution>

Back to the top