commit e1501130fe289b2275eefcf3eb73c051383f99b6 Author: Mauro Talevi <mauro.tal...@aquilonia.org> AuthorDate: Fri, 22 May 2015 14:30:51 +0200 Commit: Mauro Talevi <mauro.tal...@aquilonia.org> CommitDate: Fri, 22 May 2015 14:30:51 +0200
JBEHAVE-1081: Updated conf and docs post migration from Codehaus. diff --git a/README.md b/README.md index 3f1806d..e166434 100755 --- a/README.md +++ b/README.md @@ -2,13 +2,12 @@ # JBehave Site -JBehave Site contains the static web site content of [jbehave.org](http://jbehave.org) as well as resources used by other JBehave projects, notably Core and Web. +JBehave Site contains the static web site content of [jbehave.org](http://jbehave.org) as well as resources used by other JBehave projects, notably Core, Web and Eclipse. ## Contributing and Developing -Please report issues, feature requests on the Codehaus [issue -tracker](http://jira.codehaus.org/browse/JBEHAVE) or discuss them on the -[dev mail-list](http://xircles.codehaus.org/lists/d...@jbehave.codehaus.org). +Please report issues, feature requests on JIRA [issue tracker](http://jbehave.org/issue-tracking.html) or discuss them on the +[dev mailing list](http://jbehave.org/mailing-lists.html). Keep an eye on the [Travis Continuous Integration](http://travis-ci.org/jbehave/jbehave) server for JBehave builds. diff --git a/pom.xml b/pom.xml index ea59eed..38c444e 100644 --- a/pom.xml +++ b/pom.xml @@ -74,15 +74,15 @@ <licenses> <license> <name>BSD license</name> - <url>http://git.codehaus.org/gitweb.cgi?p=jbehave-core.git;a=blob_plain;f=LICENSE.txt;hb=HEAD</url> + <url>https://github.com/jbehave/jbehave-core/blob/master/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> - <connection>scm:git:git://git.codehaus.org/jbehave-site.git</connection> - <developerConnection>scm:git:ssh://g...@git.codehaus.org/jbehave-site.git</developerConnection> - <url>http://git.codehaus.org/gitweb.cgi?p=jbehave-site.git</url> + <connection>scm:git:git://github.com/jbehave/jbehave-site.git</connection> + <developerConnection>scm:git:ssh://g...@github.com/jbehave/jbehave-site.git</developerConnection> + <url>https://github.com/jbehave/jbehave-site</url> <tag>HEAD</tag> </scm> diff --git a/site-frontend/src/site/content/download.html b/site-frontend/src/site/content/download.html index d85f588..84cbaea 100755 --- a/site-frontend/src/site/content/download.html +++ b/site-frontend/src/site/content/download.html @@ -51,8 +51,8 @@ downloaded.</p> </tr> </table> -<p>Alternatively, users can chose the version to download from <a href="https://nexus.codehaus.org/content/repositories/releases/org/jbehave/jbehave-distribution">Core Distribution</a> -or <a href="https://nexus.codehaus.org/content/repositories/releases/org/jbehave/web/jbehave-web-distribution">Web Distribution</a>.</p> +<p>Alternatively, users can chose the version to download from <a href="https://oss.sonatype.org/content/repositories/releases/org/jbehave/jbehave-distribution">Core Distribution</a> +or <a href="https://oss.sonatype.org/content/repositories/releases/org/jbehave/web/jbehave-web-distribution">Web Distribution</a>.</p> <h3>Eclipse Plugin</h3> @@ -61,9 +61,9 @@ or <a href="https://nexus.codehaus.org/content/repositories/releases/org/jbehave <h2>Snapshots</h2> <ul> -<li><a href="https://nexus.codehaus.org/content/repositories/snapshots/org/jbehave/jbehave-distribution">Core Distribution</a></li> -<li><a href="https://nexus.codehaus.org/content/repositories/snapshots/org/jbehave/web/jbehave-web-distribution">Web Distribution</a></li> -<li><a href="https://nexus.codehaus.org/content/repositories/snapshots/org/jbehave/eclipse/org.jbehave.eclipse.repository">Eclipse Repository</a></li> +<li><a href="https://oss.sonatype.org/content/repositories/snapshots/org/jbehave/jbehave-distribution">Core Distribution</a></li> +<li><a href="https://oss.sonatype.org/content/repositories/snapshots/org/jbehave/web/jbehave-web-distribution">Web Distribution</a></li> +<li><a href="https://oss.sonatype.org/content/repositories/snapshots/org/jbehave/eclipse/org.jbehave.eclipse.repository">Eclipse Repository</a></li> </ul> <div class="clear"> diff --git a/site-frontend/src/site/content/how-to-contribute.html b/site-frontend/src/site/content/how-to-contribute.html index 35fa90a..046fa3e 100755 --- a/site-frontend/src/site/content/how-to-contribute.html +++ b/site-frontend/src/site/content/how-to-contribute.html @@ -14,7 +14,7 @@ <p>To propose a contribution: </p> <ol> -<li>Open a new issue on <a href="http://jira.codehaus.org/browse/JBEHAVE">JIRA</a> (a Codehaus login can be created at <a href="http://xircles.codehaus.org/projects/jbehave">Xircles</a>).</li> +<li>Open a <a href="issue-tracking.html">new issue</a>.</li> <li>Clone the <a href="http://github.com/jbehave"> GitHub repo</a> of the appropriate project.</li> <li>Commit your proposed changes to your cloned repo, using the issue number that you created above in the commit message, i.e. start all commits with "JBEHAVE-xxx:".</li> <li>Update the issue with the links to the commits you made, which can be easily fetched and cherry-picked using git.</li> @@ -30,7 +30,7 @@ where you can get the full benefit of the experience of the JBehave community. <p>To report an issue:</p> <ol> -<li>Open a new issue on <a href="http://jira.codehaus.org/browse/JBEHAVE">JIRA</a>.</li> +<li>Open a <a href="issue-tracking.html">new issue</a>.</li> <li>Provide a <b>self-contained sample project that reproduces your behaviour via command-line</b> - preferably using Maven but other systems are fine too.</li> <li>The sample project should be sharable either in an archive form (jar, tar, zip) or - preferably - via your own <a href="http://github.com">GitHub</a> repo.</li> </ol> diff --git a/site-frontend/src/site/content/issue-tracking.html b/site-frontend/src/site/content/issue-tracking.html index ed8258d..56f7254 100755 --- a/site-frontend/src/site/content/issue-tracking.html +++ b/site-frontend/src/site/content/issue-tracking.html @@ -9,9 +9,9 @@ <h2>JIRA</h2> -<p>JBehave uses <a href="http://jira.codehaus.org/browse/JBEHAVE">JIRA</a> as issue tracking and planning tool.</p> +<p>JBehave uses <a href="http://jbehave.atlassian.net/browse/JBEHAVE">JIRA</a> as issue tracking and planning tool.</p> -<p>To access JIRA, a Codehaus login needs to be created at <a href="http://xircles.codehaus.org/projects/jbehave">Xircles</a>.</p> +<p>To access JIRA, an Atlassian Cloud account needs to be created.</p> <p>We welcome user input in driving our development priorities. You can suggest new features or enhancements to an existing ones.</p> diff --git a/site-frontend/src/site/content/mailing-lists.html b/site-frontend/src/site/content/mailing-lists.html index a1c1787..028e7c0 100755 --- a/site-frontend/src/site/content/mailing-lists.html +++ b/site-frontend/src/site/content/mailing-lists.html @@ -6,10 +6,14 @@ <h2>Mailing Lists</h2> -<p>Due to massive abuse by spammers the subscriptions is centralized -for email lists of all projects hosted on Codehaus. Users need to register -and <a href="http://xircles.codehaus.org/manage_email">manage email</a> -subscriptions.</p> +<p>Goggle Groups lists:</p> + +<ul> + <li><a href="https://groups.google.com/forum/#!forum/jbehave-announce">https://groups.google.com/forum/#!forum/jbehave-announce</a></li> + <li><a href="https://groups.google.com/forum/#!forum/jbehave-dev">https://groups.google.com/forum/#!forum/jbehave-dev</a></li> + <li><a href="https://groups.google.com/forum/#!forum/jbehave-scm">https://groups.google.com/forum/#!forum/jbehave-scm</a></li> + <li><a href="https://groups.google.com/forum/#!forum/jbehave-user">https://groups.google.com/forum/#!forum/jbehave-user</a></li> +</ul> <h2>Using news.gmane.org</h2> @@ -28,6 +32,7 @@ for browsing and searching mailing list posts. JBehave's groups are:</p> </ul> <ul> <li><a href="http://www.mail-archive.com/dev@jbehave.codehaus.org/">d...@jbehave.codehaus.org</a></li> + <li><a href="http://www.mail-archive.com/scm@jbehave.codehaus.org/">scm@jbehave.codehaus.org</a></li> <li><a href="http://www.mail-archive.com/user@jbehave.codehaus.org/">u...@jbehave.codehaus.org</a></li> </ul>