  | 1 | 1 | | <project xmlns="http://maven.apache.org/POM/4.0.0" |
  | 2 | | - | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | 3 | | - | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| | 4 | | - | <modelVersion>4.0.0</modelVersion> |
| | 5 | | - | <parent> |
| | 6 | | - | <groupId>org.hibernatespatial</groupId> |
| | 7 | | - | <artifactId>hibernate-spatial-maven</artifactId> |
| | 8 | | - | <version>1.0-SNAPSHOT</version> |
| | 9 | | - | <relativePath>../hibernate-spatial-maven</relativePath> |
| | 10 | | - | </parent> |
| | 11 | | - | <artifactId>hibernate-spatial-oracle</artifactId> |
| | 12 | | - | <packaging>jar</packaging> |
| | 13 | | - | <name>Oracle DialectProvider</name> |
| | 14 | | - | <url>http://www.hibernatespatial.org/hibernate-spatial-oracle</url> |
| | 15 | | - | <description> |
| | 16 | | - | Oracle 10g dialact provider for Hibernate Spatial |
| | 17 | | - | </description> |
| | | 2 | + | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| | | 3 | + | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| | | 4 | + | <modelVersion>4.0.0</modelVersion> |
| | | 5 | + | <parent> |
| | | 6 | + | <groupId>org.hibernatespatial</groupId> |
| | | 7 | + | <artifactId>hibernate-spatial-maven</artifactId> |
| | | 8 | + | <version>1.0</version> |
| | | 9 | + | <relativePath>../hibernate-spatial-maven</relativePath> |
| | | 10 | + | </parent> |
| | | 11 | + | <artifactId>hibernate-spatial-oracle</artifactId> |
| | | 12 | + | <packaging>jar</packaging> |
| | | 13 | + | <name>Oracle DialectProvider</name> |
| | | 14 | + | <url>http://www.hibernatespatial.org/hibernate-spatial-oracle</url> |
| | | 15 | + | <description> |
| | | 16 | + | Oracle 10g dialact provider for Hibernate Spatial |
| | | 17 | + | </description> |
| 18 | 18 | | |
  | 19 | | - | <dependencies> |
| | 20 | | - | <dependency> |
| | 21 | | - | <groupId>${project.groupId}</groupId> |
| | 22 | | - | <artifactId>hibernate-spatial</artifactId> |
| | 23 | | - | <version>${project.version}</version> |
| | 24 | | - | </dependency> |
| | 25 | | - | <dependency> |
| | 26 | | - | <groupId>${project.groupId}</groupId> |
| | 27 | | - | <artifactId>hibernate-spatial</artifactId> |
| | 28 | | - | <version>${project.version}</version> |
| | 29 | | - | <classifier>tests</classifier> |
| | 30 | | - | <scope>test</scope> |
| | 31 | | - | </dependency> |
| | 32 | | - | <dependency> |
| | 33 | | - | <groupId>com.oracle.jdbc</groupId> |
| | 34 | | - | <artifactId>ojdbc14</artifactId> |
| | | 19 | + | <dependencies> |
| | | 20 | + | <dependency> |
| | | 21 | + | <groupId>${project.groupId}</groupId> |
| | | 22 | + | <artifactId>hibernate-spatial</artifactId> |
| | | 23 | + | <version>${project.version}</version> |
| | | 24 | + | </dependency> |
| | | 25 | + | <dependency> |
| | | 26 | + | <groupId>${project.groupId}</groupId> |
| | | 27 | + | <artifactId>hibernate-spatial</artifactId> |
| | | 28 | + | <version>${project.version}</version> |
| | | 29 | + | <classifier>tests</classifier> |
| | | 30 | + | <scope>test</scope> |
| | | 31 | + | </dependency> |
| | | 32 | + | <dependency> |
| | | 33 | + | <groupId>com.oracle.jdbc</groupId> |
| | | 34 | + | <artifactId>ojdbc14</artifactId> |
| 35 | 35 | | <scope>provided</scope> |
  | 36 | | - | <version>10.2.0.1.0</version> |
| | 37 | | - | </dependency> |
| | 38 | | - | </dependencies> |
| | | 36 | + | <version>10.2.0.1.0</version> |
| | | 37 | + | </dependency> |
| | | 38 | + | </dependencies> |
| | | 39 | + | |
| | | 40 | + | <distributionManagement> |
| | | 41 | + | <site> |
| | | 42 | + | <id>Hibernate Spatial site</id> |
| | | 43 | + | <name>Hibernate Spatial</name> |
| | | 44 | + | <url> |
| | | 45 | + | scp://www.hibernatespatial.org/var/www/www2.hibernatespatial.org/hibernate-spatial-oracle |
| | | 46 | + | </url> |
| | | 47 | + | </site> |
| | | 48 | + | </distributionManagement> |
| | | 49 | + | |
| | | 50 | + | |
  | 39 | 51 | | </project> |