Skip to content

Commit ee8d517

Browse files
authored
updated com.spotify:docker-maven-plugin version to be 1.2.2 (OpenFeign#1364)
* updated com.spotify:docker-maven-plugin version to be 1.2.2, this fixed plugin not found in Intellij 2020.03 * ./mvnw license:format to update license
1 parent 9a4b75c commit ee8d517

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

apt-test-generator/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2020 The Feign Authors
4+
Copyright 2012-2021 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -140,6 +140,7 @@
140140
<!-- used to create docker images -->
141141
<groupId>com.spotify</groupId>
142142
<artifactId>docker-maven-plugin</artifactId>
143+
<version>${docker-maven-plugin.version}</version>
143144
<configuration>
144145
<!-- docker file copied here after maven replaces properties -->
145146
<dockerDirectory>${project.build.directory}/classes/docker/</dockerDirectory>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2012-2020 The Feign Authors
4+
Copyright 2012-2021 The Feign Authors
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
77
in compliance with the License. You may obtain a copy of the License at
@@ -99,6 +99,7 @@
9999
<maven-versions-plugin.version>2.7</maven-versions-plugin.version>
100100
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
101101
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
102+
<docker-maven-plugin.version>1.2.2</docker-maven-plugin.version>
102103
</properties>
103104
<url>https://github.com/openfeign/feign</url>
104105
<inceptionYear>2012</inceptionYear>

0 commit comments

Comments
 (0)