-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpom.xml
More file actions
69 lines (58 loc) · 2.05 KB
/
pom.xml
File metadata and controls
69 lines (58 loc) · 2.05 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.mf2c-project.cimi</groupId>
<artifactId>server-parent</artifactId>
<version>2.29-SNAPSHOT</version>
<packaging>pom</packaging>
<name>server parent</name>
<url>http://www.mf2c-project.eu/</url>
<!--<parent>-->
<!--<groupId>com.sixsq.slipstream</groupId>-->
<!--<artifactId>SlipStreamCommunity</artifactId>-->
<!--<version>3.52</version>-->
<!--</parent>-->
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<properties>
<!-- must match the version of the parent -->
<slipstream.version>3.52</slipstream.version>
</properties>
<modules>
<module>server</module>
<module>container</module>
</modules>
<!--<scm>-->
<!--<connection>https://github.com/mF2C/cimi.git</connection>-->
<!--<developerConnection>git@github.com:mF2C/cimi.git</developerConnection>-->
<!--<url>https://github.com/mF2C/cimi</url>-->
<!--<tag>HEAD</tag>-->
<!--</scm>-->
<!--<repositories>-->
<!--<repository>-->
<!--<releases>-->
<!--<enabled>true</enabled>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>false</enabled>-->
<!--</snapshots>-->
<!--<id>slipstream.releases</id>-->
<!--<name>SlipStream Releases</name>-->
<!--<url>s3://sixsq-build-artifacts-legacy</url>-->
<!--</repository>-->
<!--<repository>-->
<!--<releases>-->
<!--<enabled>false</enabled>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>true</enabled>-->
<!--</snapshots>-->
<!--<id>slipstream.snapshots</id>-->
<!--<name>SlipStream Snapshots</name>-->
<!--<url>s3://sixsq-build-artifacts-legacy</url>-->
<!--</repository>-->
<!--</repositories>-->
</project>