]> git.argeo.org Git - gpl/argeo-suite.git/blob - pom.xml
9348e6d0a70794ea34f72122cad6080dc993916d
[gpl/argeo-suite.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons</groupId>
5 <artifactId>argeo-commons</artifactId>
6 <version>2.1.61</version>
7 </parent>
8 <groupId>org.argeo.suite</groupId>
9 <artifactId>argeo-suite</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo Suite</name>
12 <description />
13 <version>0.1.1</version>
14 <modules>
15 <module>org.argeo.suite.core</module>
16 <module>org.argeo.suite.web</module>
17 <module>org.argeo.suite.workbench.rap</module>
18 <module>sdk</module>
19 </modules>
20 <properties>
21 <version.argeo-suite>0.1.1</version.argeo-suite>
22 <developmentCycle.argeo-suite>0.1</developmentCycle.argeo-suite>
23 <version.argeo-connect>2.1.66</version.argeo-connect>
24 <version.argeo-tp-extras>2.1.9</version.argeo-tp-extras>
25 <git.rw />
26 </properties>
27 <scm>
28 <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
29 <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
30 <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
31 <tag>argeo-suite-0.1.1</tag>
32 </scm>
33 <inceptionYear>2014</inceptionYear>
34 <licenses>
35 <license>
36 <name>GPL v3 with exception</name>
37 <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
38 <distribution>repo</distribution>
39 <comments><![CDATA[
40 Smart Data Productivity Suite - Lean, robust and secured distributed Java applications
41 Copyright (C) 2017 Argeo GmbH
42
43 This program is free software: you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
45 the Free Software Foundation, either version 3 of the License, or
46 (at your option) any later version.
47
48 This program is distributed in the hope that it will be useful,
49 but WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51 GNU General Public License for more details.
52
53 You should have received a copy of the GNU General Public License
54 along with this program. If not, see <http://www.gnu.org/licenses />
55
56 Additional permission under GNU GPL version 3 section 7
57
58 If you modify this Program, or any covered work, by linking or combining it
59 with software covered by the terms of the Eclipse Public License, the
60 licensors of this Program grant you additional permission to convey the
61 resulting work. Corresponding Source for a non-source form of such a
62 combination shall include the source code for the parts of such software
63 which are used as well as that of the covered work.]]>
64 </comments>
65 </license>
66 </licenses>
67 <developers>
68 <developer>
69 <id>mbaudier</id>
70 <name>Mathieu Baudier</name>
71 <email><![CDATA[http://mailhide.recaptcha.net/d?k=01EM7GpnvY3k8woQ2tnnZLUA==&c=crsNpHjhOBDPswHG6HD_gXaqymhC69wmBf7wlagcSHw=]]></email>
72 <organization>Argeo</organization>
73 <organizationUrl>http://www.argeo.org</organizationUrl>
74 <roles>
75 <role>architect</role>
76 <role>developer</role>
77 <role>QA</role>
78 </roles>
79 </developer>
80 <developer>
81 <id>bsinou</id>
82 <name>Bruno Sinou</name>
83 <email><![CDATA[http://www.google.com/recaptcha/mailhide/d?k=01SZoYvDnJzcw0KOR7M7u6Qg==&c=SVgEjXA_Uu9ZrNzLES92w1ght6puLFiVpoNUddCfSU8=]]></email>
84 <organization>Argeo</organization>
85 <organizationUrl>http://www.argeo.org</organizationUrl>
86 <roles>
87 <role>architect</role>
88 <role>developer</role>
89 <role>QA</role>
90 </roles>
91 </developer>
92 </developers>
93 <repositories>
94 <repository>
95 <id>argeo</id>
96 <url>http://forge.argeo.org/data/java/argeo-2.1</url>
97 <releases>
98 <enabled>true</enabled>
99 <updatePolicy>daily</updatePolicy>
100 <checksumPolicy>warn</checksumPolicy>
101 </releases>
102 </repository>
103 <repository>
104 <id>argeo-extras</id>
105 <url>http://forge.argeo.org/data/java/argeo-extras-2.1</url>
106 <releases>
107 <enabled>true</enabled>
108 <updatePolicy>daily</updatePolicy>
109 <checksumPolicy>warn</checksumPolicy>
110 </releases>
111 </repository>
112 </repositories>
113 <distributionManagement>
114 <repository>
115 <id>staging</id>
116 <url>dav:https://repo.argeo.org/data/java/argeo-suite_0.1</url>
117 </repository>
118 </distributionManagement>
119 </project>