This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpom.xml
45 lines (39 loc) · 1.5 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Milyn - Copyright (C) 2006 - 2010
~
~ This library is free software; you can redistribute it and/or
~ modify it under the terms of the GNU Lesser General Public
~ License (version 2.1) as published by the Free Software
~ Foundation.
~
~ This library is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
~
~ See the GNU Lesser General Public License for more details:
~ http://www.gnu.org/licenses/lgpl.txt
-->
<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>
<parent>
<groupId>org.codehaus</groupId>
<artifactId>codehaus-parent</artifactId>
<version>3</version>
</parent>
<properties>
<camel.version>2.4.0</camel.version>
<spring.version>2.5.6</spring.version>
</properties>
<groupId>org.milyn</groupId>
<artifactId>unedifact-examples</artifactId>
<name>Milyn Smooks UN/EDIFACT Examples</name>
<version>1.5-SNAPSHOT</version> <!-- base pom version - do not remove this comment -->
<packaging>pom</packaging>
<modules>
<module>to-xml</module>
<module>java-binding</module>
<module>splitting-camel</module>
</modules>
</project>