Unverified Commit c1505d1a authored by zhaojun's avatar zhaojun Committed by GitHub
Browse files

Merge pull request #163 from cherrylzhao/dev

fix hint-example pom error.
parents 06528345 b3ea3a42
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
    <modules>
        <module>hint-raw-jdbc-example</module>
    </modules>
    <parent>
        <groupId>org.apache.shardingsphere.example</groupId>
        <artifactId>sharding-jdbc-example</artifactId>
        <artifactId>other-feature-example</artifactId>
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <artifactId>hint-example</artifactId>
    <packaging>pom</packaging>
    
    <modules>
        <module>hint-raw-jdbc-example</module>
    </modules>
</project>