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

Commit 9f12d65

Browse files
updates for Pi4J v1.4 release
1 parent 322451d commit 9f12d65

File tree

8 files changed

+13
-19
lines changed

8 files changed

+13
-19
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,13 @@ Copyright (C) 2012-2021 Pi4J
115115
116116
Please see the [BUILD.md](BUILD.md) instructions for details on how to compile/build this project.
117117
118-
## IN DEVELOPMENT
118+
## CURRENT RELEASE
119119
120-
2020-06-20 :: 1.4-SNAPSHOT
120+
2021-03-01 :: 1.4
121121
122122
* Changed project to Apache License, Version 2.0
123123
* Added support for 64-bit architecture.
124+
* Bug Fixes: https://github.com/Pi4J/pi4j/milestone/9?closed=1
124125
* Removed `pi4j-device` library. _(See comments above)_
125126
* Removed `pi4j-gpio-extension` library. _(See comments above)_
126127
* Removed platform support for `Odroid`. _(See comments above)_
@@ -129,7 +130,6 @@ Please see the [BUILD.md](BUILD.md) instructions for details on how to compile/b
129130
* Removed platform support for `NanoPi`. _(See comments above)_
130131
* Removed platform support for `OrangePi`. _(See comments above)_
131132
132-
133133
## PREVIOUS RELEASES
134134
135135
For previous 1.x release notes and source code, please see the 1.x branch

pi4j-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.pi4j</groupId>
1212
<artifactId>pi4j-parent</artifactId>
13-
<version>1.4-SNAPSHOT</version>
13+
<version>1.4</version>
1414
</parent>
1515

1616
<!-- PROJECT DEPENDENCIES -->

pi4j-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.pi4j</groupId>
66
<artifactId>pi4j-parent</artifactId>
7-
<version>1.4-SNAPSHOT</version>
7+
<version>1.4</version>
88
</parent>
99
<artifactId>pi4j-distribution</artifactId>
1010
<name>Pi4J :: Distribution</name>

pi4j-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.pi4j</groupId>
1212
<artifactId>pi4j-parent</artifactId>
13-
<version>1.4-SNAPSHOT</version>
13+
<version>1.4</version>
1414
</parent>
1515

1616
<!-- DEPENDENCIES -->

pi4j-native/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.pi4j</groupId>
1212
<artifactId>pi4j-parent</artifactId>
13-
<version>1.4-SNAPSHOT</version>
13+
<version>1.4</version>
1414
</parent>
1515

1616
<!-- BUILD PROFILES -->

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.pi4j</groupId>
55
<artifactId>pi4j-parent</artifactId>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4</version>
77
<name>Pi4J :: Parent POM</name>
88
<description>Parent Maven POM for the Pi4J Project</description>
99
<url>https://pi4j.com</url>

src/site/apt/download.apt

+4-10
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ Download
1414

1515
<<RELEASE BUILDS>>
1616

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

19-
* {{{https://pi4j.com/download/pi4j-1.3.zip}pi4j-1.3.zip}} <<<Compressed ZIP Archive>>>
20-
21-
<<LATEST SNAPSHOT BUILDS>>
22-
23-
* {{{https://pi4j.com/download/pi4j-1.4-SNAPSHOT.deb}pi4j-1.4-SNAPSHOT.deb}} <<<Debian Installer Package>>>
24-
25-
* {{{https://pi4j.com/download/pi4j-1.4-SNAPSHOT.zip}pi4j-1.4-SNAPSHOT.zip}} <<<Compressed ZIP Archive>>>
19+
* {{{https://pi4j.com/download/pi4j-1.4.zip}pi4j-1.4.zip}} <<<Compressed ZIP Archive>>>
2620

2721
* Maven Repository
2822

@@ -44,7 +38,7 @@ Download
4438
<<SNAPSHOT BUILDS>>
4539

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

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

@@ -56,7 +50,7 @@ Download
5650
<dependency>
5751
<groupId>com.pi4j</groupId>
5852
<artifactId>pi4j-core</artifactId>
59-
<version>1.4-SNAPSHOT</version>
53+
<version>2.0-SNAPSHOT</version>
6054
</dependency>
6155
+---------------------
6256

src/site/apt/index.apt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Welcome to Pi4J!
1111

1212
* News / Announcements
1313

14-
[2020-01-21]
14+
[2021-03-01]
1515

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

0 commit comments

Comments
 (0)