Commit ce39f0b1 by huluobin

maven 调整

parent 3c83f484
...@@ -4,9 +4,8 @@ ...@@ -4,9 +4,8 @@
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">
<parent> <parent>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>datacenter-domain</artifactId> <artifactId>bailuntec-datacenter</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
...@@ -20,7 +19,7 @@ ...@@ -20,7 +19,7 @@
</properties> </properties>
<artifactId>bailuntec-datacenter</artifactId> <artifactId>datacenter-domain</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<dependencies> <dependencies>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
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">
<parent> <parent>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>bailuntec-datacenter-job</artifactId> <artifactId>datacenter-job</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<module>base-sync-cashier</module> <module>base-sync-cashier</module>
<module>base-sync-fee</module> <module>base-sync-fee</module>
<module>base-sync-sample</module> <module>base-sync-sample</module>
<module>base-sync-oms-order</module> <!-- <module>base-sync-oms-order</module>-->
<module>base-sync-company</module> <module>base-sync-company</module>
<module>base-sync-purchase-details</module> <module>base-sync-purchase-details</module>
<module>base-sync-ebay</module> <module>base-sync-ebay</module>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
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">
<parent> <parent>
<artifactId>bailuntec-datacenter-job</artifactId> <artifactId>datacenter-job</artifactId>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
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">
<parent> <parent>
<artifactId>datacenter-base</artifactId>
<groupId>com.bailuntec</groupId> <groupId>com.bailuntec</groupId>
<artifactId>datacenter-mid</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</parent> </parent>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment