diff --git a/changelog.adoc b/changelog.adoc
index e7a9690ed..d25046cf2 100644
--- a/changelog.adoc
+++ b/changelog.adoc
@@ -23,6 +23,7 @@ WANTS
Release 2.28.3
--------------
+* 01/23/17 Manual was expanded with specifics of transaction entry
* 01/20/17 Updated to the latest Hibernate and HSQLDB dependencies.
* 01/18/17 Corrected a performance regression loading and saving bxds and zip files introduced in 2.28.0.
* 01/17/17 Updates and corrections to translations. Parts of text for some languages were corrupt due to an editor bug.
diff --git a/jgnash-bayes/pom.xml b/jgnash-bayes/pom.xml
index 6bd5fb755..fcb72bfd6 100644
--- a/jgnash-bayes/pom.xml
+++ b/jgnash-bayes/pom.xml
@@ -5,7 +5,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
4.0.0
jgnash-bayes
diff --git a/jgnash-convert/pom.xml b/jgnash-convert/pom.xml
index 5542758a7..b714f3a9d 100644
--- a/jgnash-convert/pom.xml
+++ b/jgnash-convert/pom.xml
@@ -4,7 +4,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jgnash-convert
diff --git a/jgnash-core/pom.xml b/jgnash-core/pom.xml
index b53af5dc0..cab345f3e 100644
--- a/jgnash-core/pom.xml
+++ b/jgnash-core/pom.xml
@@ -4,7 +4,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jgnash-core
diff --git a/jgnash-fx-test-plugin/pom.xml b/jgnash-fx-test-plugin/pom.xml
index 84e87796b..6159eacda 100644
--- a/jgnash-fx-test-plugin/pom.xml
+++ b/jgnash-fx-test-plugin/pom.xml
@@ -5,7 +5,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
4.0.0
jgnash-fx-test-plugin
diff --git a/jgnash-fx/pom.xml b/jgnash-fx/pom.xml
index 6385cdfc7..8d29eec70 100644
--- a/jgnash-fx/pom.xml
+++ b/jgnash-fx/pom.xml
@@ -5,7 +5,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
4.0.0
diff --git a/jgnash-help/pom.xml b/jgnash-help/pom.xml
index 6cc683fce..0780c5153 100644
--- a/jgnash-help/pom.xml
+++ b/jgnash-help/pom.xml
@@ -5,7 +5,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jgnash-help
diff --git a/jgnash-help/sample.bxds b/jgnash-help/sample.bxds
index 7a205ee9e..19292fb09 100644
Binary files a/jgnash-help/sample.bxds and b/jgnash-help/sample.bxds differ
diff --git a/jgnash-plugin/pom.xml b/jgnash-plugin/pom.xml
index 6d2af0a03..a40ae3b86 100644
--- a/jgnash-plugin/pom.xml
+++ b/jgnash-plugin/pom.xml
@@ -5,7 +5,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
4.0.0
jgnash-plugin
diff --git a/jgnash-report-core/pom.xml b/jgnash-report-core/pom.xml
index 1de691e93..656595a14 100644
--- a/jgnash-report-core/pom.xml
+++ b/jgnash-report-core/pom.xml
@@ -6,7 +6,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jgnash-report-core
diff --git a/jgnash-resources/pom.xml b/jgnash-resources/pom.xml
index cdb6bbf46..c9aacaf86 100644
--- a/jgnash-resources/pom.xml
+++ b/jgnash-resources/pom.xml
@@ -5,7 +5,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jgnash-resources
diff --git a/jgnash-resources/src/main/resources/jgnash/resource/resource_en.properties b/jgnash-resources/src/main/resources/jgnash/resource/resource_en.properties
index 12e06c16d..7860af0d1 100644
--- a/jgnash-resources/src/main/resources/jgnash/resource/resource_en.properties
+++ b/jgnash-resources/src/main/resources/jgnash/resource/resource_en.properties
@@ -252,6 +252,7 @@ DataStoreType.H2 = H2 Relational Database
DataStoreType.HSQL = HyperSQL Relational Database
DataStoreType.XML = XML File
+Item.Address=Address
Label.AccentColor = Accent Color:
Label.Account = Account:
Label.AccountCode = Account Code:
diff --git a/jgnash-resources/src/main/resources/jgnash/resource/resource_en_GB.properties b/jgnash-resources/src/main/resources/jgnash/resource/resource_en_GB.properties
index b48eadf6b..ea4242638 100644
--- a/jgnash-resources/src/main/resources/jgnash/resource/resource_en_GB.properties
+++ b/jgnash-resources/src/main/resources/jgnash/resource/resource_en_GB.properties
@@ -252,6 +252,7 @@ DataStoreType.H2 = H2 Relational Database
DataStoreType.HSQL = HyperSQL Relational Database
DataStoreType.XML = XML File
+Item.Address=Address
Label.AccentColor = Accent Colour:
Label.Account = Account:
Label.AccountCode = Account Code:
diff --git a/jgnash-swing/pom.xml b/jgnash-swing/pom.xml
index a877ecd83..fe045b05e 100644
--- a/jgnash-swing/pom.xml
+++ b/jgnash-swing/pom.xml
@@ -4,7 +4,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jgnash-swing
diff --git a/jidesoft/pom.xml b/jidesoft/pom.xml
index 5c2cb0c0c..5b2afad4f 100644
--- a/jidesoft/pom.xml
+++ b/jidesoft/pom.xml
@@ -4,7 +4,7 @@
jgnash2
jgnash
- 2.28.2
+ 2.28.3
jidesoft
JIDE Software
diff --git a/mt940/pom.xml b/mt940/pom.xml
index 2b4018240..5b8fa4efc 100644
--- a/mt940/pom.xml
+++ b/mt940/pom.xml
@@ -4,7 +4,7 @@
jgnash
jgnash2
- 2.28.2
+ 2.28.3
mt940
diff --git a/pom.xml b/pom.xml
index 13d6a5208..d2d502d62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
jgnash
jgnash2
- 2.28.2
+ 2.28.3
pom
jGnash