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

Commit

Permalink
updates for Pi4J v1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed Mar 1, 2021
1 parent 322451d commit 9f12d65
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,13 @@ Copyright (C) 2012-2021 Pi4J

Please see the [BUILD.md](BUILD.md) instructions for details on how to compile/build this project.

## IN DEVELOPMENT
## CURRENT RELEASE

2020-06-20 :: 1.4-SNAPSHOT
2021-03-01 :: 1.4

* Changed project to Apache License, Version 2.0
* Added support for 64-bit architecture.
* Bug Fixes: https://github.com/Pi4J/pi4j/milestone/9?closed=1
* Removed `pi4j-device` library. _(See comments above)_
* Removed `pi4j-gpio-extension` library. _(See comments above)_
* Removed platform support for `Odroid`. _(See comments above)_
Expand All @@ -129,7 +130,6 @@ Please see the [BUILD.md](BUILD.md) instructions for details on how to compile/b
* Removed platform support for `NanoPi`. _(See comments above)_
* Removed platform support for `OrangePi`. _(See comments above)_


## PREVIOUS RELEASES

For previous 1.x release notes and source code, please see the 1.x branch
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.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<!-- PROJECT DEPENDENCIES -->
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.4-SNAPSHOT</version>
<version>1.4</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.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<!-- DEPENDENCIES -->
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.4-SNAPSHOT</version>
<version>1.4</version>
</parent>

<!-- BUILD PROFILES -->
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.4-SNAPSHOT</version>
<version>1.4</version>
<name>Pi4J :: Parent POM</name>
<description>Parent Maven POM for the Pi4J Project</description>
<url>https://pi4j.com</url>
Expand Down
14 changes: 4 additions & 10 deletions src/site/apt/download.apt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,9 @@ Download

<<RELEASE BUILDS>>

* {{{https://pi4j.com/download/pi4j-1.3.deb}pi4j-1.3.deb}} <<<Debian Installer Package>>>
* {{{https://pi4j.com/download/pi4j-1.4.deb}pi4j-1.4.deb}} <<<Debian Installer Package>>>

* {{{https://pi4j.com/download/pi4j-1.3.zip}pi4j-1.3.zip}} <<<Compressed ZIP Archive>>>

<<LATEST SNAPSHOT BUILDS>>

* {{{https://pi4j.com/download/pi4j-1.4-SNAPSHOT.deb}pi4j-1.4-SNAPSHOT.deb}} <<<Debian Installer Package>>>

* {{{https://pi4j.com/download/pi4j-1.4-SNAPSHOT.zip}pi4j-1.4-SNAPSHOT.zip}} <<<Compressed ZIP Archive>>>
* {{{https://pi4j.com/download/pi4j-1.4.zip}pi4j-1.4.zip}} <<<Compressed ZIP Archive>>>

* Maven Repository

Expand All @@ -44,7 +38,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.4-SNAPSHOT~~}}
{{https://oss.sonatype.org/index.html#nexus-search;gav~com.pi4j~pi4j-*}}

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

Expand All @@ -56,7 +50,7 @@ Download
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-core</artifactId>
<version>1.4-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
</dependency>
+---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome to Pi4J!

* News / Announcements

[2020-01-21]
[2021-03-01]

Starting with the Pi4J 1.4 builds, the Pi4J project is prioritizing focus
on providing Java programs access, control and communication with the core
Expand Down

0 comments on commit 9f12d65

Please sign in to comment.