-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
47 lines (39 loc) · 1.51 KB
/
pom.xml
File metadata and controls
47 lines (39 loc) · 1.51 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
<?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>
<!-- Project Information -->
<parent>
<groupId>edu.mayo.kmdp</groupId>
<artifactId>kmdp-bom</artifactId>
<version>12.0.2-SNAPSHOT</version>
</parent>
<artifactId>kmdp-openapi-toolkits</artifactId>
<version>12.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>kmdp-monitoring-10</module>
<module>kmdp-openapi-spring-toolkit</module>
<module>kmdp-openapi-azure-toolkit</module>
<module>kmdp-openapi-cloudfn-toolkit</module>
</modules>
<properties>
<github.global.server>github</github.global.server>
</properties>
<!-- More Project Information -->
<name>KMDP OpenAPI Toolkits</name>
<description>Generates KMDP Services based on OpenAPIs</description>
<url>https://github.com/API4KBs/kmdp-archetype</url>
<developers>
<developer>
<name>Davide Sottara</name>
<email>sottara.davide@mayo.edu</email>
<organization>Mayo Clinic</organization>
<organizationUrl>https://www.mayoclinic.org/</organizationUrl>
</developer>
</developers>
<!-- Environment Settings -->
<scm>
<developerConnection>scm:git:ssh://github.com/API4KBs/kmdp-archetype.git</developerConnection>
<url>https://github.com/API4KBs/kmdp-archetype</url>
</scm>
</project>