File tree Expand file tree Collapse file tree 10 files changed +14
-21
lines changed
Expand file tree Collapse file tree 10 files changed +14
-21
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ and bugreports to this GitHub repository.
2121![ Java 24] ( https://img.shields.io/badge/Java-24-blue?logo=java&logoColor=yellow )
2222[ ![ Kotlin] ( https://img.shields.io/badge/Kotlin-Supported-7F52FF?logo=kotlin&logoColor=white )] ( https://github.com/LibrePDF/OpenPDF/tree/master/openpdf-kotlin )
2323
24- ## OpenPDF version 2.2.4 released 2025-07-01
24+ ## OpenPDF version 2.2.5 released 2026-03-09
2525
26- Get version 2.2.4 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.2.4
26+ Get version 2.2.5 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.2.5
2727
2828### Other versions
2929
@@ -56,7 +56,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
5656<dependency >
5757 <groupId >com.github.librepdf</groupId >
5858 <artifactId >openpdf</artifactId >
59- <version >2.2.4 </version >
59+ <version >2.2.5 </version >
6060</dependency >
6161```
6262
Original file line number Diff line number Diff line change 4949if [ $RC -eq 0 ]
5050then
5151 cat << EOD
52- Staging Release seems to be created. Please review it at https://oss .sonatype.org/#stagingRepositories
53- if everything seems fine, hit ENTER . Else break this script with Ctrl-C.
52+ Staging Release seems to be created. Please review it at https://central .sonatype.com/publishing
53+ if everything seems fine, publish from there . Else break this script with Ctrl-C.
5454EOD
5555 read pause
5656else
5959 exit
6060fi
6161
62- echo " #5. Deploy release."
63- # Workaround for https://issues.sonatype.org/browse/OSSRH-66257
64- export MAVEN_OPTS="
65- --add-opens=java.base/java.util=ALL-UNNAMED
66- --add-opens=java.base/java.lang.reflect=ALL-UNNAMED
67- --add-opens=java.base/java.text=ALL-UNNAMED
68- --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
69- mvn nexus-staging:release
62+ echo " #5. Deploy release. is deprecated. Should be rewritten"
7063
7164echo " #6. Finishing."
7265echo " - set next SNAPSHOT to $NEW_VERSION "
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.librepdf</groupId >
77 <artifactId >openpdf-parent</artifactId >
8- <version >2.2.5-SNAPSHOT </version >
8+ <version >2.2.5</version >
99 </parent >
1010
1111 <artifactId >openpdf-fonts-extra</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.github.librepdf</groupId >
99 <artifactId >openpdf-parent</artifactId >
10- <version >2.2.5-SNAPSHOT </version >
10+ <version >2.2.5</version >
1111 </parent >
1212
1313 <artifactId >openpdf-html</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >2.2.5-SNAPSHOT </version >
9+ <version >2.2.5</version >
1010 </parent >
1111
1212 <artifactId >openpdf-kotlin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.github.librepdf</groupId >
77 <artifactId >openpdf-parent</artifactId >
8- <version >2.2.5-SNAPSHOT </version >
8+ <version >2.2.5</version >
99 </parent >
1010
1111 <artifactId >openpdf-renderer</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >2.2.5-SNAPSHOT </version >
9+ <version >2.2.5</version >
1010 </parent >
1111
1212 <artifactId >openpdf</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >2.2.5-SNAPSHOT </version >
9+ <version >2.2.5</version >
1010 </parent >
1111
1212 <artifactId >pdf-swing</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.github.librepdf</groupId >
88 <artifactId >openpdf-parent</artifactId >
9- <version >2.2.5-SNAPSHOT </version >
9+ <version >2.2.5</version >
1010 </parent >
1111
1212 <artifactId >pdf-toolbox</artifactId >
Original file line number Diff line number Diff line change 55
66 <groupId >com.github.librepdf</groupId >
77 <artifactId >openpdf-parent</artifactId >
8- <version >2.2.5-SNAPSHOT </version > <!-- artifact.version -->
8+ <version >2.2.5</version > <!-- artifact.version -->
99 <packaging >pom</packaging >
1010
1111 <!-- please run mvn tidy:pom once in a while -->
You can’t perform that action at this time.
0 commit comments