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

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

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

revision 1717 by keeb, Tue Sep 6 17:23:04 2011 UTC revision 2327 by alfonx, Thu Jun 6 11:44:51 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    
5          <groupId>de.schmitzm</groupId>  
6          <artifactId>schmitzm-adresses</artifactId>          <artifactId>schmitzm-adresses</artifactId>
         <version>2.7-SNAPSHOT</version>  
7          <packaging>jar</packaging>          <packaging>jar</packaging>
8    
9          <parent>          <parent>
10                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
11                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
12                  <version>2.7-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
13                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
14          </parent>          </parent>
15    
16          <name>schmitzm-adresses</name>          <name>schmitzm-adresses</name>
17          <url>http://maven.apache.org</url>  
18          <dependencies>          <dependencies>
19                  <dependency>                  <dependency>
20                          <groupId>net.sourceforge.jexcelapi</groupId>                          <groupId>de.schmitzm</groupId>
21                          <artifactId>jxl</artifactId>                          <artifactId>schmitzm-excelcsv</artifactId>
22                          <version>2.6.12</version>                          <version>${project.version}</version>
                         <type>jar</type>  
                         <scope>compile</scope>  
23                  </dependency>                  </dependency>
24                  <dependency>                  <dependency>
25                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
# Line 37  Line 34 
34                          <version>${project.version}</version>                          <version>${project.version}</version>
35                          <type>jar</type>                          <type>jar</type>
36                          <scope>compile</scope>                          <scope>compile</scope>
37                    </dependency>
38                    <dependency>
39                            <groupId>de.schmitzm</groupId>
40                            <artifactId>schmitzm-regex</artifactId>
41                            <version>${project.version}</version>
42                            <type>jar</type>
43                            <scope>compile</scope>
44                  </dependency>                  </dependency>
45          </dependencies>          </dependencies>
46    

Legend:
Removed from v.1717  
changed lines
  Added in v.2327

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26