| @@ -5,10 +5,10 @@ | |||||
| <parent> | <parent> | ||||
| <groupId>com.jd.blockchain</groupId> | <groupId>com.jd.blockchain</groupId> | ||||
| <artifactId>deploy-root</artifactId> | <artifactId>deploy-root</artifactId> | ||||
| <version>1.2.0.RELEASE</version> | |||||
| <version>1.3.0.RELEASE</version> | |||||
| </parent> | </parent> | ||||
| <artifactId>deploy-gateway</artifactId> | <artifactId>deploy-gateway</artifactId> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| @@ -45,7 +45,7 @@ | |||||
| <plugin> | <plugin> | ||||
| <groupId>org.springframework.boot</groupId> | <groupId>org.springframework.boot</groupId> | ||||
| <artifactId>spring-boot-maven-plugin</artifactId> | <artifactId>spring-boot-maven-plugin</artifactId> | ||||
| <!-- <executions> <execution> <goals> <goal>repackage</goal> </goals> | |||||
| <!-- <executions> <execution> <goals> <goal>repackage</goal> </goals> | |||||
| </execution> </executions> --> | </execution> </executions> --> | ||||
| </plugin> | </plugin> | ||||
| <plugin> | <plugin> | ||||
| @@ -91,4 +91,4 @@ | |||||
| </plugin> | </plugin> | ||||
| </plugins> | </plugins> | ||||
| </build> | </build> | ||||
| </project> | |||||
| </project> | |||||
| @@ -10,7 +10,7 @@ | |||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <artifactId>deploy-kvdb</artifactId> | <artifactId>deploy-kvdb</artifactId> | ||||
| <version>1.0.0.RELEASE</version> | |||||
| <version>1.0.1.RELEASE</version> | |||||
| <dependencies> | <dependencies> | ||||
| @@ -96,4 +96,4 @@ | |||||
| </plugin> | </plugin> | ||||
| </plugins> | </plugins> | ||||
| </build> | </build> | ||||
| </project> | |||||
| </project> | |||||
| @@ -5,7 +5,7 @@ | |||||
| <parent> | <parent> | ||||
| <groupId>com.jd.blockchain</groupId> | <groupId>com.jd.blockchain</groupId> | ||||
| <artifactId>deploy-root</artifactId> | <artifactId>deploy-root</artifactId> | ||||
| <version>1.2.0.RELEASE</version> | |||||
| <version>1.3.0.RELEASE</version> | |||||
| </parent> | </parent> | ||||
| <artifactId>deploy-peer</artifactId> | <artifactId>deploy-peer</artifactId> | ||||
| @@ -62,13 +62,13 @@ | |||||
| <build> | <build> | ||||
| <plugins> | <plugins> | ||||
| <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> | |||||
| <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> | |||||
| <goals> <goal>copy-dependencies</goal> </goals> <configuration> ${project.build.directory} | |||||
| class的输出目录不做设置的话默认代表项目根目录的target目录; 也可以使用“自定义文件夹/自定义文件夹 例如:a/b”,也可以使用绝对路径如:“D:\test” | |||||
| <outputDirectory>${project.build.directory}/dependencies</outputDirectory> | |||||
| <excludeTransitive>false</excludeTransitive> <stripVersion>false</stripVersion> | |||||
| <includeScope>runtime</includeScope> </configuration> </execution> </executions> | |||||
| <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> | |||||
| <executions> <execution> <id>copy-dependencies</id> <phase>package</phase> | |||||
| <goals> <goal>copy-dependencies</goal> </goals> <configuration> ${project.build.directory} | |||||
| class的输出目录不做设置的话默认代表项目根目录的target目录; 也可以使用“自定义文件夹/自定义文件夹 例如:a/b”,也可以使用绝对路径如:“D:\test” | |||||
| <outputDirectory>${project.build.directory}/dependencies</outputDirectory> | |||||
| <excludeTransitive>false</excludeTransitive> <stripVersion>false</stripVersion> | |||||
| <includeScope>runtime</includeScope> </configuration> </execution> </executions> | |||||
| </plugin> --> | </plugin> --> | ||||
| <plugin> | <plugin> | ||||
| @@ -129,4 +129,4 @@ | |||||
| </plugins> | </plugins> | ||||
| </build> | </build> | ||||
| </project> | |||||
| </project> | |||||
| @@ -9,7 +9,7 @@ | |||||
| <relativePath>../project/parent</relativePath> | <relativePath>../project/parent</relativePath> | ||||
| </parent> | </parent> | ||||
| <artifactId>deploy-root</artifactId> | <artifactId>deploy-root</artifactId> | ||||
| <version>1.2.0.RELEASE</version> | |||||
| <version>1.3.0.RELEASE</version> | |||||
| <packaging>pom</packaging> | <packaging>pom</packaging> | ||||
| <properties> | <properties> | ||||
| @@ -24,4 +24,4 @@ | |||||
| <module>deploy-kvdb</module> | <module>deploy-kvdb</module> | ||||
| </modules> | </modules> | ||||
| </project> | |||||
| </project> | |||||