forked from pentaho/pentaho-kettle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
36 lines (30 loc) · 1.02 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
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pdi-plugins</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
</parent>
<artifactId>hl7</artifactId>
<version>9.1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PDI HL7 Plugin</name>
<licenses>
<license>
<name>GNU Lesser General Public License, Version 2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
<comments></comments>
</license>
</licenses>
<properties>
<!-- License Configuration -->
<license.licenseName>lgpl_v2_1</license.licenseName>
</properties>
<modules>
<module>core</module>
<module>assemblies</module>
</modules>
</project>