/[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 771 by alfonx, Sun Mar 21 12:12:06 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    
15     <licenses>
16      <license>
17       <name>Lesser General Public License (LGPL)</name>
18       <url>http://www.gnu.org/copyleft/lgpl.txt</url>
19      </license>
20     </licenses>
21    
22            <properties>
23                    <geotools.version>2.6.2</geotools.version>
24            </properties>
25          <developers>          <developers>
26                  <developer>                  <developer>
27                          <id>alfonx</id>                          <id>alfonx</id>
# Line 42  Line 53 
53                  <url>http://www.wikisquare.de</url>                  <url>http://www.wikisquare.de</url>
54          </organization>          </organization>
55          <dependencies>          <dependencies>
56            
57            
58                  <dependency>                  <dependency>
59                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
60                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
61                          <version>2.6.2</version>                          <version>${geotools.version}</version>
62                          <type>jar</type>                          <type>jar</type>
63                          <scope>compile</scope>                          <scope>compile</scope>
64                  </dependency>                  </dependency>
# Line 53  Line 66 
66                  <dependency>                  <dependency>
67                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
68                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
69                          <version>2.6.2</version>                          <version>${geotools.version}</version>
70                          <type>jar</type>                          <type>jar</type>
71                          <scope>compile</scope>                          <scope>compile</scope>
72                  </dependency>                  </dependency>
# Line 61  Line 74 
74                  <dependency>                  <dependency>
75                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
76                          <artifactId>gt-legacy</artifactId>                          <artifactId>gt-legacy</artifactId>
77                          <version>2.6.2</version>                          <version>${geotools.version}</version>
78                          <type>jar</type>                          <type>jar</type>
79                          <scope>compile</scope>                          <scope>compile</scope>
80                  </dependency>                  </dependency>
81                    
82                    
83                  <dependency>                  <dependency>
84                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
85                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
86                          <version>2.6.2</version>                          <version>${geotools.version}</version>
87                          <type>jar</type>                          <type>jar</type>
88                          <scope>compile</scope>                          <scope>compile</scope>
89                  </dependency>                  </dependency>
90                    
91                    
92                  <dependency>                  <dependency>
93                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
94                          <artifactId>gt-image</artifactId>                          <artifactId>gt-image</artifactId>
95                          <version>2.6.2</version>                          <version>${geotools.version}</version>
96                            <type>jar</type>
97                            <scope>compile</scope>
98                    </dependency>
99    
100                    <dependency>
101                            <groupId>org.geotools</groupId>
102                            <artifactId>gt-coverage</artifactId>
103                            <version>${geotools.version}</version>
104                          <type>jar</type>                          <type>jar</type>
105                          <scope>compile</scope>                          <scope>compile</scope>
106                  </dependency>                  </dependency>
107                    
108    
109                  <dependency>                  <dependency>
110                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
111                          <artifactId>gt-geotiff</artifactId>                          <artifactId>gt-geotiff</artifactId>
112                          <version>2.6.2</version>                          <version>${geotools.version}</version>
113                          <type>jar</type>                          <type>jar</type>
114                          <scope>compile</scope>                          <scope>compile</scope>
115                  </dependency>                  </dependency>
116                    
117                    
118                  <dependency>                  <dependency>
119                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
120                          <artifactId>gt-swing</artifactId>                          <artifactId>gt-swing</artifactId>
121                          <version>2.6.2</version>                          <version>${geotools.version}</version>
122                          <type>jar</type>                          <type>jar</type>
123                          <scope>compile</scope>                          <scope>compile</scope>
124                  </dependency>                  </dependency>
# Line 110  Line 132 
132                  <dependency>                  <dependency>
133                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
134                          <artifactId>gt-main</artifactId>                          <artifactId>gt-main</artifactId>
135                          <version>2.6.2</version>                          <version>${geotools.version}</version>
136                          <type>jar</type>                          <type>jar</type>
137                          <scope>compile</scope>                          <scope>compile</scope>
138                  </dependency>                  </dependency>
# Line 118  Line 140 
140                  <dependency>                  <dependency>
141                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
142                          <artifactId>gt-arcgrid</artifactId>                          <artifactId>gt-arcgrid</artifactId>
143                          <version>2.6.2</version>                          <version>${geotools.version}</version>
144                            <type>jar</type>
145                            <scope>compile</scope>
146                    </dependency>
147    
148                    <dependency>
149                            <groupId>org.slf4j</groupId>
150                            <artifactId>slf4j-log4j12</artifactId>
151                            <version>1.5.11</version>
152                          <type>jar</type>                          <type>jar</type>
153                          <scope>compile</scope>                          <scope>compile</scope>
154                  </dependency>                  </dependency>
155    
156    
157                  <dependency>                  <dependency>
158                            <!--
159                                    Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.
160                                    downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649
161                            -->
162                          <groupId>log4j</groupId>                          <groupId>log4j</groupId>
163                          <artifactId>log4j</artifactId>                          <artifactId>log4j</artifactId>
164                          <version>1.2.14</version>                          <version>1.2.14</version>
                         <type>jar</type>  
                         <scope>compile</scope>  
165                  </dependency>                  </dependency>
166    
167                  <dependency>                  <dependency>
168                          <groupId>junit</groupId>                          <groupId>junit</groupId>
169                          <artifactId>junit</artifactId>                          <artifactId>junit</artifactId>
# Line 166  Line 199 
199                          <type>jar</type>                          <type>jar</type>
200                          <scope>compile</scope>                          <scope>compile</scope>
201                  </dependency>                  </dependency>
202                    <dependency>
203                            <groupId>com.miglayout</groupId>
204                            <artifactId>miglayout</artifactId>
205                            <version>3.7.2</version>
206                    </dependency>
207                    <dependency>
208                            <groupId>jdom</groupId>
209                            <artifactId>jdom</artifactId>
210                            <version>1.1</version>
211                    </dependency>
212          </dependencies>          </dependencies>
213    
214          <build>          <build>
# Line 204  Line 247 
247                          <url>http://download.osgeo.org/webdav/geotools/</url>                          <url>http://download.osgeo.org/webdav/geotools/</url>
248                  </repository>                  </repository>
249          </repositories>          </repositories>
250    
251            <distributionManagement>
252                    <repository>
253                            <id>artifactory-releases</id>
254                            <name>CPA Internal Repository</name>
255                            <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>
256                    </repository>
257                    <snapshotRepository>
258                            <id>artifactory</id>
259                            <name>CPA Internal Snapshot Repository</name>
260                            <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>
261                    </snapshotRepository>
262            </distributionManagement>
263    
264  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26