[nuiton-converter] branch develop updated (01aa8b3 -> 66c0f6e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-converter. See http://git.nuiton.org/nuiton-converter.git from 01aa8b3 preprae first release new 1699777 use nuitonpom 1.1 new 66c0f6e improve README 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 66c0f6e4fca03f342e6ae6feb31af2784efc17aa Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 22 22:47:53 2014 +0200 improve README commit 169977760ef43f83dd55a75106bb32c757c308ab Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 22 22:47:41 2014 +0200 use nuitonpom 1.1 Summary of changes: README.txt | 28 +++++++++++++++++++++++++++- pom.xml | 2 +- 2 files changed, 28 insertions(+), 2 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 nuiton-converter. See http://git.nuiton.org/nuiton-converter.git commit 169977760ef43f83dd55a75106bb32c757c308ab Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 22 22:47:41 2014 +0200 use nuitonpom 1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6037b76..3e034c7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.0</version> + <version>1.1</version> </parent> <artifactId>nuiton-converter</artifactId> -- 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-converter. See http://git.nuiton.org/nuiton-converter.git commit 66c0f6e4fca03f342e6ae6feb31af2784efc17aa Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 22 22:47:53 2014 +0200 improve README --- README.txt | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index e62547e..0a65bcd 100644 --- a/README.txt +++ b/README.txt @@ -1 +1,27 @@ -To build project just do a mvn clean install. \ No newline at end of file +Abstract +-------- + +Nuiton Converter is a thin layer at the top of the commons-beanutils Converter API. + +SCM +--- + +The project use git. + +To get it: + +git clone https://git.nuiton.org/nuiton-converter.git + +To commit to the project you msut be a member of the project on the nuiton.org forge. + +See https://forge.nuiton.org/projects/nuiton-converter + +Build +----- + +To build project just do a mvn clean install. + +Release +------- + +The project use codelutinpom, to make a release see documentation at https://forge.nuiton.org/projects/pom/wiki \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm