branch develop updated (663d6c3 -> ee3eb79)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git from 663d6c3 [jgitflow-maven-plugin]updating poms for 2.0.1-SNAPSHOT development new 2e0ca77 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 7f48b93 fixes #7532 Ne plus prendre en compte les noms de domaine dans les adresses expéditeur dans les réponses adds 0a9d0be config pom adds 8d88518 upgarde pom version adds 61bf305 [jgitflow-maven-plugin]updating poms for 1.1.1 branch with snapshot versions adds c856ed0 [jgitflow-maven-plugin]updating poms for branch'release/1.1.1' with non-snapshot versions adds 1129420 Merge branch 'release/1.1.1' adds e5c5012 [jgitflow-maven-plugin]updating poms for branch'release/2.0' with non-snapshot versions adds a13f4d9 Merge branch 'release/2.0' new b215f91 [jgitflow-maven-plugin]merging 'master' into 'develop' new ee3eb79 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 3 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 ee3eb79f43de503f158643df916dd8aec8f5be61 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 17 16:11:12 2015 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit b215f91938741f3fe505d028bade90ff7fdc674b Merge: 2e0ca77 a13f4d9 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 17 16:11:12 2015 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 2e0ca776007bed160efc9fcfd4ad461305266e5c Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 17 16:11:11 2015 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts Summary of changes: faxtomail-persistence/{pom.xml => pom.xml.orig} | 6 +++++- faxtomail-service/{pom.xml => pom.xml.orig} | 6 +++++- faxtomail-ui-swing/{pom.xml => pom.xml.orig} | 6 +++++- faxtomail-ui-web/{pom.xml => pom.xml.orig} | 6 +++++- pom.xml => pom.xml.orig | 8 +++++++- 5 files changed, 27 insertions(+), 5 deletions(-) copy faxtomail-persistence/{pom.xml => pom.xml.orig} (97%) copy faxtomail-service/{pom.xml => pom.xml.orig} (98%) copy faxtomail-ui-swing/{pom.xml => pom.xml.orig} (99%) copy faxtomail-ui-web/{pom.xml => pom.xml.orig} (98%) copy pom.xml => pom.xml.orig (99%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 2e0ca776007bed160efc9fcfd4ad461305266e5c Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 17 16:11:11 2015 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/faxtomail-persistence/pom.xml b/faxtomail-persistence/pom.xml index 4e06409..1bc3681 100644 --- a/faxtomail-persistence/pom.xml +++ b/faxtomail-persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index e97db33..9ae0433 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 142458f..e46d1df 100644 --- a/faxtomail-ui-swing/pom.xml +++ b/faxtomail-ui-swing/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 52700d1..f86d445 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 9caab4e..d5f57c6 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0</version> <packaging>pom</packaging> <name>FaxToMail</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit b215f91938741f3fe505d028bade90ff7fdc674b Merge: 2e0ca77 a13f4d9 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 17 16:11:12 2015 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' faxtomail-persistence/pom.xml.orig | 169 +++++++ faxtomail-service/pom.xml.orig | 259 ++++++++++ faxtomail-ui-swing/pom.xml.orig | 792 +++++++++++++++++++++++++++++ faxtomail-ui-web/pom.xml.orig | 398 +++++++++++++++ pom.xml.orig | 999 +++++++++++++++++++++++++++++++++++++ 5 files changed, 2617 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit ee3eb79f43de503f158643df916dd8aec8f5be61 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 17 16:11:12 2015 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 2 +- faxtomail-ui-swing/pom.xml | 2 +- faxtomail-ui-web/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/faxtomail-persistence/pom.xml b/faxtomail-persistence/pom.xml index 1bc3681..4e06409 100644 --- a/faxtomail-persistence/pom.xml +++ b/faxtomail-persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 9ae0433..e97db33 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index e46d1df..142458f 100644 --- a/faxtomail-ui-swing/pom.xml +++ b/faxtomail-ui-swing/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index f86d445..52700d1 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index d5f57c6..9caab4e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.0</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>FaxToMail</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm