OPENNLP-1203: Updating new version. (#53)

diff --git a/src/main/jbake/content/release.ad b/src/main/jbake/content/release.ad
index 31493c3..1d794bf 100644
--- a/src/main/jbake/content/release.ad
+++ b/src/main/jbake/content/release.ad
@@ -143,6 +143,15 @@
 
 Update the website once the new version appears in the Apache download mirrors (keep checking http://www.apache.org/dyn/closer.cgi/opennlp until you see something):
 
+#### Update jbake.properties
+
+Update the `jbake.properties` file to include the new version numbers:
+
+```
+opennlp.version=
+opennlp.next.version=
+```
+
 #### Add New Artifact Item
 
 Add a new artifactItem in the pom.xml for the new OpenNLP release. (This automatically pulls in the details and javadocs for the new version when the site is built.):
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index aec3167..77e10d7 100755
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -13,7 +13,7 @@
 #   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #   KIND, either express or implied.  See the License for the
 #   specific language governing permissions and limitations
-#   under the License.    
+#   under the License.
 
 template.folder=templates
 content.folder=content
@@ -32,5 +32,5 @@
 #db.store=local
 asciidoctor.attributes.export=true
 asciidoctor.attributes.export.prefix=
-opennlp.version=1.8.4
-opennlp.next.version=1.8.5-SNAPSHOT
+opennlp.version=1.9.0
+opennlp.next.version=1.9.1-SNAPSHOT