forked from codenvy-legacy/cdec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
56 lines (52 loc) · 2.47 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!--
CODENVY CONFIDENTIAL
__________________
[2012] - [2015] Codenvy, S.A.
All Rights Reserved.
NOTICE: All information contained herein is, and remains
the property of Codenvy S.A. and its suppliers,
if any. The intellectual and technical concepts contained
herein are proprietary to Codenvy S.A.
and its suppliers and may be covered by U.S. and Foreign Patents,
patents in process, and are protected by trade secret or copyright law.
Dissemination of this information or reproduction of this material
is strictly forbidden unless prior written permission is obtained
from Codenvy S.A..
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-depmgt-pom</artifactId>
<groupId>org.eclipse.che.depmgt</groupId>
<version>1.21.1-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>com.codenvy.im</groupId>
<artifactId>codenvy-im</artifactId>
<version>3.9.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Codenvy :: IM</name>
<modules>
<module>update-server-packaging-tomcat</module>
<module>update-server-packaging-war</module>
<module>installation-manager-core</module>
<module>installation-manager-resources</module>
<module>installation-manager-cli-assembly</module>
<module>installation-manager-cli-bundle</module>
<module>installation-manager-cli-features</module>
<module>installation-manager-server-api-docs</module>
<module>installation-manager-server-war</module>
<module>installation-manager-server-tomcat</module>
</modules>
<scm>
<connection>scm:git:[email protected]:codenvy/cdec.git</connection>
<developerConnection>scm:git:[email protected]:codenvy/cdec.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<maven.releases.repo.url>https://maven.codenvycorp.com/content/repositories/codenvy-private-releases/</maven.releases.repo.url>
<maven.snapshots.repo.url>https://maven.codenvycorp.com/content/repositories/codenvy-private-snapshots/</maven.snapshots.repo.url>
<version.license-header>codenvy-codenvy-license-resource-bundle</version.license-header>
</properties>
</project>