Skip to content

Commit c06b09e

Browse files
committed
Throw IOException when setLastModified fails.
1 parent 03720e4 commit c06b09e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

book/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
ao-encoding - High performance streaming character encoding.
4-
Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 AO Industries, Inc.
4+
Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 AO Industries, Inc.
55
66
7262 Bull Pen Cir
77
Mobile, AL 36695
@@ -219,7 +219,7 @@ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
219219
<groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId><version>4.1.0${POST-SNAPSHOT}</version>
220220
</dependency>
221221
<dependency>
222-
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.6.0${POST-SNAPSHOT}</version>
222+
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.7.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
223223
</dependency>
224224
<dependency>
225225
<groupId>com.aoapps</groupId><artifactId>ao-net-types</artifactId><version>3.0.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>

devel/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
ao-encoding - High performance streaming character encoding.
4-
Copyright (C) 2020, 2021, 2022, 2023, 2024 AO Industries, Inc.
4+
Copyright (C) 2020, 2021, 2022, 2023, 2024, 2025 AO Industries, Inc.
55
66
7262 Bull Pen Cir
77
Mobile, AL 36695
@@ -140,7 +140,7 @@ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
140140
<groupId>com.aoapps</groupId><artifactId>ao-collections</artifactId><version>3.0.0${POST-SNAPSHOT}</version>
141141
</dependency>
142142
<dependency>
143-
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.6.0${POST-SNAPSHOT}</version>
143+
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.7.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.aoapps</groupId><artifactId>ao-tempfiles</artifactId><version>3.0.2${POST-SNAPSHOT}</version>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
ao-encoding - High performance streaming character encoding.
4-
Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 AO Industries, Inc.
4+
Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025 AO Industries, Inc.
55
66
7262 Bull Pen Cir
77
Mobile, AL 36695
@@ -295,7 +295,7 @@ along with ao-encoding. If not, see <https://www.gnu.org/licenses/>.
295295
<groupId>com.aoapps</groupId><artifactId>ao-hodgepodge</artifactId><version>5.2.0${POST-SNAPSHOT}</version>
296296
</dependency>
297297
<dependency>
298-
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.6.0${POST-SNAPSHOT}</version>
298+
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.7.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
299299
</dependency>
300300
<dependency>
301301
<groupId>com.google.code.findbugs</groupId><artifactId>jsr305</artifactId><version>3.0.2</version>

0 commit comments

Comments
 (0)