-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
33 lines (27 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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>
<groupId>org.mule.connectors</groupId>
<artifactId>mule-hello-world-connector</artifactId>
<version>1.0.0-BETA</version>
<name>Mule Hello World Anypoint Connector</name>
<packaging>mule-extension</packaging>
<parent>
<groupId>org.mule.extensions</groupId>
<artifactId>mule-modules-parent</artifactId>
<version>1.0.0-BETA</version>
</parent>
<properties>
<category>Community</category>
<licensePath>LICENSE.md</licensePath>
</properties>
<repositories>
<repository>
<id>mulesoft-releases</id>
<name>MuleSoft Releases Repository</name>
<url>http://repository.mulesoft.org/releases/</url>
<layout>default</layout>
</repository>
</repositories>
</project>