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