-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpom.xml
More file actions
42 lines (42 loc) · 1.46 KB
/
pom.xml
File metadata and controls
42 lines (42 loc) · 1.46 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
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>de.cosmocode.palava</groupId>
<artifactId>palava-parent</artifactId>
<version>2.6.2</version>
</parent>
<name>Palava ActiveCollab</name>
<groupId>de.cosmocode.palava</groupId>
<artifactId>palava-activecollab</artifactId>
<version>0.4-SNAPSHOT</version>
<scm>
<developerConnection>scm:git:git@github.com:palava/${project.artifactId}.git</developerConnection>
</scm>
<repositories>
<repository>
<id>cosmocode-public</id>
<name>CosmoCode Public Maven Repository</name>
<url>http://mvn.cosmocode.de/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>cosmocode-public</id>
<name>CosmoCode Public Maven Repository</name>
<url>http://mvn.cosmocode.de/</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>de.cosmocode</groupId>
<artifactId>cosmocode-issuetracker-activecollab</artifactId>
<version>[0.3,2)</version>
</dependency>
<dependency>
<groupId>de.cosmocode.palava</groupId>
<artifactId>palava-core</artifactId>
<version>[2.10.3,3)</version>
</dependency>
</dependencies>
</project>