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

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

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

revision 1386 by alfonx, Wed Jan 26 15:00:45 2011 UTC revision 1396 by alfonx, Wed Jan 26 15:58:31 2011 UTC
# Line 1  Line 1 
1  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  <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">          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>          <groupId>de.schmitzm</groupId>
6    <artifactId>schmitzm-jfree</artifactId>          <artifactId>schmitzm-jfree</artifactId>
7    <version>1.0-SNAPSHOT</version>          <version>2.6-SNAPSHOT</version>
8    <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10    <name>schmitzm-jfree</name>          <name>schmitzm-jfree</name>
11    <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
12    
13          <parent>          <parent>
14                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
15                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
16                  <version>1.0-SNAPSHOT</version>                  <version>2.6-SNAPSHOT</version>
17                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
18          </parent>          </parent>
19    
20    <dependencies>          <dependencies>
21    </dependencies>  
22                    <dependency>
23                            <groupId>de.schmitzm</groupId>
24                            <artifactId>schmitzm-core</artifactId>
25                            <version>${project.version}</version>
26                            <type>jar</type>
27                            <scope>compile</scope>
28                    </dependency>
29    
30                    <dependency>
31                            <groupId>de.schmitzm</groupId>
32                            <artifactId>schmitzm-core</artifactId>
33                            <version>${project.version}</version>
34                            <type>test-jar</type>
35                            <scope>test</scope>
36                    </dependency>
37                    
38                    <dependency>
39                            <groupId>jfree</groupId>
40                            <artifactId>jfreechart</artifactId>
41                            <version>1.0.13</version>
42                            <scope>compile</scope>
43                    </dependency>
44    
45                    <dependency>
46                            <groupId>jfree</groupId>
47                            <artifactId>jcommon</artifactId>
48                            <version>1.0.15</version>
49                            <type>jar</type>
50                            <scope>compile</scope>
51                    </dependency>
52            </dependencies>
53  </project>  </project>

Legend:
Removed from v.1386  
changed lines
  Added in v.1396

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26