Compare commits

..

No commits in common. "7e6e0f6dc90e91410f12195313cd4ffb2c256802" and "42b6c95ac2c69e0cd654dcde3c2aab4b1942408d" have entirely different histories.

View File

@ -3,6 +3,11 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.rzdata</groupId>
<artifactId>rzdata-framework</artifactId>
<version>0.0.1</version>
</parent>
<groupId>net.rzdata</groupId> <groupId>net.rzdata</groupId>
<artifactId>demo</artifactId> <artifactId>demo</artifactId>
<version>5.1.0-SNAPSHOT</version> <version>5.1.0-SNAPSHOT</version>