|
@@ -10,7 +10,7 @@
|
|
|
<!-- 日期和版本号需要同时升级-->
|
|
|
<!-- 4.2.64-2024.07.22->4.2.65-2024.07.22->4.2.66-2024.07.23-->
|
|
|
<artifactId>platomix-gmetry-bi-api</artifactId>
|
|
|
- <version>4.3.14-20250110</version>
|
|
|
+ <version>4.3.15-20250110</version>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
@@ -109,20 +109,20 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
-<!-- <plugin>-->
|
|
|
-<!-- <groupId>io.fabric8</groupId>-->
|
|
|
-<!-- <artifactId>docker-maven-plugin</artifactId>-->
|
|
|
-<!-- <executions>-->
|
|
|
-<!-- <execution>-->
|
|
|
-<!-- <id>build-push</id>-->
|
|
|
-<!-- <phase>package</phase>-->
|
|
|
-<!-- <goals>-->
|
|
|
-<!-- <goal>build</goal>-->
|
|
|
-<!-- <goal>push</goal>-->
|
|
|
-<!-- </goals>-->
|
|
|
-<!-- </execution>-->
|
|
|
-<!-- </executions>-->
|
|
|
-<!-- </plugin>-->
|
|
|
+ <plugin>
|
|
|
+ <groupId>io.fabric8</groupId>
|
|
|
+ <artifactId>docker-maven-plugin</artifactId>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>build-push</id>
|
|
|
+ <phase>package</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>build</goal>
|
|
|
+ <goal>push</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project>
|