From 955ba8ef3dfb981c116fa7023d4e3620971800e8 Mon Sep 17 00:00:00 2001 From: Robert Savage Date: Wed, 27 Feb 2019 09:38:27 -0500 Subject: [PATCH] preparing for 1.2 release --- README.md | 9 ++++----- pi4j-core/pom.xml | 2 +- pi4j-device/pom.xml | 2 +- pi4j-distribution/pom.xml | 2 +- pi4j-distribution/src/scripts/deb-s3 | 2 +- pi4j-example/pom.xml | 2 +- pi4j-gpio-extension/pom.xml | 2 +- pi4j-native/pom.xml | 2 +- pom.xml | 2 +- src/site/apt/download.apt | 12 ++++++------ src/site/apt/index.apt | 4 ++-- 11 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f1bc604a6..23bc13a7d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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+ @@ -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" @@ -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) diff --git a/pi4j-core/pom.xml b/pi4j-core/pom.xml index 59a43061f..5174b6c01 100755 --- a/pi4j-core/pom.xml +++ b/pi4j-core/pom.xml @@ -10,7 +10,7 @@ com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 diff --git a/pi4j-device/pom.xml b/pi4j-device/pom.xml index 09d05991e..b5855ad7f 100644 --- a/pi4j-device/pom.xml +++ b/pi4j-device/pom.xml @@ -4,7 +4,7 @@ com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 pi4j-device Pi4J :: Device Abstractions diff --git a/pi4j-distribution/pom.xml b/pi4j-distribution/pom.xml index ab91e5c99..1537bc445 100644 --- a/pi4j-distribution/pom.xml +++ b/pi4j-distribution/pom.xml @@ -4,7 +4,7 @@ com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 pi4j-distribution Pi4J :: Distribution diff --git a/pi4j-distribution/src/scripts/deb-s3 b/pi4j-distribution/src/scripts/deb-s3 index d08b488d4..ebccc247b 100644 --- a/pi4j-distribution/src/scripts/deb-s3 +++ b/pi4j-distribution/src/scripts/deb-s3 @@ -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 diff --git a/pi4j-example/pom.xml b/pi4j-example/pom.xml index fdae08c66..831f5c937 100644 --- a/pi4j-example/pom.xml +++ b/pi4j-example/pom.xml @@ -10,7 +10,7 @@ com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 diff --git a/pi4j-gpio-extension/pom.xml b/pi4j-gpio-extension/pom.xml index 7f8988287..e10f656a5 100644 --- a/pi4j-gpio-extension/pom.xml +++ b/pi4j-gpio-extension/pom.xml @@ -4,7 +4,7 @@ com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 pi4j-gpio-extension Pi4J :: GPIO Extension diff --git a/pi4j-native/pom.xml b/pi4j-native/pom.xml index 12330e646..080937ba2 100644 --- a/pi4j-native/pom.xml +++ b/pi4j-native/pom.xml @@ -10,7 +10,7 @@ com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 diff --git a/pom.xml b/pom.xml index 233686c8e..e4bd6f579 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.pi4j pi4j-parent - 1.2-SNAPSHOT + 1.2 Pi4J :: Parent POM Parent Maven POM for the Pi4J Project http://www.pi4j.com diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt index 103fb3327..a3797a770 100644 --- a/src/site/apt/download.apt +++ b/src/site/apt/download.apt @@ -17,15 +17,15 @@ Download <> - * {{{http://get.pi4j.com/download/pi4j-1.1.deb}pi4j-1.1.deb}} <<>> + * {{{http://get.pi4j.com/download/pi4j-1.2.deb}pi4j-1.2.deb}} <<>> - * {{{http://get.pi4j.com/download/pi4j-1.1.zip}pi4j-1.1.zip}} <<>> + * {{{http://get.pi4j.com/download/pi4j-1.2.zip}pi4j-1.2.zip}} <<>> <> - * {{{http://get.pi4j.com/download/pi4j-1.2-SNAPSHOT.deb}pi4j-1.2-SNAPSHOT.deb}} <<>> + * {{{http://get.pi4j.com/download/pi4j-1.3-SNAPSHOT.deb}pi4j-1.3-SNAPSHOT.deb}} <<>> - * {{{http://get.pi4j.com/download/pi4j-1.2-SNAPSHOT.zip}pi4j-1.2-SNAPSHOT.zip}} <<>> + * {{{http://get.pi4j.com/download/pi4j-1.3-SNAPSHOT.zip}pi4j-1.3-SNAPSHOT.zip}} <<>> * Maven Repository @@ -47,7 +47,7 @@ Download <> 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. @@ -59,7 +59,7 @@ Download com.pi4j pi4j-core - 1.2-SNAPSHOT + 1.3-SNAPSHOT +--------------------- diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 9e72bde12..1c2a2a0a4 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -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: @@ -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.