branch develop updated (b19adc7 -> 10fdada)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See http://git.chorem.org/bow.git from b19adc7 [jgitflow-maven-plugin]updating poms for 1.5-SNAPSHOT development new 6e86824 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new 218d6fb Fix space in license header new e2138cc [jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions new c546bbe [jgitflow-maven-plugin]merging 'release/1.4.1' into 'master' new 5462a81 [jgitflow-maven-plugin]merging 'master' into 'develop' new 10fdada [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 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 10fdada55406e100737277626b9d5ba2bdbc8065 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:37 2015 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 5462a818b513576b47550393465cc802138e5836 Merge: 6e86824 c546bbe Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:36 2015 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit 6e86824dc7a8cac725f47f58c6786b1e83870b1b Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:36 2015 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit c546bbeb17b7e83ed54caaf50f2ea81af24d4d28 Merge: 47db070 e2138cc Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:35 2015 +0200 [jgitflow-maven-plugin]merging 'release/1.4.1' into 'master' commit e2138ccfb076ef80766a611c50abeefe69a384f0 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:01:36 2015 +0200 [jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions commit 218d6fb0bbbee77c74cfda3e7d7791272587eade Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:01:16 2015 +0200 Fix space in license header Summary of changes: src/site/rst/user/getStarted.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -- 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 bow. See http://git.chorem.org/bow.git commit 218d6fb0bbbee77c74cfda3e7d7791272587eade Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:01:16 2015 +0200 Fix space in license header --- src/site/rst/user/getStarted.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/site/rst/user/getStarted.rst b/src/site/rst/user/getStarted.rst index 7573c69..e352f33 100644 --- a/src/site/rst/user/getStarted.rst +++ b/src/site/rst/user/getStarted.rst @@ -1,3 +1,23 @@ +.. - +.. * #%L +.. * bow +.. * %% +.. * Copyright (C) 2010 - 2015 CodeLutin +.. * %% +.. * This program is free software: you can redistribute it and/or modify +.. * it under the terms of the GNU Affero General Public License as published by +.. * the Free Software Foundation, either version 3 of the License, or +.. * (at your option) any later version. +.. * +.. * This program is distributed in the hope that it will be useful, +.. * but WITHOUT ANY WARRANTY; without even the implied warranty of +.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.. * GNU General Public License for more details. +.. * +.. * You should have received a copy of the GNU Affero General Public License +.. * along with this program. If not, see <http://www.gnu.org/licenses/>. +.. * #L% +.. - === Bow === -- 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 bow. See http://git.chorem.org/bow.git commit e2138ccfb076ef80766a611c50abeefe69a384f0 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:01:36 2015 +0200 [jgitflow-maven-plugin]updating poms for branch'release/1.4.1' with non-snapshot versions --- bow-extension-chromium/pom.xml | 2 +- bow-ui/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bow-extension-chromium/pom.xml b/bow-extension-chromium/pom.xml index d267b10..abe5880 100644 --- a/bow-extension-chromium/pom.xml +++ b/bow-extension-chromium/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> </parent> <artifactId>bow-extension-chromium</artifactId> diff --git a/bow-ui/pom.xml b/bow-ui/pom.xml index 400cba3..1fab7d2 100644 --- a/bow-ui/pom.xml +++ b/bow-ui/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> </parent> <artifactId>bow-ui</artifactId> diff --git a/pom.xml b/pom.xml index 6d01d9b..6d7f7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> <packaging>pom</packaging> <name>bow</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 bow. See http://git.chorem.org/bow.git commit c546bbeb17b7e83ed54caaf50f2ea81af24d4d28 Merge: 47db070 e2138cc Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:35 2015 +0200 [jgitflow-maven-plugin]merging 'release/1.4.1' into 'master' bow-extension-chromium/pom.xml | 2 +- bow-ui/pom.xml | 2 +- bow-ui/src/main/resources/struts.xml | 4 + pom.xml | 4 +- src/site/resources/images/camera.png | Bin 0 -> 341 bytes src/site/resources/images/croix.jpg | Bin 0 -> 1246 bytes src/site/resources/images/edit.jpg | Bin 0 -> 1077 bytes src/site/rst/user/getStarted.rst | 178 +++++++++++++++++++++++++++++++++++ src/site/rst/user/openSearch.rst | 2 +- src/site/rst/user/search.rst | 2 + src/site/site.xml | 1 + 11 files changed, 190 insertions(+), 5 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 bow. See http://git.chorem.org/bow.git commit 6e86824dc7a8cac725f47f58c6786b1e83870b1b Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:36 2015 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- bow-extension-chromium/pom.xml | 2 +- bow-ui/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bow-extension-chromium/pom.xml b/bow-extension-chromium/pom.xml index bdf5b6c..abe5880 100644 --- a/bow-extension-chromium/pom.xml +++ b/bow-extension-chromium/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.1</version> </parent> <artifactId>bow-extension-chromium</artifactId> diff --git a/bow-ui/pom.xml b/bow-ui/pom.xml index ebf0fc1..1fab7d2 100644 --- a/bow-ui/pom.xml +++ b/bow-ui/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.1</version> </parent> <artifactId>bow-ui</artifactId> diff --git a/pom.xml b/pom.xml index 09b5bbb..6d7f7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.1</version> <packaging>pom</packaging> <name>bow</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 bow. See http://git.chorem.org/bow.git commit 5462a818b513576b47550393465cc802138e5836 Merge: 6e86824 c546bbe Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:36 2015 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' src/site/rst/user/getStarted.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -- 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 bow. See http://git.chorem.org/bow.git commit 10fdada55406e100737277626b9d5ba2bdbc8065 Author: Maven Release <maven-release@codelutin.com> Date: Wed Jul 15 19:02:37 2015 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- bow-extension-chromium/pom.xml | 2 +- bow-ui/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bow-extension-chromium/pom.xml b/bow-extension-chromium/pom.xml index abe5880..bdf5b6c 100644 --- a/bow-extension-chromium/pom.xml +++ b/bow-extension-chromium/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.4.1</version> + <version>1.5-SNAPSHOT</version> </parent> <artifactId>bow-extension-chromium</artifactId> diff --git a/bow-ui/pom.xml b/bow-ui/pom.xml index 1fab7d2..ebf0fc1 100644 --- a/bow-ui/pom.xml +++ b/bow-ui/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.4.1</version> + <version>1.5-SNAPSHOT</version> </parent> <artifactId>bow-ui</artifactId> diff --git a/pom.xml b/pom.xml index 6d7f7d6..09b5bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>bow</artifactId> - <version>1.4.1</version> + <version>1.5-SNAPSHOT</version> <packaging>pom</packaging> <name>bow</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm