branch develop updated (d60be73 -> b752303)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from d60be73 Set i18n-m-p version new b752303 Fix release configuration 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 b752303a4b7a3cb893615826443bc59b70a0f9f3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 23 14:23:20 2015 +0200 Fix release configuration Summary of changes: pom.xml | 14 +------------- swe-ui-web/pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit b752303a4b7a3cb893615826443bc59b70a0f9f3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Oct 23 14:23:20 2015 +0200 Fix release configuration --- pom.xml | 14 +------------- swe-ui-web/pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 3aabd62..245925d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ <version>3</version> </parent> + <groupId>org.nuiton</groupId> <artifactId>scmwebeditor</artifactId> <version>0.5-SNAPSHOT</version> <packaging>pom</packaging> @@ -108,22 +109,9 @@ <i18n.bundleOutputName>scmwebeditor-i18n</i18n.bundleOutputName> - <!-- extra files to include in release --> - <redmine.releaseFiles> - ${project.build.directory}/${project.build.finalName}.war - </redmine.releaseFiles> - - <!-- to deploy to demo --> - <deployFiles> - ${project.build.directory}/${project.build.finalName}.war - </deployFiles> - <!-- Deploy release on other-release repository (can't go to central) --> <release.repository>${other.release.repository}</release.repository> - <!-- Post Release configuration --> - <skipPostRelease>false</skipPostRelease> - </properties> <repositories> diff --git a/swe-ui-web/pom.xml b/swe-ui-web/pom.xml index f08a1f2..60ffa85 100644 --- a/swe-ui-web/pom.xml +++ b/swe-ui-web/pom.xml @@ -17,6 +17,20 @@ <inceptionYear>2009</inceptionYear> <properties> + + <!-- extra files to include in release --> + <redmine.releaseFiles> + ${project.build.directory}/${project.build.finalName}.war + </redmine.releaseFiles> + + <!-- to deploy to demo --> + <deployFiles> + ${project.build.directory}/${project.build.finalName}.war + </deployFiles> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> <build> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm