forked from MarcGuiot/budgetview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
32 lines (29 loc) · 742 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
26
27
28
29
30
31
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>root</groupId>
<artifactId>root</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>globs</module>
<module>shrinker</module>
<module>budgetview</module>
<module>uispec4j</module>
<module>saxstack</module>
<module>prevayler</module>
<module>siteweaver</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>