forked from mulesoft-labs/raml-for-jax-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
25 lines (25 loc) · 919 Bytes
/
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
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mulesoft.jaxrs-raml</groupId>
<artifactId>all</artifactId>
<version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<distributionManagement>
<repository>
<id>mule-ee-releases</id>
<name>Mule Release Repository</name>
<url>http://repository-master.mulesoft.org/releases/</url>
</repository>
<snapshotRepository>
<id>mule-snapshots</id>
<name>Mule Snapshot Repository</name>
<url>http://repository-master.mulesoft.org/snapshots/</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
<modules>
<!-- <module>eclipse</module> -->
<module>jaxrs-to-raml</module>
<module>raml-to-jaxrs</module>
</modules>
</project>