branch develop updated (ac287f3 -> 7b18ab3)
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 ac287f3 [jgitflow-maven-plugin]updating poms for 0.8.3-SNAPSHOT development new 5947526 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds b923f12 [jgitflow-maven-plugin]updating poms for branch '0.8.2' with snapshot versions adds 049f7c8 [jgitflow-maven-plugin]updating poms for branch'release/0.8.2' with non-snapshot versions adds 44c9906 fix third parties adds 2753820 fix license headers adds d7d9a15 refs #1197 Les implantations d'entités doivent être dans le module callao adds 078cd83 utilisation d'un package org.chorem.lima et pas d'un répertoire nommé org.chorem.lima SuperLol new 2f1935d fix license headers new d45413e Merge branch 'release/0.8.2' new 937f0ae Merge branch 'master' into develop new 7b18ab3 [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 7b18ab37ae780a90919dae448ce426c35232e621 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:06 2015 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 937f0ae44c3f763e62529818bff3219d758ed0fd Merge: 5947526 d45413e Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:05 2015 +0000 Merge branch 'master' into develop commit 5947526961e8179e39ca5022862403370e3fa1f7 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:05 2015 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit d45413e9c45cb4a0740567a3a37f029a41ff3211 Merge: 953e04b 2f1935d Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:02 2015 +0000 Merge branch 'release/0.8.2' commit 2f1935dd8c733dbd06a7aea2c5d5cb9cdc542844 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:11:32 2015 +0000 fix license headers Summary of changes: .../src/license/THIRD-PARTY.properties | 13 +++++++++++-- .../lima/business/config/LimaConfigOptionDef.java | 22 ++++++++++++++++++++++ .../java/org/chorem/lima/entity/EntryImpl.java | 0 .../chorem/lima/entity/FinancialStatementImpl.java | 0 .../lima/entity/FinancialTransactionImpl.java | 0 .../org/chorem/lima/entity/FiscalPeriodImpl.java | 0 .../org/chorem/lima/entity/VatStatementImpl.java | 0 .../org/chorem/lima/report/LimaReportConfig.java | 22 ++++++++++++++++++++++ .../lima/report/service/GeneratedReport.java | 22 ++++++++++++++++++++++ lima-server/pom.xml | 5 +---- .../chorem/lima}/server/FormatsEnum.java | 9 +++++---- .../chorem/lima}/server/HttpServerService.java | 12 +++++------- .../chorem/lima/server}/LimaServer.java | 13 ++++++------- .../chorem/lima}/server/LimaServerConfig.java | 22 ++++++++++++++++++++++ .../src/main/java/org/chorem/lima/LimaMain.java | 1 + 15 files changed, 117 insertions(+), 24 deletions(-) rename {lima-business => lima-callao}/src/main/java/org/chorem/lima/entity/EntryImpl.java (100%) rename {lima-business => lima-callao}/src/main/java/org/chorem/lima/entity/FinancialStatementImpl.java (100%) rename {lima-business => lima-callao}/src/main/java/org/chorem/lima/entity/FinancialTransactionImpl.java (100%) rename {lima-business => lima-callao}/src/main/java/org/chorem/lima/entity/FiscalPeriodImpl.java (100%) rename {lima-business => lima-callao}/src/main/java/org/chorem/lima/entity/VatStatementImpl.java (100%) rename lima-server/src/main/java/{org.chorem.lima => org/chorem/lima}/server/FormatsEnum.java (94%) rename lima-server/src/main/java/{org.chorem.lima => org/chorem/lima}/server/HttpServerService.java (99%) rename lima-server/src/main/java/{org.chorem.lima => org/chorem/lima/server}/LimaServer.java (94%) rename lima-server/src/main/java/{org.chorem.lima => org/chorem/lima}/server/LimaServerConfig.java (88%) -- 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 2f1935dd8c733dbd06a7aea2c5d5cb9cdc542844 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:11:32 2015 +0000 fix license headers --- lima-server/src/main/java/org/chorem/lima/server/FormatsEnum.java | 4 ++-- lima-server/src/main/java/org/chorem/lima/server/LimaServer.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lima-server/src/main/java/org/chorem/lima/server/FormatsEnum.java b/lima-server/src/main/java/org/chorem/lima/server/FormatsEnum.java index 0aec3c0..b588eb9 100644 --- a/lima-server/src/main/java/org/chorem/lima/server/FormatsEnum.java +++ b/lima-server/src/main/java/org/chorem/lima/server/FormatsEnum.java @@ -10,12 +10,12 @@ package org.chorem.lima.server; * it under the terms of the GNU 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 General Public * License along with this program. If not, see * <http://www.gnu.org/licenses/gpl-3.0.html>. diff --git a/lima-server/src/main/java/org/chorem/lima/server/LimaServer.java b/lima-server/src/main/java/org/chorem/lima/server/LimaServer.java index 5785664..a2aa1b2 100644 --- a/lima-server/src/main/java/org/chorem/lima/server/LimaServer.java +++ b/lima-server/src/main/java/org/chorem/lima/server/LimaServer.java @@ -10,12 +10,12 @@ package org.chorem.lima.server; * it under the terms of the GNU 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 General Public * License along with this program. If not, see * <http://www.gnu.org/licenses/gpl-3.0.html>. -- 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 d45413e9c45cb4a0740567a3a37f029a41ff3211 Merge: 953e04b 2f1935d Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:02 2015 +0000 Merge branch 'release/0.8.2' lima-business-api/pom.xml | 34 +- .../src/license/THIRD-PARTY.properties | 13 +- .../chorem/lima/business}/LimaServiceFactory.java | 43 +- .../org/chorem/lima/business/ServiceListener.java | 0 .../chorem/lima/business/ServiceMonitorable.java | 0 .../lima/business}/ServiceMonitorableHandler.java | 3 +- .../chorem/lima/business/api/OptionsService.java | 47 +- .../lima/business/config/LimaConfigOptionDef.java | 18 +- .../lima/business/utils/AccountComparator.java | 0 .../lima/business/utils/BigDecimalToString.java | 28 +- .../lima/business/utils/EntryComparator.java | 2 +- .../business/utils/FinancialPeriodComparator.java | 0 .../business/utils/FiscalPeriodComparator.java | 0 lima-business/README.txt | 1 - lima-business/pom.xml | 58 +- .../chorem/lima/business/LimaBusinessConfig.java | 398 +++++++++++++ .../org/chorem/lima/business/LimaInterceptor.java | 2 +- .../chorem/lima/business/LimaServiceConfig.java | 602 ------------------- .../accountingrules/DefaultAccountingRules.java | 2 +- .../lima/business/ejb/AccountServiceImpl.java | 8 +- .../lima/business/ejb/EntryBookServiceImpl.java | 7 +- .../business/ejb/FinancialPeriodServiceImpl.java | 4 +- .../ejb/FinancialTransactionServiceImpl.java | 22 +- .../lima/business/ejb/FiscalPeriodServiceImpl.java | 8 +- .../lima/business/ejb/OptionsServiceImpl.java | 95 +-- .../ProvisionalEntryBookReportServiceImpl.java | 9 +- .../org/chorem/lima/entity/AccountTopiaDao.java | 0 .../entity/ClosedPeriodicEntryBookTopiaDao.java | 0 .../java/org/chorem/lima/entity/EntryTopiaDao.java | 0 .../lima/entity/FinancialPeriodTopiaDao.java | 0 .../lima/entity/FinancialStatementTopiaDao.java | 2 +- .../lima/entity/FinancialTransactionTopiaDao.java | 0 .../chorem/lima/entity/FiscalPeriodTopiaDao.java | 0 .../org/chorem/lima/entity/GeneratorHQuery.java | 0 .../entity/LimaCallaoTopiaApplicationContext.java | 0 .../entity/LimaCallaoTopiaPersistenceContext.java | 4 - .../chorem/lima/entity/LimaFlywayServiceImpl.java | 6 + .../chorem/lima/entity/VatStatementTopiaDao.java | 0 .../resources/i18n/lima-business_en_GB.properties | 7 + .../resources/i18n/lima-business_fr_FR.properties | 7 + .../org/chorem/lima/business/AbstractLimaTest.java | 9 +- .../org/chorem/lima/business/LimaMiscTest.java | 4 +- .../org/chorem/lima/business/LimaTestsConfig.java | 4 +- .../accountingrules/AccountServiceRuleFrTest.java | 8 +- .../EntryBookServiceRuleFrTest.java | 8 +- .../FinancialPeriodServiceRuleFrTest.java | 8 +- .../FinancialTransactionServiceRuleFrTest.java | 8 +- .../FiscalPeriodServiceRuleFrTest.java | 8 +- .../accountingrules/ImportServiceRuleFrTest.java | 8 +- .../accountingrules/ReportServiceRuleFrTest.java | 8 +- .../src/test/resources/META-INF/ejb-jar.xml | 41 -- lima-business/src/test/resources/log4j.properties | 4 +- .../src/test/resources/reports/AccountReport.jrxml | 144 ----- lima-callao/pom.xml | 42 +- .../org/chorem/lima/DefaultServiceContext.java | 148 ----- lima-callao/src/main/xmi/accounting-model.zargo | Bin 57335 -> 0 bytes ...del.properties => lima-callao-model.properties} | 0 lima-callao/src/main/xmi/lima-callao-model.zargo | Bin 0 -> 57316 bytes {lima-web => lima-report}/LICENSE.txt | 0 {lima-web => lima-report}/README.txt | 0 {lima-web => lima-report}/pom.xml | 119 +--- .../src/license/THIRD-PARTY.properties | 0 .../chorem/lima/report}/DocumentReportTypes.java | 2 +- .../org/chorem/lima/report}/DocumentsEnum.java | 2 +- .../org/chorem/lima/report/LimaReportConfig.java | 423 +++++++++++++ .../lima/report}/service/DocumentService.java | 275 +++++---- .../lima/report/service/GeneratedReport.java | 63 ++ .../chorem/lima/report/service/JasperReports.java | 55 +- .../balance/BalanceReportAccountReport.jrxml | 4 +- .../balance/BalanceSubAccountsReport.jrxml | 34 +- .../jasperreports/balance/DocumentReport.jrxml | 10 +- .../jasperreports/entryBook/DocumentReport.jrxml | 14 +- .../jasperreports/entryBook/EntryBookReport.jrxml | 6 +- .../entryBook/FinancialPeriodReport.jrxml | 14 +- .../entryBook/TransactionReport.jrxml | 18 +- .../generalEntryBook/DocumentReport.jrxml | 14 +- .../generalEntryBook/EntryBookPeriodReport.jrxml | 10 +- .../GeneralEntryBookEntryReport.jrxml | 10 +- .../generalLedger/DocumentReport.jrxml | 10 +- .../generalLedger/GeneralLedgerEntryReport.jrxml | 6 +- .../generalLedger/GeneralLedgerReport.jrxml | 6 +- .../src/main/resources/reports/vat_form_fr.pdf | Bin .../org/chorem/lima/report}/action/ReportTest.java | 4 +- {lima-web => lima-server}/LICENSE.txt | 0 lima-server/README.txt | 7 + {lima-swing => lima-server}/pom.xml | 213 ++----- .../src/license/THIRD-PARTY.properties | 18 +- .../src/main/assembly/bin.xml | 42 -- .../src/main/assembly/lima-server | 0 .../java/org/chorem/lima/server}/FormatsEnum.java | 12 +- .../org/chorem/lima/server/HttpServerService.java | 295 ++++++++++ .../java/org/chorem/lima/server/LimaServer.java | 120 ++++ .../org/chorem/lima/server/LimaServerConfig.java | 202 +++++++ .../src/main/resources/images/accounts.png | Bin .../src/main/resources/images/entries.png | Bin .../src/main/resources/images/entrybooks.png | Bin .../src/main/resources/images/fiscalperiods.png | Bin .../src/main/resources/images/identity.png | Bin .../src/main/resources/images/puzzle_icon_mini.png | Bin .../src/main/resources/log4j.properties | 15 +- lima-swing/README.txt | 11 +- lima-swing/pom.xml | 33 +- lima-swing/src/main/filters/pom.properties | 6 +- .../src/main/java/org/chorem/lima/LimaMain.java | 43 +- .../chorem/lima/LimaSwingApplicationContext.java | 6 - .../main/java/org/chorem/lima/LimaSwingConfig.java | 222 +------ .../org/chorem/lima/enums/AccountsChartEnum.java | 14 +- .../org/chorem/lima/enums/EntryBooksChartEnum.java | 11 +- .../lima/enums/FinancialStatementsChartEnum.java | 11 +- .../org/chorem/lima/enums/ImportExportEnum.java | 39 +- .../chorem/lima/enums/VatStatementsChartEnum.java | 11 +- .../EntryBookConditionHandler.java | 2 +- .../FinancialPeriodConditionHandler.java | 2 +- .../FiscalPeriodConditionHandler.java | 2 +- .../src/main/java/org/chorem/lima/ui/MainView.css | 2 +- .../src/main/java/org/chorem/lima/ui/MainView.jaxx | 2 +- .../java/org/chorem/lima/ui/MainViewHandler.java | 80 ++- .../chorem/lima/ui/account/AccountImportForm.css | 2 +- .../chorem/lima/ui/account/AccountViewHandler.java | 61 +- .../lima/ui/combobox/AccountComboBoxModel.java | 2 +- .../lima/ui/combobox/EntryBookComboBoxModel.java | 2 +- .../ui/combobox/FinancialPeriodComboBoxModel.java | 2 +- .../ui/combobox/FiscalPeriodComboBoxModel.java | 2 +- .../lima/ui/combobox/LeafAccountComboBoxModel.java | 2 +- .../lima/ui/combobox/LetterComboBoxModel.java | 2 +- .../ui/common/FinancialTransactionTableModel.java | 2 +- .../lima/ui/entrybook/EntryBookViewHandler.java | 4 +- .../FinancialPeriodViewHandler.java | 2 +- .../FinancialStatementChartTreeTableModel.java | 2 +- .../FinancialStatementChartViewHandler.java | 4 +- .../FinancialTransactionViewHandler.java | 55 +- .../FinancialTransactionSearchTableModel.java | 2 +- .../FinancialTransactionSearchViewHandler.java | 2 +- .../ui/fiscalperiod/FiscalPeriodViewHandler.java | 2 +- .../java/org/chorem/lima/ui/home/AccountsPane.java | 2 +- .../org/chorem/lima/ui/home/EntryBooksPane.java | 2 +- .../lima/ui/home/FinancialTransactionsPane.java | 6 +- .../org/chorem/lima/ui/home/FiscalYearsPane.java | 2 +- .../java/org/chorem/lima/ui/home/HomeView.jaxx | 23 +- .../chorem/lima/ui/identity/IdentityHandler.java | 2 +- .../chorem/lima/ui/importexport/ImportExport.java | 376 +++++++----- .../lima/ui/lettering/LetteringViewHandler.java | 2 +- .../chorem/lima/ui/opening/CreateAccountsPanel.css | 2 +- .../lima/ui/opening/CreateFiscalPeriodPanel.jaxx | 2 +- .../ui/opening/CreateIdentityPanelHandler.java | 2 +- .../org/chorem/lima/ui/opening/OpeningView.jaxx | 2 +- .../chorem/lima/ui/opening/OpeningViewHandler.java | 28 +- .../lima/ui/vatchart/VatChartTreeTableModel.java | 2 +- .../lima/ui/vatchart/VatChartViewHandler.java | 4 +- .../org/chorem/lima/util/BigDecimalToString.java | 26 +- lima-swing/src/main/resources/META-INF/aop.xml | 37 -- .../{lima-config.properties => lima-swing.config} | 3 + lima-swing/src/main/resources/log4j.properties | 57 +- .../java/org/chorem/lima/ui/AbstractLimaTest.java | 653 --------------------- .../java/org/chorem/lima/ui/LimaTestsConfig.java | 71 --- .../lima/ui/account/AccountViewHandlerTest.java | 5 +- .../src/main/java/org/chorem/lima/LimaServer.java | 75 --- .../chorem/lima/web/service/HttpServerService.java | 326 ---------- .../org/chorem/lima/web/utils/DocumentsEnum.java | 67 --- .../main/resources/i18n/lima-web_en_GB.properties | 60 -- .../main/resources/i18n/lima-web_fr_FR.properties | 60 -- pom.xml | 29 +- src/site/rst/devel/server.rst | 2 +- 163 files changed, 2762 insertions(+), 3718 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 5947526961e8179e39ca5022862403370e3fa1f7 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:05 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 7dc9469..40285b1 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.3-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index 668d3ea..b0db46a 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.3-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index f8f6912..dd033d9 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.3-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-report/pom.xml b/lima-report/pom.xml index 9a2aebf..e288967 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.3-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-server/pom.xml b/lima-server/pom.xml index 85feb00..829ea11 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.3-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 79d3f45..7bb1ac6 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.3-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/pom.xml b/pom.xml index 837e68e..6fe3c27 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.3-SNAPSHOT</version> + <version>0.8.2</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 937f0ae44c3f763e62529818bff3219d758ed0fd Merge: 5947526 d45413e Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:05 2015 +0000 Merge branch 'master' into develop .../src/license/THIRD-PARTY.properties | 13 +++++++++++-- .../lima/business/config/LimaConfigOptionDef.java | 22 ++++++++++++++++++++++ .../java/org/chorem/lima/entity/EntryImpl.java | 0 .../chorem/lima/entity/FinancialStatementImpl.java | 0 .../lima/entity/FinancialTransactionImpl.java | 0 .../org/chorem/lima/entity/FiscalPeriodImpl.java | 0 .../org/chorem/lima/entity/VatStatementImpl.java | 0 .../org/chorem/lima/report/LimaReportConfig.java | 22 ++++++++++++++++++++++ .../lima/report/service/GeneratedReport.java | 22 ++++++++++++++++++++++ lima-server/pom.xml | 5 +---- .../chorem/lima}/server/FormatsEnum.java | 9 +++++---- .../chorem/lima}/server/HttpServerService.java | 12 +++++------- .../chorem/lima/server}/LimaServer.java | 13 ++++++------- .../chorem/lima}/server/LimaServerConfig.java | 22 ++++++++++++++++++++++ .../src/main/java/org/chorem/lima/LimaMain.java | 1 + 15 files changed, 117 insertions(+), 24 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 7b18ab37ae780a90919dae448ce426c35232e621 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 22:12:06 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 40285b1..7dc9469 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.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-business/pom.xml b/lima-business/pom.xml index b0db46a..668d3ea 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.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-callao/pom.xml b/lima-callao/pom.xml index dd033d9..f8f6912 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.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-report/pom.xml b/lima-report/pom.xml index e288967..9a2aebf 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.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-server/pom.xml b/lima-server/pom.xml index b6524a3..bc0a00d 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.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/lima-swing/pom.xml b/lima-swing/pom.xml index 7bb1ac6..79d3f45 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.2</version> + <version>0.8.3-SNAPSHOT</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/pom.xml b/pom.xml index 6fe3c27..837e68e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.2</version> + <version>0.8.3-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