Last change
on this file since 19868 was
4521,
checked in by Garth Braithwaite, 10 years ago
|
updated pom files for 2.2 and latest ibis jar file.
|
File size:
815 bytes
|
Line | |
---|
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
---|
2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
---|
4 | > |
---|
5 | <modelVersion>4.0.0</modelVersion> |
---|
6 | |
---|
7 | <groupId>org.ibisph</groupId> |
---|
8 | <artifactId>ibisph-all</artifactId> |
---|
9 | <version>2.2.0</version> |
---|
10 | <packaging>pom</packaging> |
---|
11 | <name>ibisph-all</name> |
---|
12 | <description>Master Maven build example for all IBIS-PH related work products</description> |
---|
13 | <url>http://maven.apache.org</url> |
---|
14 | |
---|
15 | <properties> |
---|
16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
---|
17 | </properties> |
---|
18 | |
---|
19 | <modules> |
---|
20 | <module>ibisph</module> |
---|
21 | <module>ibisph-admin</module> |
---|
22 | <module>ibisph-view</module> |
---|
23 | </modules> |
---|
24 | |
---|
25 | <dependencies> |
---|
26 | </dependencies> |
---|
27 | |
---|
28 | </project> |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.