This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 0addfa2ddb72e90221941aa4dcbe262dda8e52e2 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Mar 30 17:56:10 2016 +0200 Fix jnlp codebase url --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3432844..7d8f2d2 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ <artifactId>webstart-maven-plugin</artifactId> <configuration> <!--FIXME Find a way to get correct value of siteDeployClassifier--> - <codebase>http://jtimer.chorem.org/v/${projectId}/jnlp</codebase> + <codebase>http://jtimer.chorem.org/v/${project.version}/jnlp</codebase> <libPath>lib</libPath> <makeArchive>false</makeArchive> <!--<verbose>true</verbose>--> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.