diff --git a/README.md b/README.md
index 7da7a9d8a..b67dd3019 100644
--- a/README.md
+++ b/README.md
@@ -87,17 +87,17 @@ Copyright (C) 2012-2021 Pi4J
all Pi4J features may be supported and/or working properly.
-## IN DEVELOPMENT
+## RELEASES
-2021-01-08 :: 1.3-SNAPSHOT
- * Must be compiled using JDK 1.8
- * Install WiringPi v2.52 or later to support RaspberryPi 4B and newer systems.
- (http://wiringpi.com/wiringpi-updated-to-2-52-for-the-raspberry-pi-4b/)
- * Added support for RaspberryPi 4B
- * Added support for RaspberryPi 400
- * Added support for RaspberryPi Compute Module 4
+2021-01-28 :: 1.3
-## RELEASES
+ * Must be compiled using JDK 1.8
+ * Install WiringPi v2.60 or later to support RaspberryPi 4B and newer systems.\
+ (https://pi4j.com/1.3/dependency.html)
+ * Added support for RaspberryPi 4B
+ * Added support for RaspberryPi 400
+ * Added support for RaspberryPi Compute Module 4
+ * Bug Fixes: https://github.com/Pi4J/pi4j/milestone/10?closed=1
2019-02-27 :: 1.2
diff --git a/pi4j-core/pom.xml b/pi4j-core/pom.xml
index 1f793a144..df7ab7ae5 100755
--- a/pi4j-core/pom.xml
+++ b/pi4j-core/pom.xml
@@ -10,7 +10,7 @@
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
diff --git a/pi4j-device/pom.xml b/pi4j-device/pom.xml
index 6a5d71616..2b26e0e7b 100644
--- a/pi4j-device/pom.xml
+++ b/pi4j-device/pom.xml
@@ -4,7 +4,7 @@
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
pi4j-device
Pi4J :: Device Abstractions
diff --git a/pi4j-distribution/pom.xml b/pi4j-distribution/pom.xml
index 23ec99879..90c042a04 100644
--- a/pi4j-distribution/pom.xml
+++ b/pi4j-distribution/pom.xml
@@ -4,7 +4,7 @@
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
pi4j-distribution
Pi4J :: Distribution
diff --git a/pi4j-example/pom.xml b/pi4j-example/pom.xml
index 5c9bdf625..3848c9bce 100644
--- a/pi4j-example/pom.xml
+++ b/pi4j-example/pom.xml
@@ -10,7 +10,7 @@
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
diff --git a/pi4j-gpio-extension/pom.xml b/pi4j-gpio-extension/pom.xml
index c977a825f..faab4c867 100644
--- a/pi4j-gpio-extension/pom.xml
+++ b/pi4j-gpio-extension/pom.xml
@@ -4,7 +4,7 @@
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
pi4j-gpio-extension
Pi4J :: GPIO Extension
diff --git a/pi4j-native/pom.xml b/pi4j-native/pom.xml
index 5f4269679..49d4f4fcb 100644
--- a/pi4j-native/pom.xml
+++ b/pi4j-native/pom.xml
@@ -10,7 +10,7 @@
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
diff --git a/pom.xml b/pom.xml
index d46661bb6..75fcc2cbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.pi4j
pi4j-parent
- 1.3-SNAPSHOT
+ 1.3
Pi4J :: Parent POM
Parent Maven POM for the Pi4J Project
https://www.pi4j.com
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index aaa5d0bb6..71cea8f93 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -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.3-SNAPSHOT~~}}
+ {{https://oss.sonatype.org/index.html#nexus-search;gav~com.pi4j~pi4j-*~1.4-SNAPSHOT~~}}
To download SNAPSHOT builds in your Maven project, you must include the following repository definition in your POM.XML file.