branch develop updated (8021dbe -> f2a70f9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from 8021dbe [jgitflow-maven-plugin]updating poms for 0.8.5-SNAPSHOT development new c016677 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new adf3308 [jgitflow-maven-plugin]updating poms for branch'release/0.8.4' with non-snapshot versions new c95d5a1 Merge branch 'release/0.8.4' new 5464ca5 Merge branch 'master' into develop new f2a70f9 [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 f2a70f94eae4093efc049c1a3a58aa74f2ba1e9f Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:55 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 5464ca505b8d04678ac04703bc1e4a29d5da38eb Merge: c016677 c95d5a1 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:54 2015 +0000 Merge branch 'master' into develop commit c0166779fe1b4ae38af80b5f3f73ba238391a563 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:54 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit c95d5a1a5106432922248ca565306492444125f4 Merge: 10b0c67 adf3308 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:50 2015 +0000 Merge branch 'release/0.8.4' commit adf3308fa2be17eb173a98bd51fe62fb34069efd Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:21:36 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/0.8.4' with non-snapshot versions Summary of changes: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit adf3308fa2be17eb173a98bd51fe62fb34069efd Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:21:36 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/0.8.4' with non-snapshot versions --- lima-business-api/pom.xml | 2 +- lima-business/pom.xml | 2 +- lima-callao/pom.xml | 2 +- lima-report/pom.xml | 2 +- lima-server/pom.xml | 2 +- lima-swing/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lima-business-api/pom.xml b/lima-business-api/pom.xml index 94a18af..e327608 100644 --- a/lima-business-api/pom.xml +++ b/lima-business-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index 9789c4d..9a38ea0 100644 --- a/lima-business/pom.xml +++ b/lima-business/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index 7ab506d..81dbb60 100644 --- a/lima-callao/pom.xml +++ b/lima-callao/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-report/pom.xml b/lima-report/pom.xml index 2cea9f1..4cb0959 100644 --- a/lima-report/pom.xml +++ b/lima-report/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-server/pom.xml b/lima-server/pom.xml index f0a8209..92490cc 100644 --- a/lima-server/pom.xml +++ b/lima-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 8a65e40..bc4b992 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/pom.xml b/pom.xml index 6738336..3cbd3c9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> <packaging>pom</packaging> <name>Lima</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit c95d5a1a5106432922248ca565306492444125f4 Merge: 10b0c67 adf3308 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:50 2015 +0000 Merge branch 'release/0.8.4' lima-business-api/pom.xml | 2 +- lima-business/pom.xml | 2 +- lima-callao/pom.xml | 2 +- lima-report/pom.xml | 2 +- lima-server/pom.xml | 2 +- lima-swing/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit c0166779fe1b4ae38af80b5f3f73ba238391a563 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:54 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- lima-business-api/pom.xml | 2 +- lima-business/pom.xml | 2 +- lima-callao/pom.xml | 2 +- lima-report/pom.xml | 2 +- lima-server/pom.xml | 2 +- lima-swing/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lima-business-api/pom.xml b/lima-business-api/pom.xml index fd2ed06..e327608 100644 --- a/lima-business-api/pom.xml +++ b/lima-business-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index 17cbaaf..9a38ea0 100644 --- a/lima-business/pom.xml +++ b/lima-business/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index 81ede76..81dbb60 100644 --- a/lima-callao/pom.xml +++ b/lima-callao/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-report/pom.xml b/lima-report/pom.xml index bb8a438..4cb0959 100644 --- a/lima-report/pom.xml +++ b/lima-report/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-server/pom.xml b/lima-server/pom.xml index d20d7bc..92490cc 100644 --- a/lima-server/pom.xml +++ b/lima-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 29ebc80..bc4b992 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/pom.xml b/pom.xml index 6e2929a..3cbd3c9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.4</version> <packaging>pom</packaging> <name>Lima</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 5464ca505b8d04678ac04703bc1e4a29d5da38eb Merge: c016677 c95d5a1 Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:54 2015 +0000 Merge branch 'master' into develop -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit f2a70f94eae4093efc049c1a3a58aa74f2ba1e9f Author: Maven Release <maven-release@codelutin.com> Date: Mon May 11 14:27:55 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- lima-business-api/pom.xml | 2 +- lima-business/pom.xml | 2 +- lima-callao/pom.xml | 2 +- lima-report/pom.xml | 2 +- lima-server/pom.xml | 2 +- lima-swing/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lima-business-api/pom.xml b/lima-business-api/pom.xml index e327608..fd2ed06 100644 --- a/lima-business-api/pom.xml +++ b/lima-business-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index 9a38ea0..17cbaaf 100644 --- a/lima-business/pom.xml +++ b/lima-business/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index 81dbb60..81ede76 100644 --- a/lima-callao/pom.xml +++ b/lima-callao/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-report/pom.xml b/lima-report/pom.xml index 4cb0959..bb8a438 100644 --- a/lima-report/pom.xml +++ b/lima-report/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-server/pom.xml b/lima-server/pom.xml index 92490cc..d20d7bc 100644 --- a/lima-server/pom.xml +++ b/lima-server/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index bc4b992..29ebc80 100644 --- a/lima-swing/pom.xml +++ b/lima-swing/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/pom.xml b/pom.xml index 3cbd3c9..6e2929a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.4</version> + <version>0.8.5-SNAPSHOT</version> <packaging>pom</packaging> <name>Lima</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm