2009/8/11 Curtiss Howard <[email protected]> > On Tue, Aug 11, 2009 at 12:17 PM, Leonardo Uribe<[email protected]> wrote: > > Hi > > > > Myfaces core 2.0 now uses shared-impl-4.0.1. This is specific for version > > 2.0, so you can change the renderers directly on that package. > > > > regards > > > > Leonardo Uribe > > > > That's not what it looks like to me: > > <groupId>org.apache.myfaces.shared</groupId> > <artifactId>myfaces-shared-project</artifactId> > <packaging>pom</packaging> > <name>Apache MyFaces Shared For JSF 2.0 - Project</name> > <version>4.0.1-SNAPSHOT</version> > . > . > . > <dependency> > <groupId>org.apache.myfaces.core</groupId> > <artifactId>myfaces-api</artifactId> > <version>1.2.0</version> > <scope>provided</scope> > </dependency> > > Perhaps I should update the POM to depend on 2.0 as well? Let me know. >
Yes, change it please to 2.0.0-SNAPSHOT. There is no problem, maybe I forget to do that when I create the branch, because I had to put compiled artifacts of myfaces-api 2.0.0-SNAPSHOT on people.apache.org snapshots repo before apply this change. > > Thanks, > > > Curtiss Howard >
