Browse Source

update to 1.3.0

tags/1.3.0^2
zhaoguangwei 5 years ago
parent
commit
0a2dc646bf
4 changed files with 17 additions and 17 deletions
  1. +4
    -4
      deploy/deploy-gateway/pom.xml
  2. +2
    -2
      deploy/deploy-kvdb/pom.xml
  3. +9
    -9
      deploy/deploy-peer/pom.xml
  4. +2
    -2
      deploy/pom.xml

+ 4
- 4
deploy/deploy-gateway/pom.xml View File

@@ -5,10 +5,10 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.3.0.RELEASE</version>
</parent>
<artifactId>deploy-gateway</artifactId>

<dependencies>
<dependency>
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<!-- <executions> <execution> <goals> <goal>repackage</goal> </goals>
<!-- <executions> <execution> <goals> <goal>repackage</goal> </goals>
</execution> </executions> -->
</plugin>
<plugin>
@@ -91,4 +91,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

+ 2
- 2
deploy/deploy-kvdb/pom.xml View File

@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>deploy-kvdb</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>

<dependencies>

@@ -96,4 +96,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

+ 9
- 9
deploy/deploy-peer/pom.xml View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.jd.blockchain</groupId>
<artifactId>deploy-root</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.3.0.RELEASE</version>
</parent>
<artifactId>deploy-peer</artifactId>

@@ -62,13 +62,13 @@

<build>
<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>
@@ -129,4 +129,4 @@

</plugins>
</build>
</project>
</project>

+ 2
- 2
deploy/pom.xml View File

@@ -9,7 +9,7 @@
<relativePath>../project/parent</relativePath>
</parent>
<artifactId>deploy-root</artifactId>
<version>1.2.0.RELEASE</version>
<version>1.3.0.RELEASE</version>
<packaging>pom</packaging>

<properties>
@@ -24,4 +24,4 @@
<module>deploy-kvdb</module>
</modules>

</project>
</project>

Loading…
Cancel
Save