Marc,
Thanks for reporting. Have fixed in master, give it a try in half an
hour or so after hudson is done with the build.
Cheers, Indrajit
On 18/01/10 2:58 PM, Marc wrote:
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 [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.