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

Diff of /trunk/pom.xml

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

revision 755 by alfonx, Fri Mar 5 16:14:29 2010 UTC revision 756 by alfonx, Fri Mar 5 17:00:22 2010 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/maven-v4_0_0.xsd">          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
4          <groupId>schmitzm</groupId>          <groupId>de.schmitzm</groupId>
5          <artifactId>library</artifactId>          <artifactId>schmitzm-library</artifactId>
6          <name>SCHMITZM</name>          <name>SCHMITZM</name>
7          <version>2.0.0-SNAPSHOT</version>          <version>2.0.x-SNAPSHOT</version>
8          <description>A jar full of utility methods for Java, Swing, Geotools          <description>A jar full of utility methods for Java, Swing, Geotools
9                  and JFreeChart</description>                  and JFreeChart</description>
10          <issueManagement>          <issueManagement>
11                  <system>gforge</system>                  <system>gforge</system>
12                  <url>http://wald.intevation.org/tracker/?group_id=47</url>                  <url>http://wald.intevation.org/tracker/?group_id=47</url>
13          </issueManagement>          </issueManagement>
14            <properties>
15                    <geotools.version>2.6.2</geotools.version>
16            </properties>
17          <developers>          <developers>
18                  <developer>                  <developer>
19                          <id>alfonx</id>                          <id>alfonx</id>
# Line 45  Line 48 
48                  <dependency>                  <dependency>
49                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
50                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
51                          <version>2.6.2</version>                          <version>${geotools.version}</version>
52                          <type>jar</type>                          <type>jar</type>
53                          <scope>compile</scope>                          <scope>compile</scope>
54                  </dependency>                  </dependency>
# Line 53  Line 56 
56                  <dependency>                  <dependency>
57                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
58                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
59                          <version>2.6.2</version>                          <version>${geotools.version}</version>
60                          <type>jar</type>                          <type>jar</type>
61                          <scope>compile</scope>                          <scope>compile</scope>
62                  </dependency>                  </dependency>
# Line 61  Line 64 
64                  <dependency>                  <dependency>
65                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
66                          <artifactId>gt-legacy</artifactId>                          <artifactId>gt-legacy</artifactId>
67                          <version>2.6.2</version>                          <version>${geotools.version}</version>
68                          <type>jar</type>                          <type>jar</type>
69                          <scope>compile</scope>                          <scope>compile</scope>
70                  </dependency>                  </dependency>
71                    
72                    
73                  <dependency>                  <dependency>
74                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
75                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
76                          <version>2.6.2</version>                          <version>${geotools.version}</version>
77                          <type>jar</type>                          <type>jar</type>
78                          <scope>compile</scope>                          <scope>compile</scope>
79                  </dependency>                  </dependency>
80                    
81                    
82                  <dependency>                  <dependency>
83                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
84                          <artifactId>gt-image</artifactId>                          <artifactId>gt-image</artifactId>
85                          <version>2.6.2</version>                          <version>${geotools.version}</version>
86                          <type>jar</type>                          <type>jar</type>
87                          <scope>compile</scope>                          <scope>compile</scope>
88                  </dependency>                  </dependency>
89                    
90                  <dependency>                  <dependency>
91                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
92                          <artifactId>gt-geotiff</artifactId>                          <artifactId>gt-geotiff</artifactId>
93                          <version>2.6.2</version>                          <version>${geotools.version}</version>
94                          <type>jar</type>                          <type>jar</type>
95                          <scope>compile</scope>                          <scope>compile</scope>
96                  </dependency>                  </dependency>
97                    
98                    
99                  <dependency>                  <dependency>
100                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
101                          <artifactId>gt-swing</artifactId>                          <artifactId>gt-swing</artifactId>
102                          <version>2.6.2</version>                          <version>${geotools.version}</version>
103                          <type>jar</type>                          <type>jar</type>
104                          <scope>compile</scope>                          <scope>compile</scope>
105                  </dependency>                  </dependency>
# Line 110  Line 113 
113                  <dependency>                  <dependency>
114                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
115                          <artifactId>gt-main</artifactId>                          <artifactId>gt-main</artifactId>
116                          <version>2.6.2</version>                          <version>${geotools.version}</version>
117                          <type>jar</type>                          <type>jar</type>
118                          <scope>compile</scope>                          <scope>compile</scope>
119                  </dependency>                  </dependency>
# Line 118  Line 121 
121                  <dependency>                  <dependency>
122                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
123                          <artifactId>gt-arcgrid</artifactId>                          <artifactId>gt-arcgrid</artifactId>
124                          <version>2.6.2</version>                          <version>${geotools.version}</version>
125                          <type>jar</type>                          <type>jar</type>
126                          <scope>compile</scope>                          <scope>compile</scope>
127                  </dependency>                  </dependency>
# Line 204  Line 207 
207                          <url>http://download.osgeo.org/webdav/geotools/</url>                          <url>http://download.osgeo.org/webdav/geotools/</url>
208                  </repository>                  </repository>
209          </repositories>          </repositories>
210    
211            <distributionManagement>
212                    <repository>
213                            <id>artifactory-releases</id>
214                            <name>CPA Internal Repository</name>
215                            <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>
216                    </repository>
217                    <snapshotRepository>
218                            <id>artifactory</id>
219                            <name>CPA Internal Snapshot Repository</name>
220                            <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>
221                    </snapshotRepository>
222            </distributionManagement>
223    
224  </project>  </project>

Legend:
Removed from v.755  
changed lines
  Added in v.756

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26