Commit 2db00682 authored by tristaZero's avatar tristaZero
Browse files

Merge branch 'dev' of ssh://github.com/shardingjdbc/sharding-jdbc into dev

parents c6daa529 804da0c1
Loading
Loading
Loading
Loading

DISCLAIMER

0 → 100644
+5 −0
Original line number Diff line number Diff line
Apache ShardingSphere (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is not necessarily a reflection of the completeness or stability of the code, 
it does indicate that the project has yet to be fully endorsed by the ASF.

NOTICE

0 → 100644
+5 −0
Original line number Diff line number Diff line
Apache ShardingSphere (incubating)
Copyright 2018-2019 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
+1 −0
Original line number Diff line number Diff line
@@ -491,6 +491,7 @@
    </dependencies>
    
    <build>
        <finalName>apache-shardingsphere-incubating-${project.version}</finalName>
        <extensions>
            <extension>
                <groupId>kr.motd.maven</groupId>
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@
    <artifactId>sharding-core-parse-test</artifactId>
    <name>${project.artifactId}</name>
    
    <properties>
        <maven.deploy.skip>true</maven.deploy.skip>
    </properties>
    
    <dependencies>
        <dependency>
            <groupId>org.apache.shardingsphere</groupId>
+0 −4
Original line number Diff line number Diff line
@@ -34,8 +34,4 @@
        <module>sharding-proxy-backend</module>
        <module>sharding-proxy-bootstrap</module>
    </modules>
    
    <properties>
        <maven.deploy.skip>false</maven.deploy.skip>
    </properties>
</project>
Loading