definitely can work first version
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>io.wdd</groupId>
|
<groupId>io.wdd</groupId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
@@ -10,7 +11,6 @@
|
|||||||
|
|
||||||
<groupId>io.wdd</groupId>
|
<groupId>io.wdd</groupId>
|
||||||
<artifactId>agent</artifactId>
|
<artifactId>agent</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
|
|
||||||
<name>agent</name>
|
<name>agent</name>
|
||||||
<description>agent</description>
|
<description>agent</description>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.wdd</groupId>
|
<groupId>io.wdd</groupId>
|
||||||
<artifactId>common</artifactId>
|
<artifactId>common</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.parent.version}</version>
|
||||||
<!-- <scope>compile</scope>-->
|
<!-- <scope>compile</scope>-->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
<groupId>io.wdd</groupId>
|
<groupId>io.wdd</groupId>
|
||||||
<artifactId>common</artifactId>
|
<artifactId>common</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
|
|
||||||
<name>common</name>
|
<name>common</name>
|
||||||
<description>common</description>
|
<description>common</description>
|
||||||
|
|||||||
@@ -7,13 +7,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>ProjectOctopus</artifactId>
|
<artifactId>ProjectOctopus</artifactId>
|
||||||
<groupId>io.wdd</groupId>
|
<groupId>io.wdd</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>io.wdd</groupId>
|
<groupId>io.wdd</groupId>
|
||||||
<artifactId>localEnviroment</artifactId>
|
<artifactId>localEnvironment</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
|
||||||
<name>localEnviroment</name>
|
<name>localEnvironment</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user