/[schmitzm]/trunk/schmitzm-adresses/pom.xml
ViewVC logotype

Annotation of /trunk/schmitzm-adresses/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1922 - (hide annotations)
Wed Mar 28 10:53:14 2012 UTC (12 years, 11 months ago) by alfonx
File MIME type: text/xml
File size: 1191 byte(s)


1 keeb 1626 <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-adresses</artifactId>
7 keeb 1717 <version>2.7-SNAPSHOT</version>
8 keeb 1626 <packaging>jar</packaging>
9    
10     <parent>
11     <groupId>de.schmitzm</groupId>
12     <artifactId>schmitzm-parent</artifactId>
13 keeb 1717 <version>2.7-SNAPSHOT</version>
14 keeb 1626 <relativePath>../schmitzm-parent/pom.xml</relativePath>
15     </parent>
16    
17     <name>schmitzm-adresses</name>
18 alfonx 1920
19 keeb 1626 <dependencies>
20     <dependency>
21     <groupId>de.schmitzm</groupId>
22 alfonx 1922 <artifactId>schmitzm-excelcsv</artifactId>
23     <version>${project.version}</version>
24     </dependency>
25     <dependency>
26     <groupId>de.schmitzm</groupId>
27 keeb 1626 <artifactId>schmitzm-core</artifactId>
28     <version>${project.version}</version>
29     <type>test-jar</type>
30     <scope>test</scope>
31     </dependency>
32     <dependency>
33     <groupId>de.schmitzm</groupId>
34     <artifactId>schmitzm-core</artifactId>
35     <version>${project.version}</version>
36     <type>jar</type>
37     <scope>compile</scope>
38     </dependency>
39     </dependencies>
40    
41     </project>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26