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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2056 by alfonx, Fri Jun 15 13:17:12 2012 UTC revision 2231 by alfonx, Fri Feb 15 08:07:22 2013 UTC
# Line 2  Line 2 
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">          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>          <modelVersion>4.0.0</modelVersion>
4    
         <groupId>de.schmitzm</groupId>  
5          <artifactId>schmitzm-db</artifactId>          <artifactId>schmitzm-db</artifactId>
         <version>2.8-SNAPSHOT</version>  
6          <packaging>jar</packaging>          <packaging>jar</packaging>
7    
8          <parent>          <parent>
# Line 33  Line 31 
31                          <type>jar</type>                          <type>jar</type>
32                          <scope>compile</scope>                          <scope>compile</scope>
33                  </dependency>                  </dependency>
34                    
35                  <dependency>                  <dependency>
36                          <groupId>postgresql</groupId>                          <groupId>postgresql</groupId>
37                          <artifactId>postgresql</artifactId>                          <artifactId>postgresql</artifactId>
38                          <version>9.1-901.jdbc4</version>                          <!-- <version>9.2-1002.jdbc4</version> -->
39                            <version>9.1-903.jdbc4</version>
40                            <!-- <version>9.1-901.jdbc4</version> -->
41                  </dependency>                  </dependency>
42          </dependencies>          </dependencies>
43    

Legend:
Removed from v.2056  
changed lines
  Added in v.2231

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26