@@ -3,7 +3,7 @@ The website is located at [https://siom79.github.io/japicmp](https://siom79.gith
33# japicmp
44japicmp is a tool to compare two versions of a jar archive:
55``` bash
6- java -jar japicmp-0.23.1 -jar-with-dependencies.jar -n new-version.jar -o old-version.jar
6+ java -jar japicmp-.0 -jar-with-dependencies.jar -n new-version.jar -o old-version.jar
77```
88It can also be used as a library:
99``` java
@@ -17,7 +17,7 @@ japicmp is available in the Maven Central Repository:
1717<dependency >
1818 <groupId >com.github.siom79.japicmp</groupId >
1919 <artifactId >japicmp</artifactId >
20- <version >0.23.1 </version >
20+ <version >0.24.0 </version >
2121</dependency >
2222```
2323A maven plugin allows you to integrate the checks into your build:
@@ -26,7 +26,7 @@ A maven plugin allows you to integrate the checks into your build:
2626<plugin >
2727 <groupId >com.github.siom79.japicmp</groupId >
2828 <artifactId >japicmp-maven-plugin</artifactId >
29- <version >0.23.1 </version >
29+ <version >0.24.0 </version >
3030 <configuration >
3131 <oldVersion >
3232 <dependency >
@@ -156,7 +156,7 @@ python3 release.py --release-version <release-version> --old-version <old-versio
156156```
157157* Push changes to remote repository.
158158* Run release [ Action] ( https://github.com/siom79/japicmp/actions/workflows/release.yml )
159- * Login to [ Sonatype's Nexus repository] ( https://oss .sonatype.org/ )
159+ * Login to [ Central repository] ( https://central .sonatype.com/publishing )
160160 * Download released artifact from staging repository.
161161 * Close and release staging repository if sanity checks are successful.
162162* Update maven site report with [ Action] ( https://github.com/siom79/japicmp/actions/workflows/mvn-site.yml )
0 commit comments