This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 4e0f072 Update docker-maven-plugin
4e0f072 is described below
commit 4e0f072b3cee7541218af05ab4c1373014453ec3
Author: Nikita Timofeev <stariy95@gmail.com>
AuthorDate: Tue Apr 9 12:09:31 2019 +0300
Update docker-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28ab9c8..aaa9dd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -854,7 +854,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.28.0</version>
+ <version>0.29.0</version>
</plugin>
</plugins>
</pluginManagement>
|