|
@@ -8,7 +8,7 @@
|
|
|
<version>1.0.0</version>
|
|
|
</parent>
|
|
|
<artifactId>platomix-gmetry-system-api</artifactId>
|
|
|
- <version>4.0.18</version>
|
|
|
+ <version>4.0.19</version>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>com.platomix</groupId>
|
|
@@ -70,20 +70,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>
|
|
|
|