修复V4复核指针部署证明和运行时诊断
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<angus-mail.version>2.0.3</angus-mail.version>
|
||||
<aliyun-oss.version>3.18.3</aliyun-oss.version>
|
||||
<apache-poi.version>5.4.1</apache-poi.version>
|
||||
<th.hotel.build.commit>UNKNOWN</th.hotel.build.commit>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -102,6 +103,19 @@
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>build-info</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<additionalProperties>
|
||||
<commit>${th.hotel.build.commit}</commit>
|
||||
<runtimeMarker>m002_v4_review_pointer_deployment_proof_v1</runtimeMarker>
|
||||
</additionalProperties>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@@ -113,4 +127,18 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>build-commit-from-env</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>env.TH_HOTEL_BUILD_COMMIT</name>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<th.hotel.build.commit>${env.TH_HOTEL_BUILD_COMMIT}</th.hotel.build.commit>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user