That's really weird. The version in Git uses 1.0. I just used this command:
mvn archetype:generate -DarchetypeRepository= http://scala-tools.org/repo-snapshots-DarchetypeArtifactId=lift-archetype-jpa-basic -DarchetypeVersion=1.1-SNAPSHOT -DgroupId=com.foo.jpaweb -DartifactId=JPADemo -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=net.liftweb And I'm getting Lift 1.0: <dependency> <groupId>net.liftweb</groupId> <artifactId>lift-webkit</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>net.liftweb</groupId> <artifactId>lift-util</artifactId> <version>1.0</version> </dependency> Can you give me the exact command line you used? Have you built Lift locally, or are you just pulling from the repo? Derek On Thu, Apr 30, 2009 at 6:45 AM, TSP <tim.pig...@optrak.co.uk> wrote: > > I'm a bit confused about whether the examples in JPA chapter are using > lift 1.1 snapshot or 1.0 which may be due to my lack of maven > experience but > DarchetypeArtifactId=lift-archetype-jpa-basic \ > -DarchetypeVersion=1.1-SNAPSHOT \ > -DgroupId=com.foo.jpaweb \ > -DartifactId=JPADemo \ > -Dversion=1.0-SNAPSHOT > > when run previously was producing a pom with > <dependency> > <groupId>net.liftweb</groupId> > <artifactId>lift-webkit</artifactId> > <version>1.0</version> > </dependency> > > but now my pom has > <dependency> > <groupId>net.liftweb</groupId> > <artifactId>lift-webkit</artifactId> > <version>1.1-SNAPSHOT</version> > </dependency> > > so it would seem I'm using 1.1 now. But 1.1 is still far from finished > I thought. > Is this all intentional? > Tim > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---