Skip to content

Commit a501ffc

Browse files
committed
fix #118: IANA updates from 2021-10-14
1 parent 1db426a commit a501ffc

File tree

185 files changed

+197
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+197
-189
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions

README.md

Lines changed: 2 additions & 2 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ allprojects {
33
ext.ktlint_version = '0.41.0'
44

55
// Version of JIPP & friends to publish
6-
ext.jipp_version = '0.7.11'
6+
ext.jipp_version = '0.7.12'
77

88
buildscript {
99
repositories {

jipp-core/src/main/java/com/hp/jipp/model/AccuracyUnit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

jipp-core/src/main/java/com/hp/jipp/model/BalingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

jipp-core/src/main/java/com/hp/jipp/model/BalingWhen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

jipp-core/src/main/java/com/hp/jipp/model/BindingReferenceEdge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

jipp-core/src/main/java/com/hp/jipp/model/BindingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

jipp-core/src/main/java/com/hp/jipp/model/CoatingSides.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

jipp-core/src/main/java/com/hp/jipp/model/CoatingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT
33
//
44
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
5-
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-05-04
5+
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2021-10-14
66
//
77
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
88

0 commit comments

Comments
 (0)