This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/roller-website.git
commit 2bc60ae33232e5e870cd67805ba155d7acf0ccbe Author: Dave Johnson <[email protected]> AuthorDate: Wed Dec 25 11:52:43 2019 -0400 Roller 6 release. --- sources/pom.xml | 4 ++-- sources/src/main/jbake/content/downloads/downloads.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/pom.xml b/sources/pom.xml index 2aa555d..4f60f14 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -2,8 +2,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>br.com.ingenieux</groupId> - <artifactId>ingenieux-docs</artifactId> + <groupId>org.apache.roller</groupId> + <artifactId>roller-website</artifactId> <version>1.0-SNAPSHOT</version> <build> diff --git a/sources/src/main/jbake/content/downloads/downloads.md b/sources/src/main/jbake/content/downloads/downloads.md index 9cfc85e..76283f3 100644 --- a/sources/src/main/jbake/content/downloads/downloads.md +++ b/sources/src/main/jbake/content/downloads/downloads.md @@ -8,7 +8,7 @@ type=page Releases of the Apache Roller blog server are made available to the general public at no charge, under the <a href="http://apache.org/licenses/">Apache License,</a> in both binary and source distributions. ### General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em> -__<a href="http://www.apache.org/dyn/closer.cgi/roller/roller-5.2/v5.2.4/">Roller 5.2.4</a> ("best available")__ +__<a href="http://www.apache.org/dyn/closer.cgi/roller/roller-6/v6.0.0/">Roller 6.0.0</a> ("best available")__ Previous source and binary distributions, including documentation, are available in the <a class="external" href="http://archive.apache.org/dist/roller/">Apache archives</a>.
