Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
updated for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed Jan 28, 2021
1 parent 7cc7593 commit 529b6b0
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ Copyright (C) 2012-2021 Pi4J
all Pi4J features may be supported and/or working properly.


## IN DEVELOPMENT
## RELEASES

2021-01-08 :: 1.3-SNAPSHOT
* Must be compiled using JDK 1.8
* Install WiringPi v2.52 or later to support RaspberryPi 4B and newer systems.
(http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/)
* Added support for RaspberryPi 4B
* Added support for RaspberryPi 400
* Added support for RaspberryPi Compute Module 4
2021-01-28 :: 1.3

## RELEASES
* Must be compiled using JDK 1.8
* Install WiringPi v2.60 or later to support RaspberryPi 4B and newer systems.\
(https://pi4j.com/1.3/dependency.html)
* Added support for RaspberryPi 4B
* Added support for RaspberryPi 400
* Added support for RaspberryPi Compute Module 4
* Bug Fixes: https://github.com/Pi4J/pi4j/milestone/10?closed=1

2019-02-27 :: 1.2

Expand Down
2 changes: 1 addition & 1 deletion pi4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<!-- PROJECT DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion pi4j-device/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>pi4j-device</artifactId>
<name>Pi4J :: Device Abstractions</name>
Expand Down
2 changes: 1 addition & 1 deletion pi4j-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>pi4j-distribution</artifactId>
<name>Pi4J :: Distribution</name>
Expand Down
2 changes: 1 addition & 1 deletion pi4j-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<!-- DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion pi4j-gpio-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>pi4j-gpio-extension</artifactId>
<name>Pi4J :: GPIO Extension</name>
Expand Down
2 changes: 1 addition & 1 deletion pi4j-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
</parent>

<!-- BUILD PROPERTIES -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<name>Pi4J :: Parent POM</name>
<description>Parent Maven POM for the Pi4J Project</description>
<url>https://www.pi4j.com</url>
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/download.apt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Download
<<SNAPSHOT BUILDS>>

Snapshots will be hosted in the following Sonatype OSS repository.\
{{https://oss.sonatype.org/index.html#nexus-search;gav~com.pi4j~pi4j-*~1.3-SNAPSHOT~~}}
{{https://oss.sonatype.org/index.html#nexus-search;gav~com.pi4j~pi4j-*~1.4-SNAPSHOT~~}}

To download SNAPSHOT builds in your Maven project, you must include the following repository definition in your POM.XML file.

Expand Down

0 comments on commit 529b6b0

Please sign in to comment.