branch release/0.8.2 updated (b923f12 -> 2753820)
This is an automated email from the git hooks/post-receive script. New change to branch release/0.8.2 in repository lima. See http://git.chorem.org/lima.git from b923f12 [jgitflow-maven-plugin]updating poms for branch '0.8.2' with snapshot versions new 049f7c8 [jgitflow-maven-plugin]updating poms for branch'release/0.8.2' with non-snapshot versions new 44c9906 fix third parties new 2753820 fix license headers The 3 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 2753820a34f85badfbfe4c5521149ac2b07b8b10 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 21:00:56 2015 +0000 fix license headers commit 44c9906948dff50e4fd2689d3acd6027b324b192 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 21:00:41 2015 +0000 fix third parties commit 049f7c8725ab48685add17d662b35f41cc482021 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 20:45:08 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/0.8.2' with non-snapshot versions Summary of changes: lima-business-api/pom.xml | 2 +- .../src/license/THIRD-PARTY.properties | 13 +++++++++++-- .../lima/business/config/LimaConfigOptionDef.java | 22 ++++++++++++++++++++++ lima-business/pom.xml | 2 +- lima-callao/pom.xml | 2 +- lima-report/pom.xml | 2 +- .../org/chorem/lima/report/LimaReportConfig.java | 22 ++++++++++++++++++++++ .../lima/report/service/GeneratedReport.java | 22 ++++++++++++++++++++++ lima-server/pom.xml | 2 +- .../org.chorem.lima/server/LimaServerConfig.java | 22 ++++++++++++++++++++++ lima-swing/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 106 insertions(+), 9 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 release/0.8.2 in repository lima. See http://git.chorem.org/lima.git commit 049f7c8725ab48685add17d662b35f41cc482021 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 20:45:08 2015 +0000 [jgitflow-maven-plugin]updating poms for branch'release/0.8.2' 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 4947d21..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.2-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 e189a55..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.2-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 667c3bf..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.2-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 547ba26..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.2-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 3425361..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.2-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 3dc133d..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.2-SNAPSHOT</version> + <version>0.8.2</version> </parent> <groupId>org.chorem.lima</groupId> diff --git a/pom.xml b/pom.xml index 47e9f9f..6fe3c27 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.8.2-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 release/0.8.2 in repository lima. See http://git.chorem.org/lima.git commit 44c9906948dff50e4fd2689d3acd6027b324b192 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 21:00:41 2015 +0000 fix third parties --- lima-business-api/src/license/THIRD-PARTY.properties | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lima-business-api/src/license/THIRD-PARTY.properties b/lima-business-api/src/license/THIRD-PARTY.properties index e2d3ddb..632e17c 100644 --- a/lima-business-api/src/license/THIRD-PARTY.properties +++ b/lima-business-api/src/license/THIRD-PARTY.properties @@ -5,9 +5,12 @@ # - Apache 2 # - Apache License 2.0 # - Apache License, version 2.0 +# - Apache Software License 2.0 # - BSD License +# - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License v1.0 @@ -15,27 +18,33 @@ # - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public Licence +# - GPL2 w/ CPE # - General Public License (GPL) +# - HSQLDB License, a BSD open source license # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 +# - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 -# - The H2 License, Version 1.0 +# - http://asm.ow2.org/license.html +# - http://www.apache.org/licenses/LICENSE-2.0.txt # - jdomlicence #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Tue Mar 03 08:37:52 CET 2015 +#Fri Mar 20 20:46:21 UTC 2015 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 +org.metatype.sxc--sxc-jaxb-core--0.8=The Apache Software License, Version 2.0 +org.metatype.sxc--sxc-runtime--0.8=The Apache Software License, Version 2.0 org.olap4j--olap4j--0.9.7.309-JS-3=Lesser General Public License (LPGL) org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 -- 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 release/0.8.2 in repository lima. See http://git.chorem.org/lima.git commit 2753820a34f85badfbfe4c5521149ac2b07b8b10 Author: Maven Release <maven-release@codelutin.com> Date: Fri Mar 20 21:00:56 2015 +0000 fix license headers --- .../lima/business/config/LimaConfigOptionDef.java | 22 ++++++++++++++++++++++ .../org/chorem/lima/report/LimaReportConfig.java | 22 ++++++++++++++++++++++ .../lima/report/service/GeneratedReport.java | 22 ++++++++++++++++++++++ .../org.chorem.lima/server/LimaServerConfig.java | 22 ++++++++++++++++++++++ 4 files changed, 88 insertions(+) diff --git a/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java b/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java index f6b85d8..7dc23cb 100644 --- a/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java +++ b/lima-business-api/src/main/java/org/chorem/lima/business/config/LimaConfigOptionDef.java @@ -1,5 +1,27 @@ package org.chorem.lima.business.config; +/* + * #%L + * Lima :: Business API + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * 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>. + * #L% + */ + import org.nuiton.config.ConfigOptionDef; /** diff --git a/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java b/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java index 1bdc932..bfb438f 100644 --- a/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java +++ b/lima-report/src/main/java/org/chorem/lima/report/LimaReportConfig.java @@ -1,5 +1,27 @@ package org.chorem.lima.report; +/* + * #%L + * Lima :: Report + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * 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>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.chorem.lima.LimaTechnicalException; diff --git a/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java b/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java index 7ae468c..710db3a 100644 --- a/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java +++ b/lima-report/src/main/java/org/chorem/lima/report/service/GeneratedReport.java @@ -1,5 +1,27 @@ package org.chorem.lima.report.service; +/* + * #%L + * Lima :: Report + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * 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>. + * #L% + */ + import java.io.InputStream; /** diff --git a/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java b/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java index 3ac87f5..04020ac 100644 --- a/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java +++ b/lima-server/src/main/java/org.chorem.lima/server/LimaServerConfig.java @@ -1,5 +1,27 @@ package org.chorem.lima.server; +/* + * #%L + * Lima :: Server + * %% + * Copyright (C) 2008 - 2015 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * 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>. + * #L% + */ + import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm