From 8bb378b465059664c511c7de601dac577074d439 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Mon, 22 Feb 2021 19:17:03 +0530 Subject: [PATCH] Release v1.3.2 --- brotli4j/pom.xml | 10 +++++----- natives/linux-aarch64/pom.xml | 2 +- natives/linux-x86_64/pom.xml | 2 +- natives/osx-x86_64/pom.xml | 2 +- natives/pom.xml | 2 +- natives/windows-x86_64/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/brotli4j/pom.xml b/brotli4j/pom.xml index 1705c5cd..cf9977d0 100644 --- a/brotli4j/pom.xml +++ b/brotli4j/pom.xml @@ -22,7 +22,7 @@ brotli4j-parent com.aayushatharva.brotli4j - 1.3.2-SNAPSHOT + 1.3.2 4.0.0 @@ -42,7 +42,7 @@ com.aayushatharva.brotli4j native-linux-x86_64 - 1.3.2-SNAPSHOT + 1.3.2 @@ -59,7 +59,7 @@ com.aayushatharva.brotli4j native-linux-aarch64 - 1.3.2-SNAPSHOT + 1.3.2 @@ -76,7 +76,7 @@ com.aayushatharva.brotli4j native-windows-x86_64 - 1.3.2-SNAPSHOT + 1.3.2 @@ -93,7 +93,7 @@ com.aayushatharva.brotli4j native-osx-x86_64 - 1.3.2-SNAPSHOT + 1.3.2 diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml index 06865bf6..5ac60476 100644 --- a/natives/linux-aarch64/pom.xml +++ b/natives/linux-aarch64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.3.2-SNAPSHOT + 1.3.2 4.0.0 diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml index d0069ab9..6cf2169d 100644 --- a/natives/linux-x86_64/pom.xml +++ b/natives/linux-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.3.2-SNAPSHOT + 1.3.2 4.0.0 diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml index 66104320..42e2e6d1 100644 --- a/natives/osx-x86_64/pom.xml +++ b/natives/osx-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.3.2-SNAPSHOT + 1.3.2 4.0.0 diff --git a/natives/pom.xml b/natives/pom.xml index bd427bdd..812bfd1d 100644 --- a/natives/pom.xml +++ b/natives/pom.xml @@ -21,7 +21,7 @@ Copyright 2021, Aayush Atharva com.aayushatharva.brotli4j brotli4j-parent - 1.3.2-SNAPSHOT + 1.3.2 4.0.0 diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml index 62d73251..feba53f3 100644 --- a/natives/windows-x86_64/pom.xml +++ b/natives/windows-x86_64/pom.xml @@ -22,7 +22,7 @@ natives com.aayushatharva.brotli4j - 1.3.2-SNAPSHOT + 1.3.2 4.0.0 diff --git a/pom.xml b/pom.xml index 48a80c27..4ab761b9 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ com.aayushatharva.brotli4j brotli4j-parent pom - 1.3.2-SNAPSHOT + 1.3.2 Brotli4j Brotli4j provides Brotli compression and decompression for Java.