Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dedupe and sort lists. Added InvalidFieldError. #24

Merged
merged 17 commits into from
Jan 20, 2023
Prev Previous commit
Next Next commit
3.0.10
  • Loading branch information
chad committed Jan 20, 2023
commit 57d5d43057161be0ed4c976510d4d0ca50955334
2 changes: 1 addition & 1 deletion iabgpp-encoder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.iabgpp</groupId>
<artifactId>iabgpp-core</artifactId>
<version>3.0.11-SNAPSHOT</version>
<version>3.0.10</version>
</parent>

<artifactId>iabgpp-encoder</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions iabgpp-extras-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>iabgpp-core</artifactId>
<groupId>com.iabgpp</groupId>
<version>3.0.11-SNAPSHOT</version>
<version>3.0.10</version>
</parent>

<artifactId>iabgpp-extras-jackson</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.iabgpp</groupId>
<artifactId>iabgpp-extras</artifactId>
<version>3.0.11-SNAPSHOT</version>
<version>3.0.10</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion iabgpp-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.iabgpp</groupId>
<artifactId>iabgpp-core</artifactId>
<version>3.0.11-SNAPSHOT</version>
<version>3.0.10</version>
</parent>

<artifactId>iabgpp-extras</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.iabgpp</groupId>
<artifactId>iabgpp-core</artifactId>
<version>3.0.11-SNAPSHOT</version>
<version>3.0.10</version>
<name>IAB GPP Core Library</name>
<url>https://github.com/IABTechLabs/iabtcf-java</url>
<description>Encode and decode consent information with the IAB GPP v3.0.</description>
Expand Down