This is an automated email from the ASF dual-hosted git repository.
jzemerick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/master by this push:
new 3f3249f OPENNLP-1203: Updating new version. (#53)
3f3249f is described below
commit 3f3249fc76705368be24e009943cc57dfaa83ae0
Author: Jeff Zemerick <[email protected]>
AuthorDate: Wed Jul 4 09:55:25 2018 -0400
OPENNLP-1203: Updating new version. (#53)
---
src/main/jbake/content/release.ad | 9 +++++++++
src/main/jbake/jbake.properties | 6 +++---
2 files changed, 12 insertions(+), 3 deletions(-)
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 @@ svn commit --username <username>
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 @@ template.news.file=news.ftl
#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