branch develop updated (5aa78df -> d9516fb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-version. See http://git.nuiton.org/nuiton-version.git from 5aa78df Remove nuiton-util sutff + update configuration + rename package new d9516fb Ajout d'un guide de migration 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 d9516fb3fa090f0ebfda7881663c4f93cb5662f9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Jan 10 16:08:21 2016 +0100 Ajout d'un guide de migration Summary of changes: src/site/apt/{index.apt => index.apt.vm} | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) rename src/site/apt/{index.apt => index.apt.vm} (68%) -- 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 nuiton-version. See http://git.nuiton.org/nuiton-version.git commit d9516fb3fa090f0ebfda7881663c4f93cb5662f9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Jan 10 16:08:21 2016 +0100 Ajout d'un guide de migration --- src/site/apt/{index.apt => index.apt.vm} | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt.vm similarity index 68% rename from src/site/apt/index.apt rename to src/site/apt/index.apt.vm index ff6f9e2..755a578 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt.vm @@ -31,4 +31,24 @@ Présentation Ensemble de classes autour de la notion de version. +Migration depuis nuiton-utils + + Utiliser le nouvel artifact + +------------- + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-version</artifactId> + <version>${project.version}</version> + <scope>compile</scope> + </dependency> +------------- + + Appliquer ce script à la racine du projet + +------------- + for f in $(grep -m 1 -I -nr 'util.version.Version' | cut -d':' -f1); do \ + echo $f ; sed -i -e 's/util.version/version/g' $f ; \ + done +------------- -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm