Changeset 7374
- Timestamp:
- 26/08/10 09:31:04 (11 years ago)
- Location:
- RevitalizationWS/schemas/ows/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
RevitalizationWS/schemas/ows/trunk
-
Property
svn:ignore
set to
target
-
Property
svn:ignore
set to
-
RevitalizationWS/schemas/ows/trunk/pom.xml
r7372 r7374 2 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 3 3 <modelVersion>4.0.0</modelVersion> 4 <groupId> ceda.dataset</groupId>4 <groupId>ndg.services.schemas</groupId> 5 5 <artifactId>ows</artifactId> 6 6 <version>1.1.0</version> 7 7 8 8 <parent> 9 <artifactId> base</artifactId>10 <groupId> ceda.dataset</groupId>11 <version>1.0 </version>9 <artifactId>rootSchema</artifactId> 10 <groupId>ndg.services.schemas</groupId> 11 <version>1.0.0</version> 12 12 </parent> 13 13
Note: See TracChangeset
for help on using the changeset viewer.