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 08d7c4e697405b5d31c55e308643738d951fd6e5 Merge: 0493023 b5c8f29 Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 28 08:57:34 2015 +0000 Merge branch 'master' into develop .../chorem/lima/business/api/OptionsService.java | 8 ++--- .../api/report/GeneralEntryBookReportService.java | 22 ++++++++++++ .../business/api/report/LedgerReportService.java | 22 ++++++++++++ .../report/ProvisionalEntryBookReportService.java | 22 ++++++++++++ lima-business/pom.xml | 5 +-- .../report/GeneralEntryBookReportServiceImpl.java | 22 ++++++++++++ .../ejb/report/LedgerReportServiceImpl.java | 22 ++++++++++++ .../ProvisionalEntryBookReportServiceImpl.java | 22 ++++++++++++ .../lima/business/utils/BigDecimalToString.java | 22 ++++++++++++ lima-callao/pom.xml | 1 - .../org/chorem/lima/entity/FiscalPeriodImpl.java | 22 ++++++++++++ .../chorem/lima/entity/LimaFlywayServiceImpl.java | 22 ++++++++++++ .../db/migration/V0_5_0_0__migration1.sql | 21 +++++++++++ .../db/migration/V0_6_0_0__migration2.sql | 21 +++++++++++ lima-swing/pom.xml | 10 +++--- lima-swing/src/license/THIRD-PARTY.properties | 15 +++----- .../lima/ui/financialtransaction/DayColumn.java | 22 ++++++++++++ lima-web/pom.xml | 12 ++++--- lima-web/src/main/assembly/bin.xml | 42 +++++++++++----------- pom.xml | 27 +++++++++++--- 20 files changed, 329 insertions(+), 53 deletions(-) diff --cc lima-web/pom.xml index 504d2df,e752f7d..f28c0c6 --- a/lima-web/pom.xml +++ b/lima-web/pom.xml @@@ -265,4 -269,4 +269,4 @@@ </profiles> --</project> ++</project> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.