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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26