-
Notifications
You must be signed in to change notification settings - Fork 23
/
pom.xml
45 lines (37 loc) · 1.49 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"?>
<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>
<properties>
<version.windup>6.4.0-SNAPSHOT</version.windup>
</properties>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>39</version>
<relativePath />
</parent>
<groupId>org.jboss.windup.quickstarts</groupId>
<artifactId>windup-quickstarts-root</artifactId>
<version>6.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Windup QuickStart Root</name>
<modules>
<module>proprietary-javaee-servlet</module>
<module>ejb-beanutils-async</module>
<!--module>victi.ms</module-->
<module>maven-plugin-usage</module>
</modules>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<distribution>repo</distribution>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<scm>
<tag>master</tag>
<connection>scm:git:https://github.com/windup/windup-quickstarts.git</connection>
<developerConnection>scm:git:[email protected]:windup/windup-quickstarts.git</developerConnection>
<url>http://github.com/windup/windup-quickstarts</url>
</scm>
</project>