8000 Enable japicmp in docker-java-api · docker-java/docker-java@1082d5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 1082d5d

Browse files
committed
Enable japicmp in docker-java-api
1 parent 84d7750 commit 1082d5d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docker-java-api/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
</instructions>
8282
</configuration>
8383
</plugin>
84+
<plugin>
85+
<groupId>com.github.siom79.japicmp</groupId>
86+
<artifactId>japicmp-maven-plugin</artifactId>
87+
</plugin>
8488
</plugins>
8589
</build>
8690
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@
243243
<!-- use with "mvn -DskipTests clean verify" -->
244244
<groupId>com.github.siom79.japicmp</groupId>
245245
<artifactId>japicmp-maven-plugin</artifactId>
246-
<version>0.18.2</version>
246+
<version>0.18.3</version>
247247
<configuration>
248248
<oldVersion>
249249
<dependency>
250250
<groupId>com.github.docker-java</groupId>
251251
<artifactId>${project.artifactId}</artifactId>
252-
<version>3.2.0</version>
252+
<version>3.3.4</version>
253253
<type>jar</type>
254254
</dependency>
255255
</oldVersion>

0 commit comments

Comments
 (0)
0