You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/02/14 15:43:40 UTC

[Myfaces Wiki] Update of "CoreRelease116" by ManfredGeiler

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by ManfredGeiler:
http://wiki.apache.org/myfaces/CoreRelease116

The comment on the change is:
new page

New page:
== Notes on the MyFaces Core 1.1.6 Release ==

 Release manager: ???

== Timeline ==

 * Release process for Core 1.1.6 not yet started
 * Nightly builds are available (see Testing)
 * Proposed release date: 2007-04-01

=== Issues ===

 * [http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10600&fixfor=12312311&fixfor=12312312&resolution=-1&sorter/field=priority&sorter/order=DESC Unresolved Issues]

 * [https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312311&styleName=Text&projectId=10600&Create=Create JIRA Release Notes]

=== Testing ===
[[Anchor(testing)]]

Here's how you can help us test the distribution.

Download a nightly build of the distribution assemblies:
 * http://people.apache.org/builds/myfaces/nightly/

Configure a <repository> for Maven 2:
{{{
        <repository>
           <id>apache.snapshots</id>
           <name>Apache Snapshot Repository</name>
           <url>http://people.apache.org/repo/m2-snapshot-repository</url>
        </repository>
}}}
And declare a dependency on the 1.1.6 snapshots:
{{{
        <dependency>
            <groupId>org.apache.myfaces.core</groupId>
            <artifactId>myfaces-api</artifactId>
            <version>1.1.6-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.apache.myfaces.core</groupId>
            <artifactId>myfaces-impl</artifactId>
            <version>1.1.6-SNAPSHOT</version>
        </dependency>}}}

'''Note:''' Maven 2.0.4 will '''not''' download a new version if one is already present in your local repository.  You will need to '''delete''' $M2_REPO/org/apache/myfaces/core to force Maven to download the new version.  (Usually, $M2_REPO is <your home directory>/.m2/repository .)

Test your application, then, let us know the results (good or bad!) on ''dev -at- myfaces.apache.org''.  (You must be subscribed to post. See: http://myfaces.apache.org/mail-lists.html.)

== Tasks ==
[[Anchor(tasks)]]

 
== Proposed Release Announcement ==
[[Anchor(releasenotes)]]
{{{
}}}

== Diary ==
[[Anchor(diary)]]