From ae7a1bf87dc3dc4252369a5abe46e0d7e51d574e Mon Sep 17 00:00:00 2001 From: Nicholas Clarke Date: Sun, 10 Jul 2022 10:23:07 +0200 Subject: [PATCH] Changed version to 1.1.3-SNAPSHOT. Version 1.1.3 will be compiled with JDK8 to avoid problems. Version 1.1.2 was compiled with JDK11 and seems to give strange ByteBuffer problems with JDK8. --- jwat-arc/pom.xml | 2 +- jwat-archive-common/pom.xml | 2 +- jwat-archive/pom.xml | 2 +- jwat-common/pom.xml | 2 +- jwat-distribution/pom.xml | 2 +- jwat-gzip/pom.xml | 2 +- jwat-warc/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jwat-arc/pom.xml b/jwat-arc/pom.xml index 596d4ad..c6f005d 100644 --- a/jwat-arc/pom.xml +++ b/jwat-arc/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-arc diff --git a/jwat-archive-common/pom.xml b/jwat-archive-common/pom.xml index dc4852c..4ed741c 100644 --- a/jwat-archive-common/pom.xml +++ b/jwat-archive-common/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-archive-common diff --git a/jwat-archive/pom.xml b/jwat-archive/pom.xml index ae9f3f6..67b30f5 100644 --- a/jwat-archive/pom.xml +++ b/jwat-archive/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-archive diff --git a/jwat-common/pom.xml b/jwat-common/pom.xml index 7650c4a..67b5e2c 100644 --- a/jwat-common/pom.xml +++ b/jwat-common/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-common diff --git a/jwat-distribution/pom.xml b/jwat-distribution/pom.xml index fa231cd..80934de 100644 --- a/jwat-distribution/pom.xml +++ b/jwat-distribution/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-distribution diff --git a/jwat-gzip/pom.xml b/jwat-gzip/pom.xml index 53b2cab..e5a112d 100644 --- a/jwat-gzip/pom.xml +++ b/jwat-gzip/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-gzip diff --git a/jwat-warc/pom.xml b/jwat-warc/pom.xml index 45bb092..8e338c9 100644 --- a/jwat-warc/pom.xml +++ b/jwat-warc/pom.xml @@ -5,7 +5,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT jwat-warc diff --git a/pom.xml b/pom.xml index 6fc6d68..f538598 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jwat jwat - 1.2.0-SNAPSHOT + 1.1.3-SNAPSHOT pom