Commit cbade63c authored by hanbing's avatar hanbing

统一版本号

parent 5d25855f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>net.wanji</groupId> <groupId>net.wanji</groupId>
<artifactId>identity-client-starter</artifactId> <artifactId>identity-client-starter</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.2.1</version>
<name>identity-client-starter</name> <name>identity-client-starter</name>
......
...@@ -153,18 +153,6 @@ ...@@ -153,18 +153,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
<!-- <configuration>-->
<!-- <mainClass>net.wanji.utc.UtcApplication</mainClass>-->
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
<build> <build>
<resources> <resources>
<resource> <resource>
...@@ -266,58 +254,58 @@ ...@@ -266,58 +254,58 @@
<!-- mvn clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true --> <!-- mvn clean package -Dmaven.test.skip=true jib:build -DsendCredentialsOverHttp=true -->
<!-- 使用jib 无需深入学习docker, 无需编写Dockerfile --> <!-- 使用jib 无需深入学习docker, 无需编写Dockerfile -->
<!-- <plugin>--> <plugin>
<!-- <groupId>com.google.cloud.tools</groupId>--> <groupId>com.google.cloud.tools</groupId>
<!-- <artifactId>jib-maven-plugin</artifactId>--> <artifactId>jib-maven-plugin</artifactId>
<!-- <version>2.5.2</version>--> <version>2.5.2</version>
<!-- <configuration>--> <configuration>
<!-- &lt;!&ndash;from节点用来设置镜像的基础镜像,相当于Docerkfile中的FROM关键字&ndash;&gt;--> <!--from节点用来设置镜像的基础镜像,相当于Docerkfile中的FROM关键字-->
<!-- <from>--> <from>
<!-- &lt;!&ndash;使用harbor上的openjdk镜像&ndash;&gt;--> <!--使用harbor上的openjdk镜像-->
<!-- <image>10.100.1.87:5000/xinkong/openjdk:8-alpine3.9</image>--> <image>10.100.1.87:5000/xinkong/openjdk:8-alpine3.9</image>
<!-- &lt;!&ndash;harbor服务器的登录信息&ndash;&gt;--> <!--harbor服务器的登录信息-->
<!-- <auth>--> <auth>
<!-- <username>admin</username>--> <username>admin</username>
<!-- <password>Wanji300552</password>--> <password>Wanji300552</password>
<!-- </auth>--> </auth>
<!-- </from>--> </from>
<!-- <to>--> <to>
<!-- <image>10.100.1.87:5000/xinkong/${artifactId}:${version}</image>--> <image>10.100.1.87:5000/xinkong/${artifactId}:${version}</image>
<!-- <auth>--> <auth>
<!-- <username>admin</username>--> <username>admin</username>
<!-- <password>Wanji300552</password>--> <password>Wanji300552</password>
<!-- </auth>--> </auth>
<!-- </to>--> </to>
<!-- <container>--> <container>
<!-- &lt;!&ndash;配置jvm虚拟机参数&ndash;&gt;--> <!--配置jvm虚拟机参数-->
<!-- <jvmFlags>--> <jvmFlags>
<!-- <jvmFlag>-Xms512m</jvmFlag>--> <jvmFlag>-Xms512m</jvmFlag>
<!-- </jvmFlags>--> </jvmFlags>
<!-- &lt;!&ndash;配置使用的时区&ndash;&gt;--> <!--配置使用的时区-->
<!-- <environment>--> <environment>
<!-- <TZ>Asia/Shanghai</TZ>--> <TZ>Asia/Shanghai</TZ>
<!-- </environment>--> </environment>
<!-- &lt;!&ndash;要暴露的端口&ndash;&gt;--> <!--要暴露的端口-->
<!-- <ports>--> <ports>
<!-- <port>30000</port>--> <port>30000</port>
<!-- </ports>--> </ports>
<!-- &lt;!&ndash; <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>&ndash;&gt;--> <!-- <creationTime>2022-10-14T10:08:59.304+08:00</creationTime>-->
<!-- <creationTime>${maven.build.timestamp}</creationTime>--> <creationTime>${maven.build.timestamp}</creationTime>
<!-- <mainClass>com.wanji.web.SignalApplication</mainClass>--> <mainClass>com.wanji.web.SignalApplication</mainClass>
<!-- </container>--> </container>
<!-- &lt;!&ndash;可以进行HTTP&ndash;&gt;--> <!--可以进行HTTP-->
<!-- <allowInsecureRegistries>true</allowInsecureRegistries>--> <allowInsecureRegistries>true</allowInsecureRegistries>
<!-- </configuration>--> </configuration>
<!-- <executions>--> <executions>
<!-- <execution>--> <execution>
<!-- <phase>package</phase>--> <phase>package</phase>
<!-- <goals>--> <goals>
<!-- <goal>build</goal>--> <goal>build</goal>
<!-- </goals>--> </goals>
<!-- </execution>--> </execution>
<!-- </executions>--> </executions>
<!-- </plugin>--> </plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>1.0</id> <id>0.2.1</id>
<formats> <formats>
<format>tar.gz</format> <format>tar.gz</format>
<format>dir</format> <format>dir</format>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>net.wanji</groupId> <groupId>net.wanji</groupId>
<artifactId>signal-web-service</artifactId> <artifactId>signal-web-service</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.2.1</version>
<name>signal-web-service</name> <name>signal-web-service</name>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>net.wanji</groupId> <groupId>net.wanji</groupId>
<artifactId>wj-common</artifactId> <artifactId>wj-common</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.2.1</version>
<name>wj-common</name> <name>wj-common</name>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>net.wanji</groupId> <groupId>net.wanji</groupId>
<artifactId>wj-databus</artifactId> <artifactId>wj-databus</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.2.1</version>
<name>wj-databus</name> <name>wj-databus</name>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>net.wanji</groupId> <groupId>net.wanji</groupId>
<artifactId>wj-identity</artifactId> <artifactId>wj-identity</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.2.1</version>
<name>wj-identity</name> <name>wj-identity</name>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>net.wanji</groupId> <groupId>net.wanji</groupId>
<artifactId>wj-portal</artifactId> <artifactId>wj-portal</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.2.1</version>
<name>wj-portal</name> <name>wj-portal</name>
......
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