Changeset 373
- Timestamp:
- 09/03/08 14:17:06 (4 months ago)
- Files:
-
- 1 modified
-
trunk/geowebcache/pom.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/geowebcache/pom.xml
r372 r373 11 11 12 12 <properties> 13 < gs.version>1.6.4</gs.version>13 <!-- gs.version>1.6.4</gs.version --> 14 14 <gt.version>2.4.4</gt.version> 15 15 <spring.version>2.5.5</spring.version> … … 84 84 <dependency> 85 85 <groupId>org.geotools</groupId> 86 <artifactId>gt -wms</artifactId>86 <artifactId>gt2-wms</artifactId> 87 87 <version>${gt.version}</version> 88 88 </dependency> … … 344 344 </plugin> 345 345 346 < plugin>346 <!-- plugin> 347 347 <artifactId>maven-war-plugin</artifactId> 348 348 <executions> … … 354 354 </execution> 355 355 </executions> 356 </plugin >356 </plugin --> 357 357 358 358 <plugin>
