[Git][ultreiaio/ird-t3][master] 8 commits: [jgitflow-maven-plugin]updating poms for 2.0.2-SNAPSHOT development
Tony CHEMIT pushed to branch master at ultreiaio / ird-t3 Commits: 4d5ed44b by Tony CHEMIT at 2017-05-11T01:35:58+02:00 [jgitflow-maven-plugin]updating poms for 2.0.2-SNAPSHOT development - - - - - 7ce1f432 by Tony CHEMIT at 2017-05-11T01:56:51+02:00 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts - - - - - f3dd767c by Tony CHEMIT at 2017-05-11T01:56:52+02:00 [jgitflow-maven-plugin]merging 'master' into 'develop' - - - - - e6af5414 by Tony CHEMIT at 2017-05-11T01:56:52+02:00 [jgitflow-maven-plugin]Updating develop poms back to pre merge state - - - - - 9feb21a9 by Tony CHEMIT at 2017-05-11T02:15:40+02:00 fix zip release - - - - - 70d503c8 by Tony CHEMIT at 2017-05-11T02:16:02+02:00 prepare release 2.0.1 - - - - - 987513a4 by 166231 at 2017-05-11T00:25:07+00:00 [jgitflow-maven-plugin]updating poms for branch'release/2.0.1' with non-snapshot versions - - - - - 21d11ee3 by 166231 at 2017-05-11T00:31:08+00:00 [jgitflow-maven-plugin]merging 'release/2.0.1' into 'master' - - - - - 1 changed file: - t3/pom.xml Changes: ===================================== t3/pom.xml ===================================== --- a/t3/pom.xml +++ b/t3/pom.xml @@ -122,14 +122,14 @@ <phase>prepare-package</phase> <configuration> <executable>zip</executable> - <workingDirectory>${project.build.directory}</workingDirectory> + <workingDirectory>target</workingDirectory> <arguments> <argument>--password</argument> <argument>${zip.password}</argument> <argument>t3-installer-${project.version}.zip</argument> <argument>-q</argument> <argument>-r</argument> - <argument>${project.build.directory}/t3-installer-${project.version}</argument> + <argument>t3-installer-${project.version}</argument> </arguments> </configuration> </execution> View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/dbc60f320bfaad54af3372ca75174812... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/compare/dbc60f320bfaad54af3372ca75174812... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT