branch develop updated (3ea5e82 -> a43986f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 3ea5e82 Depreciates (and make them no more usable) old bean transformers (Fixes #4072) new 1803f2f upate doc new a43986f update release doc The 2 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 a43986f6b6f2f31a75e2f14f88970dabc1811e06 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 18 12:57:28 2016 +0200 update release doc commit 1803f2f8e8222c9917761effbc4737a31ccd0f84 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 18 12:51:44 2016 +0200 upate doc Summary of changes: README.md | 16 +++++++++++----- eugene-java-templates/src/site/rst/index.rst | 3 +-- 2 files changed, 12 insertions(+), 7 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 1803f2f8e8222c9917761effbc4737a31ccd0f84 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 18 12:51:44 2016 +0200 upate doc --- eugene-java-templates/src/site/rst/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eugene-java-templates/src/site/rst/index.rst b/eugene-java-templates/src/site/rst/index.rst index e524113..cb20200 100644 --- a/eugene-java-templates/src/site/rst/index.rst +++ b/eugene-java-templates/src/site/rst/index.rst @@ -38,7 +38,6 @@ This module offers you some templates to generate some java stuff: - interfaces (*org.nuiton.eugene.java.JavaInterfaceTransformer*) - enumerations (*org.nuiton.eugene.java.JavaEnumerationTransformer*) -- simple beans (with no method override possible) (*org.nuiton.eugene.java.SimpleJavaBeanTransformer*) -- simple beans (with method override possible: generates a Abstract and Impl class form each bean) (*org.nuiton.eugene.java.JavaBeanTransformer*) +- beans (*org.nuiton.eugene.java.BeanTransformer*) * TODO Finish this documentation before version 3.0*. -- 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit a43986f6b6f2f31a75e2f14f88970dabc1811e06 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 18 12:57:28 2016 +0200 update release doc --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d4a6b0..afc24c5 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,7 @@ Release ------- # start release -mvn jgitflow:release-start -DallowSnapshots - -The -DallowSnapshots is necessary while we are using eugene module to build -site. +mvn jgitflow:release-start # do checks before ending release mvn clean verify -DperformRelease @@ -16,9 +13,18 @@ mvn clean verify -DperformRelease # do a git commit if some files were modified git commit -am"Release ..." -# finalize release +# finish release mvn jgitflow:release-finish +# update eugene-plugin version (for tag values report generation) + +change on **master** the eugene maven plugin version to the just released (in **eugene-java-templates/pom.xml** profile **reporting**). + +```git push``` + +cherry pick this push to **develop**. + + For more information see https://forge.nuiton.org/projects/pom/repository/revisions/master/entry/nuit... -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm