Skip to content

Commit 3a37898

Browse files
committed
Cleanup
1 parent 9c69f27 commit 3a37898

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Welcome to Pi4J
55
## Welcome to Pi4J
66

77
{{% notice warning %}}
8-
**Pi4J is moving to Java version 21!** Please [read this blog post for more info](/blog/2025/20250205-welcome-java-21/). 3.0.0-SNAPSHOT of Pi4J is already available for testing from the Maven Repository if you enable snapshots in your pom-file.
8+
**Pi4J is moving to Java version 21!** Please [read this blog post for more info](/blog/2025/20250211-welcome-java-21/). 3.0.0-SNAPSHOT of Pi4J is already available for testing from the Maven Repository if you enable snapshots in your pom-file.
99
{{% /notice %}}
1010

1111
**Latest release: V2.8.0 (2025-01-28, see [Release Notes](/about/release-notes/)).**
@@ -42,7 +42,7 @@ The Pi4j project has evolved in all these years as the whole Java eco-system and
4242

4343
This resulted in the following main versions:
4444

45-
* [V1.X.X](/about/info-v1): Deprecated, based on Java 8, later Java 11.
45+
* [V1.X](/about/info-v1): Deprecated, based on Java 8, later Java 11.
4646
* [V2.X.X](/about/info-v2): Completely reworked code base, based on Java 11.
4747
* [V3.X.X](/about/info-v3): Based on latest V2 and Java 21.
4848

content/about/info-v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We would like to move to Java 22 as this would allow us to easier call C code to
1313

1414
## What's New in 3.0?
1515

16-
Pi4J version 3.0.0 is a continuation of 2.8.0, but bumps the minimal Java version to 21.
16+
Pi4J version 3.0.0 is a continuation of 2.8.0, but bumps the **minimal Java version to 21**.
1717

1818
## Sources
1919

@@ -23,7 +23,7 @@ The Pi4J V3 source code is available in this GitHub repository: [`pi4j/pi4j` Git
2323
git clone https://github.com/Pi4J/pi4j
2424
```
2525

26-
Pi4J V3 is not yet released, but can already use version `3.0.0-SNAPSHOT` for testing if you add the snapshot Maven repository to your pom-file.
26+
Pi4J V3 is not yet released, but you can already use version `3.0.0-SNAPSHOT` for testing if you add the snapshot Maven repository to your pom-file.
2727

2828
```xml
2929
<repositories>

content/blog/2025/20250205-welcome-java-21.md renamed to content/blog/2025/20250211-welcome-java-21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2025-02-05
44
tags: ["Java"]
55
---
66

7-
2025-02-05 by Frank Delporte
7+
2025-02-11 by Frank Delporte
88

99
The development of the Pi4J library faced a decision point...
1010

0 commit comments

Comments
 (0)