Repository: opennlp-site Updated Branches: refs/heads/master aa047a4dc -> 09e2725a6
Update site for 1.8.0 release Project: http://git-wip-us.apache.org/repos/asf/opennlp-site/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp-site/commit/09e2725a Tree: http://git-wip-us.apache.org/repos/asf/opennlp-site/tree/09e2725a Diff: http://git-wip-us.apache.org/repos/asf/opennlp-site/diff/09e2725a Branch: refs/heads/master Commit: 09e2725a6aca46e97b6f2880161506720cb15d2d Parents: aa047a4 Author: Jörn Kottmann <[email protected]> Authored: Fri May 19 00:03:58 2017 +0200 Committer: Jörn Kottmann <[email protected]> Committed: Fri May 19 00:25:22 2017 +0200 ---------------------------------------------------------------------- pom.xml | 39 +++++++++++++++++++++++++++++ src/main/jbake/assets/doap_opennlp.rdf | 6 ++--- src/main/jbake/content/docs/index.ad | 12 ++++----- 3 files changed, 48 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/09e2725a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index abb9cb9..e8c2610 100644 --- a/pom.xml +++ b/pom.xml @@ -172,6 +172,45 @@ <outputDirectory>${project.build.directory}/opennlp-site/docs/1.7.2/apidocs/opennlp-uima</outputDirectory> </artifactItem> <!-- End of 1.7.2 --> + + <!-- Start of 1.8.0 --> + <artifactItem> + <groupId>org.apache.opennlp</groupId> + <artifactId>opennlp-tools</artifactId> + <version>1.8.0</version> + <type>jar</type> + <classifier>javadoc</classifier> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/opennlp-site/docs/1.8.0/apidocs/opennlp-tools</outputDirectory> + </artifactItem> + <artifactItem> + <groupId>org.apache.opennlp</groupId> + <artifactId>opennlp-brat-annotator</artifactId> + <version>1.8.0</version> + <type>jar</type> + <classifier>javadoc</classifier> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/opennlp-site/docs/1.8.0/apidocs/opennlp-brat-annotator</outputDirectory> + </artifactItem> + <artifactItem> + <groupId>org.apache.opennlp</groupId> + <artifactId>opennlp-morfologik-addon</artifactId> + <version>1.8.0</version> + <type>jar</type> + <classifier>javadoc</classifier> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/opennlp-site/docs/1.8.0/apidocs/opennlp-morfologik-addon</outputDirectory> + </artifactItem> + <artifactItem> + <groupId>org.apache.opennlp</groupId> + <artifactId>opennlp-uima</artifactId> + <version>1.8.0</version> + <type>jar</type> + <classifier>javadoc</classifier> + <overWrite>false</overWrite> + <outputDirectory>${project.build.directory}/opennlp-site/docs/1.8.0/apidocs/opennlp-uima</outputDirectory> + </artifactItem> + <!-- End of 1.8.0 --> </artifactItems> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/09e2725a/src/main/jbake/assets/doap_opennlp.rdf ---------------------------------------------------------------------- diff --git a/src/main/jbake/assets/doap_opennlp.rdf b/src/main/jbake/assets/doap_opennlp.rdf index 4c70913..267d8a9 100644 --- a/src/main/jbake/assets/doap_opennlp.rdf +++ b/src/main/jbake/assets/doap_opennlp.rdf @@ -36,9 +36,9 @@ <category rdf:resource="http://projects.apache.org/category/library" /> <release> <Version> - <name>Apache OpenNLP 1.7.2</name> - <created>2017-02-04</created> - <revision>1.7.2</revision> + <name>Apache OpenNLP 1.8.0</name> + <created>2017-05-18</created> + <revision>1.8.0</revision> </Version> </release> <repository> http://git-wip-us.apache.org/repos/asf/opennlp-site/blob/09e2725a/src/main/jbake/content/docs/index.ad ---------------------------------------------------------------------- diff --git a/src/main/jbake/content/docs/index.ad b/src/main/jbake/content/docs/index.ad index 3eae9e8..358e7f6 100755 --- a/src/main/jbake/content/docs/index.ad +++ b/src/main/jbake/content/docs/index.ad @@ -25,12 +25,12 @@ There exists a manual and Javadoc API documentation for Apache OpenNLP. The manual explains how the various OpenNLP components can be used and trained. -### Apache OpenNLP 1.7.2 documentation +### Apache OpenNLP 1.8.0 documentation -* link:/docs/1.7.2/manual/opennlp.html[Apache OpenNLP Manual] -* link:/docs/1.7.2/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] -* link:/docs/1.7.2/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] -* link:/docs/1.7.2/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc] -* link:/docs/1.7.2/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] +* link:/docs/1.8.0/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.8.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.8.0/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] +* link:/docs/1.8.0/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc] +* link:/docs/1.8.0/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] Note: All the documentation is also included in the binary distribution.
