From a9b90d0c4bc3356d5858bd803b5ff2942f6e1e59 Mon Sep 17 00:00:00 2001 From: HPNavjot Date: Fri, 4 Aug 2023 11:41:00 +0530 Subject: [PATCH 1/2] Updated history.md for release v0.7.15-beta2 --- HISTORY.md | 5 +++++ build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9e150547..1a7ee33e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History of Changes +## 0.7.15-beta2 + +* Added fix to set IppPacket elements in Java (#147). +* Updated access modifier for AttributeGroupImpl (#151) + ## 0.7.15-beta1 * Update to 2023-03 registered IANA types (#142). diff --git a/build.gradle b/build.gradle index 28ed2407..fc7a9156 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ allprojects { ext.ktlint_version = '0.41.0' // Version of JIPP & friends to publish - ext.jipp_version = '0.7.15-beta1' + ext.jipp_version = '0.7.15-beta2' buildscript { repositories { From 8c47fa360a90ee6a3c9fa28f21cf82e75f97d41d Mon Sep 17 00:00:00 2001 From: HPNavjot Date: Fri, 4 Aug 2023 11:44:31 +0530 Subject: [PATCH 2/2] Updated readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb394956..65ee191b 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ The API is Java-compatible but implemented in Kotlin. 1. Add the current version of JIPP to your project ```gradle dependencies { - compile 'com.hp.jipp:jipp-core:0.7.14' - compile 'com.hp.jipp:jipp-pdl:0.7.14' // Only needed if transforming PDLs + compile 'com.hp.jipp:jipp-core:0.7.15-beta2' + compile 'com.hp.jipp:jipp-pdl:0.7.15-beta2' // Only needed if transforming PDLs } ``` 2. Create an `IppClientTransport` or `IppServerTransport` (see example