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

Commit

Permalink
preparing for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed Feb 27, 2019
1 parent f14e14d commit 955ba8e
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 21 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Copyright (C) 2012-2019 Pi4J

## KNOWN ISSUES

2018-04-23 :: 1.2-SNAPSHOT
2018-04-23 :: 1.2

* As of 2018-04-23, We have removed support for the Pi4J native library statically compiled against WiringPi.
for the Raspberry Pi platform. You must now have WiringPi installed on your target Raspberry Pi system
Expand Down Expand Up @@ -71,9 +71,9 @@ Copyright (C) 2012-2019 Pi4J
* Support for OrangePi and Synovoip BPI platforms is considered experimental and has had limited testing. Not
all Pi4J features may be supported and/or working properly.

## IN DEVELOPMENT
## RELEASES

2018-04-23 :: 1.2-SNAPSHOT
2019-02-27 :: 1.2

* Removed support for statically compiled wiringPi library (for Raspberry Pi).
* Added support for Raspberry Pi 3B+
Expand All @@ -86,6 +86,7 @@ Copyright (C) 2012-2019 Pi4J
* Added experimental support for OrangePi platform.
* Added experimental support for Synovoip BPI (BananaPi) platform.
* Added experimental support for NanoPi platform.
* Fixed #438: ArrayIndex Out of Bounds when pin address address is >= 100
* Fixed #278: wiringPiSetup*: You must only call this once per program run.
* Fixed #294; added java runtime and compiler check to pi4j helper script
* Fixed #291; W1Device name contains "\n"
Expand All @@ -99,8 +100,6 @@ Copyright (C) 2012-2019 Pi4J
* Fixed #272; SerialDataEvent should not fire when event.length() == 0
* Fixed #361; SerialFactory isShutdown() state not getting updated on new instance

## RELEASES

2016-07-26 :: 1.1

* Added support for Odroid XU4 (see known issues here: https://github.com/Pi4J/pi4j/issues/229)
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.2-SNAPSHOT</version>
<version>1.2</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.2-SNAPSHOT</version>
<version>1.2</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.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>pi4j-distribution</artifactId>
<name>Pi4J :: Distribution</name>
Expand Down
2 changes: 1 addition & 1 deletion pi4j-distribution/src/scripts/deb-s3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
deb-s3 upload --arch=armhf --sign=team@pi4j.com --codename=wheezy --component=rpi --bucket=repository.pi4j.com pi4j-1.2-SNAPSHOT.deb
deb-s3 upload --arch=armhf --sign=team@pi4j.com --codename=wheezy --component=rpi --bucket=repository.pi4j.com pi4j-1.2.deb
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.2-SNAPSHOT</version>
<version>1.2</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.2-SNAPSHOT</version>
<version>1.2</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.2-SNAPSHOT</version>
<version>1.2</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.2-SNAPSHOT</version>
<version>1.2</version>
<name>Pi4J :: Parent POM</name>
<description>Parent Maven POM for the Pi4J Project</description>
<url>http://www.pi4j.com</url>
Expand Down
12 changes: 6 additions & 6 deletions src/site/apt/download.apt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Download

<<RELEASE BUILDS>>

* {{{http://get.pi4j.com/download/pi4j-1.1.deb}pi4j-1.1.deb}} <<<Debian Installer Package>>>
* {{{http://get.pi4j.com/download/pi4j-1.2.deb}pi4j-1.2.deb}} <<<Debian Installer Package>>>

* {{{http://get.pi4j.com/download/pi4j-1.1.zip}pi4j-1.1.zip}} <<<Compressed ZIP Archive>>>
* {{{http://get.pi4j.com/download/pi4j-1.2.zip}pi4j-1.2.zip}} <<<Compressed ZIP Archive>>>

<<LATEST SNAPSHOT BUILDS>>

* {{{http://get.pi4j.com/download/pi4j-1.2-SNAPSHOT.deb}pi4j-1.2-SNAPSHOT.deb}} <<<Debian Installer Package>>>
* {{{http://get.pi4j.com/download/pi4j-1.3-SNAPSHOT.deb}pi4j-1.3-SNAPSHOT.deb}} <<<Debian Installer Package>>>

* {{{http://get.pi4j.com/download/pi4j-1.2-SNAPSHOT.zip}pi4j-1.2-SNAPSHOT.zip}} <<<Compressed ZIP Archive>>>
* {{{http://get.pi4j.com/download/pi4j-1.3-SNAPSHOT.zip}pi4j-1.3-SNAPSHOT.zip}} <<<Compressed ZIP Archive>>>

* Maven Repository

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

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

Expand All @@ -59,7 +59,7 @@ Download
<dependency>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-core</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</dependency>
+---------------------

Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Welcome to Pi4J!

[2019-02-26]

Version 1.2-SNAPSHOT is available for download. ({{{./download.html}Downloads}} | {{{./install.html}Installation}})
Version 1.2 has been released and is now available for download. ({{{./download.html}Downloads}} | {{{./install.html}Installation}})
This is the active development version where you can find the latest fixes and updates.

Latest Development Updates:
Expand Down Expand Up @@ -74,7 +74,7 @@ Welcome to Pi4J!
and implementation. Please note that to add these serial API enhancements some APIs required breaking changes where
they may no longer be backwards compatible with prior versions.

New development and bug fixes will now be provided via the 1.2-SNAPSHOT builds and the latest development codebase
New development and bug fixes will now be provided via the 1.3-SNAPSHOT builds and the latest development codebase
is now maintained in the '{{{https://github.com/Pi4J/pi4j/tree/master}master}}' branch.


Expand Down

0 comments on commit 955ba8e

Please sign in to comment.