Parent Directory
|
Revision Log
1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | <modelVersion>4.0.0</modelVersion> |
4 | |
5 | <groupId>de.schmitzm</groupId> |
6 | <artifactId>schmitzm-utils</artifactId> |
7 | <version>1.0-SNAPSHOT</version> |
8 | <packaging>pom</packaging> |
9 | <description>schmitzm utils</description> |
10 | |
11 | <name>SCHMITZM utils</name> |
12 | |
13 | <parent> |
14 | <groupId>de.schmitzm</groupId> |
15 | <artifactId>schmitzm-parent</artifactId> |
16 | <version>2.6-SNAPSHOT</version> |
17 | <relativePath>schmitzm-parent/pom.xml</relativePath> |
18 | </parent> |
19 | |
20 | <modules> |
21 | <module>schmitzm-parent</module> |
22 | <module>schmitzm-core</module> |
23 | <module>schmitzm-gt</module> |
24 | <module>schmitzm-jfree</module> |
25 | <module>schmitzm-jfree-gt</module> |
26 | <module>schmitzm-net</module> |
27 | </modules> |
28 | |
29 | </project> |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Id URL |
svn:mime-type | text/xml |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |