If I want to use the MenuWidget, what is the current version I should 
have in my pom.xml (for both the latest and greatest lift, and the 
latest widgets). Currently, I have this:

     <dependency>
       <groupId>net.liftweb</groupId>
       <artifactId>lift-webkit</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>net.liftweb</groupId>
       <artifactId>lift-widgets</artifactId>
       <version>1.0</version>
     </dependency>

When I try changing to 1.1-SNAPSHOT, I get this:

[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: net.liftweb
ArtifactId: lift
Version: 1.1-SNAPSHOT

Reason: Unable to download the artifact from any repository

   net.liftweb:lift:pom:1.1-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   scala-tools.org (http://scala-tools.org/repo-releases)

Do I have to build this myself? Or is something wrong in my pom.xml?

Thanks!

Chas.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to