Hi,

I tried to switch a 1.1-SNAPSHOT project to 2.0-SNAPSHOT. I did this
by changing the following:

    <dependency>
      <groupId>net.liftweb</groupId>
      <artifactId>lift-mapper</artifactId>
      <version>1.1-SNAPSHOT</version>
    </dependency>

to

    <dependency>
      <groupId>net.liftweb</groupId>
      <artifactId>lift-mapper</artifactId>
      <version>2.0-SNAPSHOT</version>
    </dependency>

and then did

  mvn -U clean install

but I get this error:

...
[INFO] Unable to find resource 'net.liftweb:lift:pom:2.0-SNAPSHOT' in
repository scala-tools.snapshots (http://scala-tools.org/repo-
snapshots)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:framework:pom:null

Reason: Cannot find parent: net.liftweb:lift for project:
null:framework:pom:null for project null:framework:pom:null

Any ideas why this might not be working?

Thanks,
Marc.
-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@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