This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit a32e05102c64be1d5c4ce4fed341379e25bb46d5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 10:44:14 2014 +0100 refs #956: Make webstart starts more friendly (fix jnlp url) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bfa5934..31453c7 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>webstart-maven-plugin</artifactId> <configuration> - <codebase>https://jtimer.chorem.org/v/${siteDeployClassifier}/jnlp</codebase> + <codebase>http://jtimer.chorem.org/v/${siteDeployClassifier}/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>.