branch develop-1.1.x updated (bb0be50 -> c3e5405)
This is an automated email from the git hooks/post-receive script. New change to branch develop-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git from bb0be50 [jgitflow-maven-plugin]updating poms for 1.1.9-SNAPSHOT development new 6a087c1 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 14ccca3 add third parties new 7bfcb49 [jgitflow-maven-plugin]updating poms for branch'release/1.1.8' with non-snapshot versions new d666cde Merge branch 'release/1.1.8' into master-1.1.x new a17c865 Merge branch 'master-1.1.x' into develop-1.1.x new c3e5405 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 5 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 c3e5405070f74249db088586e0b67c77ee9f22fc Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:24 2015 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit a17c865ea84bca667385058f8f83bf63d3201036 Merge: 6a087c1 d666cde Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:19 2015 +0100 Merge branch 'master-1.1.x' into develop-1.1.x commit 6a087c16d3057e75baefcd518144ed679b7a54d3 Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:16 2015 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit d666cde3bfe1c9df11fa7932f60d8f9ab48dcfd0 Merge: 730e308 7bfcb49 Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:10 2015 +0100 Merge branch 'release/1.1.8' into master-1.1.x commit 7bfcb4996509091c1fd1973df0afc016a856772d Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 11:58:26 2015 +0100 [jgitflow-maven-plugin]updating poms for branch'release/1.1.8' with non-snapshot versions Summary of changes: faxtomail-service/src/license/THIRD-PARTY.properties | 4 +++- faxtomail-ui-web/src/license/THIRD-PARTY.properties | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) -- 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-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 7bfcb4996509091c1fd1973df0afc016a856772d Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 11:58:26 2015 +0100 [jgitflow-maven-plugin]updating poms for branch'release/1.1.8' with non-snapshot versions --- 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 3a0191b..d519cec 100644 --- a/faxtomail-persistence/pom.xml +++ b/faxtomail-persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>1.1.8-SNAPSHOT</version> + <version>1.1.8</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 7d1f8e9..8b9ff6d 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>1.1.8-SNAPSHOT</version> + <version>1.1.8</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index cac1981..c3c54f4 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>1.1.8-SNAPSHOT</version> + <version>1.1.8</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 0b29feb..576e64f 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>1.1.8-SNAPSHOT</version> + <version>1.1.8</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 6cfd071..28776f9 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>1.1.8-SNAPSHOT</version> + <version>1.1.8</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-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit d666cde3bfe1c9df11fa7932f60d8f9ab48dcfd0 Merge: 730e308 7bfcb49 Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:10 2015 +0100 Merge branch 'release/1.1.8' into master-1.1.x faxtomail-persistence/pom.xml | 2 +- faxtomail-service/pom.xml | 7 ++- .../src/license/THIRD-PARTY.properties | 4 +- .../faxtomail/services/FaxToMailServiceUtils.java | 32 +++++++++++++ .../services/service/EmailServiceImpl.java | 16 +++++-- .../services/service/EmailServiceTest.java | 52 +++++++++++++++++++++- faxtomail-ui-swing/pom.xml | 2 +- .../faxtomail/ui/swing/util/FaxToMailUIUtil.java | 17 ++++++- faxtomail-ui-web/pom.xml | 2 +- .../src/license/THIRD-PARTY.properties | 4 +- pom.xml | 9 +++- 11 files changed, 134 insertions(+), 13 deletions(-) -- 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-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 6a087c16d3057e75baefcd518144ed679b7a54d3 Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:16 2015 +0100 [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 be5dd8c..d519cec 100644 --- a/faxtomail-persistence/pom.xml +++ b/faxtomail-persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>1.1.9-SNAPSHOT</version> + <version>1.1.8</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 67b436b..8b9ff6d 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>1.1.9-SNAPSHOT</version> + <version>1.1.8</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index ed548a1..c3c54f4 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>1.1.9-SNAPSHOT</version> + <version>1.1.8</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 5b64636..576e64f 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>1.1.9-SNAPSHOT</version> + <version>1.1.8</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 7bdce93..28776f9 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>1.1.9-SNAPSHOT</version> + <version>1.1.8</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-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit a17c865ea84bca667385058f8f83bf63d3201036 Merge: 6a087c1 d666cde Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:19 2015 +0100 Merge branch 'master-1.1.x' into develop-1.1.x faxtomail-service/src/license/THIRD-PARTY.properties | 4 +++- faxtomail-ui-web/src/license/THIRD-PARTY.properties | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) -- 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-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit c3e5405070f74249db088586e0b67c77ee9f22fc Author: Maven Release <maven-release@codelutin.com> Date: Mon Nov 30 12:01:24 2015 +0100 [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 d519cec..be5dd8c 100644 --- a/faxtomail-persistence/pom.xml +++ b/faxtomail-persistence/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>1.1.8</version> + <version>1.1.9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 8b9ff6d..67b436b 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>1.1.8</version> + <version>1.1.9-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index c3c54f4..ed548a1 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>1.1.8</version> + <version>1.1.9-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 576e64f..5b64636 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>1.1.8</version> + <version>1.1.9-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 28776f9..7bdce93 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>1.1.8</version> + <version>1.1.9-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