This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nutch-site.git
commit e53d077130f498ab54976d38809584ba5c338181 Author: Sebastian Nagel <[email protected]> AuthorDate: Tue Feb 17 13:06:26 2026 +0100 Update site for release of Nutch 1.22 --- config.toml | 2 +- content/doap.rdf | 7 +++++++ content/news/nutch-1.22-release.md | 19 +++++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8f7a5487..62c75203 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,7 @@ unsafe = true # allow raw HTML in markdown content github = "https://github.com/apache/nutch" twitter = "@ApacheNutch" email = "[email protected]" - nutchVersion = "1.21" + nutchVersion = "1.22" [[menu.main]] name = "Community" diff --git a/content/doap.rdf b/content/doap.rdf index 81a5c909..4f82b362 100644 --- a/content/doap.rdf +++ b/content/doap.rdf @@ -34,6 +34,13 @@ <download-page rdf:resource="https://www.apache.org/dyn/closer.cgi/nutch/" /> <programming-language>Java</programming-language> <category rdf:resource="http://projects.apache.org/category/web-framework" /> + <release> + <Version> + <name>Apache Nutch 1.22</name> + <created>2026-02-12</created> + <revision>1.22</revision> + </Version> + </release> <release> <Version> <name>Apache Nutch 1.21</name> diff --git a/content/news/nutch-1.22-release.md b/content/news/nutch-1.22-release.md new file mode 100644 index 00000000..bd2cba48 --- /dev/null +++ b/content/news/nutch-1.22-release.md @@ -0,0 +1,19 @@ ++++ +date = "2026-02-17" +title = "Nutch 1.22 Release" +tags = ["1.22","release"] +categories = ["releases"] +draft = false +description = "17 February 2026 – Apache Nutch 1.22 released" +weight = 10 ++++ + +The <a href="https://projects.apache.org/committee.html?nutch" target="_blank">Apache Nutch PMC</a> are pleased to announce the immediate release of **Apache Nutch v1.22**, we advise all current users and developers of the 1.X series to upgrade to this release. + +<div id="action-buttons"> + <a class="button primary big" href="/download" onclick="_gaq.push(['_trackEvent', 'kube', 'download']);">Download Nutch 1.22</a> +</div> + +You may also be interested in the <a href="https://s.apache.org/1ip89 " target="_blank">1.22 release report</a>. + +In the 1.X series, release artifacts are made available as both source and binary and also available within <a href="https://search.maven.org/search?q=g:org.apache.nutch%20AND%20a:nutch%20AND%20v:1.22" target="_blank">Maven Central</a>.
