Skip to content

Commit

Permalink
Updated History and readme files for v0.7.15 beta2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HPSudip authored Aug 4, 2023
2 parents 9633f4e + 8c47fa3 commit f9736df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f9736df

Please sign in to comment.