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

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

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

revision 1395 by alfonx, Wed Jan 26 15:27:58 2011 UTC revision 1396 by alfonx, Wed Jan 26 15:58:31 2011 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-jfree-gt</artifactId>          <artifactId>schmitzm-jfree-gt</artifactId>
7          <version>1.0-SNAPSHOT</version>          <version>2.6-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>1.0-SNAPSHOT</version>                  <version>2.6-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
# Line 22  Line 22 
22                  <dependency>                  <dependency>
23                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
24                          <artifactId>schmitzm-jfree</artifactId>                          <artifactId>schmitzm-jfree</artifactId>
25                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
                         <type>test-jar</type>  
                         <scope>test</scope>  
                 </dependency>  
   
                 <dependency>  
                         <groupId>de.schmitzm</groupId>  
                         <artifactId>schmitzm-jfree</artifactId>  
                         <version>1.0-SNAPSHOT</version>  
26                          <type>jar</type>                          <type>jar</type>
27                          <scope>compile</scope>                          <scope>compile</scope>
28                  </dependency>                  </dependency>
29    
30                  <dependency>                  <dependency>
31                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
32                          <artifactId>schmitzm-gt</artifactId>                          <artifactId>schmitzm-jfree</artifactId>
33                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
34                          <type>test-jar</type>                          <type>test-jar</type>
35                          <scope>test</scope>                          <scope>test</scope>
36                  </dependency>                  </dependency>
# Line 46  Line 38 
38                  <dependency>                  <dependency>
39                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
40                          <artifactId>schmitzm-gt</artifactId>                          <artifactId>schmitzm-gt</artifactId>
41                          <version>1.0-SNAPSHOT</version>                          <version>${project.version}</version>
42                          <type>jar</type>                          <type>jar</type>
43                          <scope>compile</scope>                          <scope>compile</scope>
44                  </dependency>                  </dependency>
45                    
46                    <dependency>
47                            <groupId>de.schmitzm</groupId>
48                            <artifactId>schmitzm-gt</artifactId>
49                            <version>${project.version}</version>
50                            <type>test-jar</type>
51                            <scope>test</scope>
52                    </dependency>
53          </dependencies>          </dependencies>
54  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26