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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2050 - (hide annotations)
Thu Jun 7 10:40:15 2012 UTC (12 years, 8 months ago) by keeb
File MIME type: text/plain
File size: 1190 byte(s)
new version 2.8-SNAPSHOT
1 alfonx 1815 <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-db</artifactId>
7 keeb 2050 <version>2.8-SNAPSHOT</version>
8 alfonx 1815 <packaging>jar</packaging>
9    
10     <parent>
11     <groupId>de.schmitzm</groupId>
12     <artifactId>schmitzm-parent</artifactId>
13 keeb 2050 <version>2.8-SNAPSHOT</version>
14 alfonx 1815 <relativePath>../schmitzm-parent/pom.xml</relativePath>
15     </parent>
16    
17     <name>schmitzm-db</name>
18    
19     <dependencies>
20    
21     <dependency>
22     <groupId>de.schmitzm</groupId>
23     <artifactId>schmitzm-core</artifactId>
24     <version>${project.version}</version>
25     <type>test-jar</type>
26     <scope>test</scope>
27     </dependency>
28    
29     <dependency>
30     <groupId>de.schmitzm</groupId>
31     <artifactId>schmitzm-core</artifactId>
32     <version>${project.version}</version>
33     <type>jar</type>
34     <scope>compile</scope>
35     </dependency>
36    
37     <dependency>
38     <groupId>postgresql</groupId>
39     <artifactId>postgresql</artifactId>
40 alfonx 1926 <version>9.1-901.jdbc4</version>
41 alfonx 1815 </dependency>
42     </dependencies>
43    
44     <build>
45     </build>
46     </project>

Properties

Name Value
svn:mime-type text/plain

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26