Skip to content

Commit

Permalink
Changed version to 1.1.3-SNAPSHOT. Version 1.1.3 will be compiled wit…
Browse files Browse the repository at this point in the history
…h JDK8 to avoid problems.

Version 1.1.2 was compiled with JDK11 and seems to give strange ByteBuffer problems with JDK8.
  • Loading branch information
nclarkekb committed Jul 10, 2022
1 parent 0623a08 commit ae7a1bf
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jwat-arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>jwat-arc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-archive-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>jwat-archive-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>jwat-archive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>jwat-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>jwat-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-gzip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

<artifactId>jwat-gzip</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jwat-warc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
</parent>

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

<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit ae7a1bf

Please sign in to comment.