This repository was archived by the owner on Jan 11, 2024. It is now read-only.
Commit 9f12d65 1 parent 322451d commit 9f12d65 Copy full SHA for 9f12d65
File tree 8 files changed +13
-19
lines changed
8 files changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,13 @@ Copyright (C) 2012-2021 Pi4J
115
115
116
116
Please see the [BUILD.md](BUILD.md) instructions for details on how to compile/build this project.
117
117
118
- ## IN DEVELOPMENT
118
+ ## CURRENT RELEASE
119
119
120
- 2020-06-20 :: 1.4-SNAPSHOT
120
+ 2021-03-01 :: 1.4
121
121
122
122
* Changed project to Apache License, Version 2.0
123
123
* Added support for 64-bit architecture.
124
+ * Bug Fixes: https://github.com/Pi4J/pi4j/milestone/9?closed=1
124
125
* Removed `pi4j-device` library. _(See comments above)_
125
126
* Removed `pi4j-gpio-extension` library. _(See comments above)_
126
127
* 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
129
130
* Removed platform support for `NanoPi`. _(See comments above)_
130
131
* Removed platform support for `OrangePi`. _(See comments above)_
131
132
132
-
133
133
## PREVIOUS RELEASES
134
134
135
135
For previous 1.x release notes and source code, please see the 1.x branch
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.pi4j</groupId >
12
12
<artifactId >pi4j-parent</artifactId >
13
- <version >1.4-SNAPSHOT </version >
13
+ <version >1.4</version >
14
14
</parent >
15
15
16
16
<!-- PROJECT DEPENDENCIES -->
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.pi4j</groupId >
6
6
<artifactId >pi4j-parent</artifactId >
7
- <version >1.4-SNAPSHOT </version >
7
+ <version >1.4</version >
8
8
</parent >
9
9
<artifactId >pi4j-distribution</artifactId >
10
10
<name >Pi4J :: Distribution</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.pi4j</groupId >
12
12
<artifactId >pi4j-parent</artifactId >
13
- <version >1.4-SNAPSHOT </version >
13
+ <version >1.4</version >
14
14
</parent >
15
15
16
16
<!-- DEPENDENCIES -->
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.pi4j</groupId >
12
12
<artifactId >pi4j-parent</artifactId >
13
- <version >1.4-SNAPSHOT </version >
13
+ <version >1.4</version >
14
14
</parent >
15
15
16
16
<!-- BUILD PROFILES -->
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.pi4j</groupId >
5
5
<artifactId >pi4j-parent</artifactId >
6
- <version >1.4-SNAPSHOT </version >
6
+ <version >1.4</version >
7
7
<name >Pi4J :: Parent POM</name >
8
8
<description >Parent Maven POM for the Pi4J Project</description >
9
9
<url >https://pi4j.com</url >
Original file line number Diff line number Diff line change @@ -14,15 +14,9 @@ Download
14
14
15
15
<<RELEASE BUILDS>>
16
16
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>>>
18
18
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>>>
26
20
27
21
* Maven Repository
28
22
@@ -44,7 +38,7 @@ Download
44
38
<<SNAPSHOT BUILDS>>
45
39
46
40
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-*}}
48
42
49
43
To download SNAPSHOT builds in your Maven project, you must include the following repository definition in your POM.XML file.
50
44
@@ -56,7 +50,7 @@ Download
56
50
<dependency>
57
51
<groupId>com.pi4j</groupId>
58
52
<artifactId>pi4j-core</artifactId>
59
- <version>1.4 -SNAPSHOT</version>
53
+ <version>2.0 -SNAPSHOT</version>
60
54
</dependency>
61
55
+---------------------
62
56
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Welcome to Pi4J!
11
11
12
12
* News / Announcements
13
13
14
- [2020-01-21 ]
14
+ [2021-03-01 ]
15
15
16
16
Starting with the Pi4J 1.4 builds, the Pi4J project is prioritizing focus
17
17
on providing Java programs access, control and communication with the core
You can’t perform that action at this time.
0 commit comments