|
Revision 4988, 0.9 KB
(checked in by mtld, 2 years ago)
|
|
set version to 1.0.2
|
| 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>1.0.2</version> |
|---|
| 9 | </parent> |
|---|
| 10 | |
|---|
| 11 | <groupId>org.pustefixframework</groupId> |
|---|
| 12 | <artifactId>pustefix-samples</artifactId> |
|---|
| 13 | <version>1.0.2</version> |
|---|
| 14 | |
|---|
| 15 | <packaging>pom</packaging> |
|---|
| 16 | <name>Pustefix Samples</name> |
|---|
| 17 | <modules> |
|---|
| 18 | <module>pustefix-sample-firstapp</module> |
|---|
| 19 | <module>pustefix-sample1</module> |
|---|
| 20 | <!-- |
|---|
| 21 | <module>pustefix-samplebank</module> |
|---|
| 22 | --> |
|---|
| 23 | <module>pustefix-taskmanager</module> |
|---|
| 24 | <module>pustefix-testsuite</module> |
|---|
| 25 | <!-- |
|---|
| 26 | <module>pustefix-webservice</module> |
|---|
| 27 | --> |
|---|
| 28 | <module>sample-modules</module> |
|---|
| 29 | <module>moduletest</module> |
|---|
| 30 | </modules> |
|---|
| 31 | </project> |
|---|