branch develop updated (404df93 -> 4adc0cb)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 404df93 [jgitflow-maven-plugin]updating poms for 2.4-SNAPSHOT development new 6535bec [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 4183bc2 [jgitflow-maven-plugin]updating poms for 2.3 branch with snapshot versions new 282973c [jgitflow-maven-plugin]updating poms for branch'release/2.3' with non-snapshot versions new 7febca8 [jgitflow-maven-plugin]merging 'release/2.3' into 'master' new efb4aad [jgitflow-maven-plugin]merging 'master' into 'develop' new 4adc0cb [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 4adc0cb858b12b833b620c24b2f648331cff0278 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:50:26 2017 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit efb4aadab04ba78f45e59c6adee344cd070da363 Merge: 6535bec 7febca8 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:50:19 2017 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 6535bec2e691d88b47d2479fb5a881311215b1ab Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:50:19 2017 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 7febca8f599bf537d4e7840a09c0ff993329af3d Merge: 92b4a8a 282973c Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:50:17 2017 +0100 [jgitflow-maven-plugin]merging 'release/2.3' into 'master' commit 282973c3e207372ee9abe10dde9650a86e60bc05 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:48:06 2017 +0100 [jgitflow-maven-plugin]updating poms for branch'release/2.3' with non-snapshot versions Summary of changes: -- 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 https://gitlab.nuiton.org/codelutin/faxtomail.git commit efb4aadab04ba78f45e59c6adee344cd070da363 Merge: 6535bec 7febca8 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:50:19 2017 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' -- 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 https://gitlab.nuiton.org/codelutin/faxtomail.git commit 4adc0cb858b12b833b620c24b2f648331cff0278 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 16 09:50:26 2017 +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 c6670d9..fb3dd38 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.3</version> + <version>2.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 6b066cc..653ce1d 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.3</version> + <version>2.4-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 7258e28..a97ffe4 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.3</version> + <version>2.4-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 5a90319..b4c3977 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.3</version> + <version>2.4-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> diff --git a/pom.xml b/pom.xml index 43c95cc..238475f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>2.3</version> + <version>2.4-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