root/trunk/pustefix-tutorial/pom.xml

Revision 6206, 0.8 KB (checked in by mtld, 4 weeks ago)

[maven-release-plugin] prepare for next development iteration

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<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/maven-v4_0_0.xsd">
3  <modelVersion>4.0.0</modelVersion>
4
5  <parent>
6    <groupId>org.pustefixframework</groupId>
7    <artifactId>pustefixframework</artifactId>
8    <version>0.18.15-SNAPSHOT</version>
9  </parent>
10
11  <groupId>org.pustefixframework</groupId>
12  <artifactId>pustefix-tutorial</artifactId>
13  <version>0.18.15-SNAPSHOT</version>
14
15  <packaging>pom</packaging>
16  <name>Pustefix Tutorial Applications</name>
17  <modules>
18    <module>ajax-calculator</module>
19    <module>first-app</module>
20    <module>usermanagement</module>
21  </modules> 
22</project>
Note: See TracBrowser for help on using the browser.