branch develop updated (93dc760 -> cacc7e8)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from 93dc760 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new cacc7e8 fixes #6665: [TECHNIQUE] migration 3.13.1 erreur The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit cacc7e894da62ced849fca6882f72c27082cb49d Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 13 17:39:24 2015 +0100 fixes #6665: [TECHNIQUE] migration 3.13.1 erreur Summary of changes: pom.xml | 2 +- src/update/tutti-application.properties | 2 +- tutti-ui-swing/pom.xml | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit cacc7e894da62ced849fca6882f72c27082cb49d Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Feb 13 17:39:24 2015 +0100 fixes #6665: [TECHNIQUE] migration 3.13.1 erreur --- pom.xml | 2 +- src/update/tutti-application.properties | 2 +- tutti-ui-swing/pom.xml | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 447d0be..8931bdc 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ <jreVersion>1.7.76</jreVersion> <!-- Last launcher version --> - <launcherVersion>1.0.2</launcherVersion> + <launcherVersion>1..3</launcherVersion> <!-- Where are deployed software components --> <distroUrl>http://nexus.nuiton.org/nexus/content/repositories/other-releases</distroUrl> diff --git a/src/update/tutti-application.properties b/src/update/tutti-application.properties index c8e139b..27fe827 100644 --- a/src/update/tutti-application.properties +++ b/src/update/tutti-application.properties @@ -38,7 +38,7 @@ windows.x86.jre.url=zip:http://nexus.nuiton.org/nexus/content/repositories/jvm/c ################################################################################ launcher.version=@launcherVersion@ -launcher.url=zip:@distroUrl@/fr/ifremer/tutti/tutti-ui-swing/@launcherVersion@/tutti-ui-swing-@launcherVersion@-launcher.zip +launcher.url=zip:@distroUrl@/fr/ifremer/tutti/tutti-launcher/@launcherVersion@/tutti-launcher-@launcherVersion@.zip ################################################################################ ### Tutti Updates ############################################################## diff --git a/tutti-ui-swing/pom.xml b/tutti-ui-swing/pom.xml index 90a07d1..8fd14be 100644 --- a/tutti-ui-swing/pom.xml +++ b/tutti-ui-swing/pom.xml @@ -1008,6 +1008,29 @@ </execution> </executions> </plugin> + + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <executions> + <execution> + <id>deploy-launcher-bundle</id> + <goals> + <goal>deploy-file</goal> + </goals> + <phase>deploy</phase> + <configuration> + <file>${project.build.directory}/${project.artifactId}-${launcherVersion}-launcher.zip</file> + <groupId>fr.ifremer.tutti</groupId> + <artifactId>tutti-launcher</artifactId> + <version>${launcherVersion}</version> + <generatePom>false</generatePom> + <repositoryId>${release.server}</repositoryId> + <url>${release.repository}</url> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </profile> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm