mirror of
https://github.com/Example-uPagge/spring_boot_docker.git
synced 2024-06-14 11:52:52 +03:00
Merge branch 'master' into spring-boot-maven-plugin
This commit is contained in:
commit
314ce922a3
16
pom.xml
16
pom.xml
@ -28,9 +28,9 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.struchkov.ghost</groupId>
|
<groupId>dev.struchkov</groupId>
|
||||||
<artifactId>ghost-publisher</artifactId>
|
<artifactId>autoresponder</artifactId>
|
||||||
<version>0.0.3-SNAPSHOT</version>
|
<version>3.5.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -84,16 +84,6 @@
|
|||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>com.google.cloud.tools</groupId>
|
|
||||||
<artifactId>jib-maven-plugin</artifactId>
|
|
||||||
<version>3.3.0</version>
|
|
||||||
<configuration>
|
|
||||||
<to>
|
|
||||||
<image>upagge/spring-boot-docker:jib-plugin</image>
|
|
||||||
</to>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user