summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f58d8da5..cbe3d6cc 100644
--- a/build.xml
+++ b/build.xml
@@ -221,7 +221,7 @@
<pom file="pom.xml"/>
<attach file="${src_jar}" classifier="sources"/>
<attach file="${slim_jar}" classifier="slim"/>
- <remoteRepository url="file:@{snapshot.repo.dir}"/>
+ <remoteRepository url="file:${snapshot.repo.dir}"/>
</mvn:deploy>
</sequential>
</target>