Chas,

Make sure you have: 1.1-SNAPSHOT as the version and you have
http://scala-tools.org/repo-snapshots defined in the repository
section.

Cheers, Tim

On Apr 2, 6:59 am, "Charles F. Munat" <c...@munat.com> wrote:
> 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to