diff --git a/archetypes/lift-archetype-basic/pom.xml b/archetypes/lift-archetype-basic/pom.xml index 44f96c583b..3539326aa5 100644 --- a/archetypes/lift-archetype-basic/pom.xml +++ b/archetypes/lift-archetype-basic/pom.xml @@ -24,7 +24,7 @@ net.liftweb archetypes_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-archetype-basic_2.8.0 maven-archetype diff --git a/archetypes/lift-archetype-blank/pom.xml b/archetypes/lift-archetype-blank/pom.xml index a936152ec4..c77a0fdcf3 100644 --- a/archetypes/lift-archetype-blank/pom.xml +++ b/archetypes/lift-archetype-blank/pom.xml @@ -24,7 +24,7 @@ net.liftweb archetypes_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-archetype-blank_2.8.0 maven-archetype diff --git a/archetypes/lift-archetype-jpa-basic/pom.xml b/archetypes/lift-archetype-jpa-basic/pom.xml index 17dfcbc286..8c31861799 100644 --- a/archetypes/lift-archetype-jpa-basic/pom.xml +++ b/archetypes/lift-archetype-jpa-basic/pom.xml @@ -24,7 +24,7 @@ net.liftweb archetypes_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-archetype-jpa-basic_2.8.0 maven-archetype diff --git a/archetypes/lift-archetype-jpa-blank-single/pom.xml b/archetypes/lift-archetype-jpa-blank-single/pom.xml index d61824a2c4..9d3d3dab9f 100644 --- a/archetypes/lift-archetype-jpa-blank-single/pom.xml +++ b/archetypes/lift-archetype-jpa-blank-single/pom.xml @@ -24,7 +24,7 @@ net.liftweb archetypes_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-archetype-jpa-blank-single_2.8.0 maven-archetype diff --git a/archetypes/lift-archetype-jpa-blank/pom.xml b/archetypes/lift-archetype-jpa-blank/pom.xml index f99cd17d3e..050c750dbc 100644 --- a/archetypes/lift-archetype-jpa-blank/pom.xml +++ b/archetypes/lift-archetype-jpa-blank/pom.xml @@ -24,7 +24,7 @@ net.liftweb archetypes_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-archetype-jpa-blank_2.8.0 maven-archetype diff --git a/archetypes/lift-archetype-sbt/pom.xml b/archetypes/lift-archetype-sbt/pom.xml index 7a402b3c75..3bf062238b 100644 --- a/archetypes/lift-archetype-sbt/pom.xml +++ b/archetypes/lift-archetype-sbt/pom.xml @@ -24,7 +24,7 @@ net.liftweb archetypes_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-archetype-sbt_2.8.0 maven-archetype diff --git a/archetypes/pom.xml b/archetypes/pom.xml index a5df995d5a..ea9aba4fad 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -36,7 +36,7 @@ net.liftweb lift-parent_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 ../resources/lift-parent/pom.xml archetypes_2.8.0 diff --git a/examples/JPADemo/JPADemo-spa/pom.xml b/examples/JPADemo/JPADemo-spa/pom.xml index 760f344f92..3173efce38 100644 --- a/examples/JPADemo/JPADemo-spa/pom.xml +++ b/examples/JPADemo/JPADemo-spa/pom.xml @@ -5,7 +5,7 @@ net.liftweb JPADemo-Master_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 JPADemo-spa_2.8.0 diff --git a/examples/JPADemo/JPADemo-web/pom.xml b/examples/JPADemo/JPADemo-web/pom.xml index 595606c4fa..fd1a6e0137 100644 --- a/examples/JPADemo/JPADemo-web/pom.xml +++ b/examples/JPADemo/JPADemo-web/pom.xml @@ -4,7 +4,7 @@ net.liftweb JPADemo-Master_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 JPADemo-web_2.8.0 diff --git a/examples/JPADemo/pom.xml b/examples/JPADemo/pom.xml index fadf611301..1a67a63d9b 100644 --- a/examples/JPADemo/pom.xml +++ b/examples/JPADemo/pom.xml @@ -5,7 +5,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 JPADemo-Master_2.8.0 diff --git a/examples/example/pom.xml b/examples/example/pom.xml index 9f98f35593..e48dc0608b 100644 --- a/examples/example/pom.xml +++ b/examples/example/pom.xml @@ -5,7 +5,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-example_2.8.0 diff --git a/examples/examples-osgi/hello/hello.composite b/examples/examples-osgi/hello/hello.composite index 79cba69247..c0d93278a1 100644 --- a/examples/examples-osgi/hello/hello.composite +++ b/examples/examples-osgi/hello/hello.composite @@ -15,10 +15,10 @@ scan-bundle:mvn:org.ops4j.pax.swissbox/pax-swissbox-extender/1.2.0 scan-bundle:mvn:org.ops4j.pax.swissbox/pax-swissbox-lifecycle/1.2.0 scan-bundle:mvn:org.ops4j.base/ops4j-base-lang/1.2.1 -scan-bundle:mvn:net.liftweb/lift-actor/2.2-SNAPSHOT@update -scan-bundle:mvn:net.liftweb/lift-common/2.2-SNAPSHOT@update -scan-bundle:mvn:net.liftweb/lift-json/2.2-SNAPSHOT@update -scan-bundle:mvn:net.liftweb/lift-osgi/2.2-SNAPSHOT@update -scan-bundle:mvn:net.liftweb/lift-util/2.2-SNAPSHOT@update -scan-bundle:mvn:net.liftweb/lift-webkit/2.2-SNAPSHOT@update -scan-bundle:mvn:net.liftweb/examples-osgi-hello/2.2-SNAPSHOT@update +scan-bundle:mvn:net.liftweb/lift-actor/2.2-M1@update +scan-bundle:mvn:net.liftweb/lift-common/2.2-M1@update +scan-bundle:mvn:net.liftweb/lift-json/2.2-M1@update +scan-bundle:mvn:net.liftweb/lift-osgi/2.2-M1@update +scan-bundle:mvn:net.liftweb/lift-util/2.2-M1@update +scan-bundle:mvn:net.liftweb/lift-webkit/2.2-M1@update +scan-bundle:mvn:net.liftweb/examples-osgi-hello/2.2-M1@update diff --git a/examples/examples-osgi/hello/pom.xml b/examples/examples-osgi/hello/pom.xml index 1a9b56deef..35ba0c0e5b 100644 --- a/examples/examples-osgi/hello/pom.xml +++ b/examples/examples-osgi/hello/pom.xml @@ -6,7 +6,7 @@ net.liftweb examples-osgi_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 examples-osgi-hello_2.8.0 diff --git a/examples/examples-osgi/pom.xml b/examples/examples-osgi/pom.xml index 783d82f07d..8253fe4660 100644 --- a/examples/examples-osgi/pom.xml +++ b/examples/examples-osgi/pom.xml @@ -6,7 +6,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 examples-osgi_2.8.0 diff --git a/examples/flotDemo/pom.xml b/examples/flotDemo/pom.xml index a27ecb316f..54e3a0f9e4 100755 --- a/examples/flotDemo/pom.xml +++ b/examples/flotDemo/pom.xml @@ -4,7 +4,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-flot-demo_2.8.0 diff --git a/examples/hellodarwin/pom.xml b/examples/hellodarwin/pom.xml index 0e1cb2be0f..b3ef2f85ad 100644 --- a/examples/hellodarwin/pom.xml +++ b/examples/hellodarwin/pom.xml @@ -5,7 +5,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 hellodarwin_2.8.0 diff --git a/examples/hellofbc/pom.xml b/examples/hellofbc/pom.xml index 56af99fe29..22542a3fb9 100644 --- a/examples/hellofbc/pom.xml +++ b/examples/hellofbc/pom.xml @@ -4,7 +4,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-hellofbc_2.8.0 diff --git a/examples/hellolift/pom.xml b/examples/hellolift/pom.xml index 09bc565443..238e766f3b 100644 --- a/examples/hellolift/pom.xml +++ b/examples/hellolift/pom.xml @@ -4,7 +4,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-hellolift_2.8.0 diff --git a/examples/helloscalate/pom.xml b/examples/helloscalate/pom.xml index a2b3405fdf..3b2624f942 100644 --- a/examples/helloscalate/pom.xml +++ b/examples/helloscalate/pom.xml @@ -4,7 +4,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-hello-scalate_2.8.0 diff --git a/examples/http-authentication/pom.xml b/examples/http-authentication/pom.xml index 35d940a5ab..2974ad891b 100644 --- a/examples/http-authentication/pom.xml +++ b/examples/http-authentication/pom.xml @@ -4,7 +4,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 http-authentication_2.8.0 diff --git a/examples/pom.xml b/examples/pom.xml index f2e3e2587d..dc0843b24b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -36,7 +36,7 @@ net.liftweb lift-parent_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 ../resources/lift-parent/pom.xml examples_2.8.0 diff --git a/examples/skittr/pom.xml b/examples/skittr/pom.xml index 109c41c232..0ce4d54152 100644 --- a/examples/skittr/pom.xml +++ b/examples/skittr/pom.xml @@ -4,7 +4,7 @@ net.liftweb examples_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 skittr-example_2.8.0 diff --git a/framework/lift-base/lift-actor/pom.xml b/framework/lift-base/lift-actor/pom.xml index 213b50ac25..9114a88c2e 100644 --- a/framework/lift-base/lift-actor/pom.xml +++ b/framework/lift-base/lift-actor/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-base_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-actor_2.8.0 diff --git a/framework/lift-base/lift-common/pom.xml b/framework/lift-base/lift-common/pom.xml index 3906fcf097..fa76ce8493 100644 --- a/framework/lift-base/lift-common/pom.xml +++ b/framework/lift-base/lift-common/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-base_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-common_2.8.0 diff --git a/framework/lift-base/lift-json-ext/pom.xml b/framework/lift-base/lift-json-ext/pom.xml index 4eb4d7baed..687c618a5b 100644 --- a/framework/lift-base/lift-json-ext/pom.xml +++ b/framework/lift-base/lift-json-ext/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-base_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-json-ext_2.8.0 diff --git a/framework/lift-base/lift-json/pom.xml b/framework/lift-base/lift-json/pom.xml index b7b09947f2..4571ff7ac0 100644 --- a/framework/lift-base/lift-json/pom.xml +++ b/framework/lift-base/lift-json/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-base_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-json_2.8.0 diff --git a/framework/lift-base/lift-json/project/build.properties b/framework/lift-base/lift-json/project/build.properties index 2f2847e0f1..7de2e6171a 100644 --- a/framework/lift-base/lift-json/project/build.properties +++ b/framework/lift-base/lift-json/project/build.properties @@ -3,5 +3,5 @@ project.name=json project.organization=net.liftweb sbt.version=0.7.4 -project.version=2.2-SNAPSHOT +project.version=2.2-M1 build.scala.versions=2.8.0 diff --git a/framework/lift-base/lift-util/pom.xml b/framework/lift-base/lift-util/pom.xml index bff4252bed..f90d843bfd 100644 --- a/framework/lift-base/lift-util/pom.xml +++ b/framework/lift-base/lift-util/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-base_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-util_2.8.0 diff --git a/framework/lift-base/lift-webkit/pom.xml b/framework/lift-base/lift-webkit/pom.xml index da4013e9cb..8d9a8853f1 100644 --- a/framework/lift-base/lift-webkit/pom.xml +++ b/framework/lift-base/lift-webkit/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-base_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-webkit_2.8.0 diff --git a/framework/lift-base/pom.xml b/framework/lift-base/pom.xml index 1c5e00f062..1365fdc5e4 100644 --- a/framework/lift-base/pom.xml +++ b/framework/lift-base/pom.xml @@ -32,7 +32,7 @@ net.liftweb framework_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-base_2.8.0 pom diff --git a/framework/lift-modules/lift-amqp/pom.xml b/framework/lift-modules/lift-amqp/pom.xml index 054d8401df..15bdf0c23a 100644 --- a/framework/lift-modules/lift-amqp/pom.xml +++ b/framework/lift-modules/lift-amqp/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-amqp_2.8.0 diff --git a/framework/lift-modules/lift-facebook/pom.xml b/framework/lift-modules/lift-facebook/pom.xml index f3e722aa49..6c8466ce09 100644 --- a/framework/lift-modules/lift-facebook/pom.xml +++ b/framework/lift-modules/lift-facebook/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-facebook_2.8.0 diff --git a/framework/lift-modules/lift-imaging/pom.xml b/framework/lift-modules/lift-imaging/pom.xml index 8f477b5d91..ff30d5b9b0 100644 --- a/framework/lift-modules/lift-imaging/pom.xml +++ b/framework/lift-modules/lift-imaging/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-imaging_2.8.0 diff --git a/framework/lift-modules/lift-jta/pom.xml b/framework/lift-modules/lift-jta/pom.xml index 1da31bf48b..38c99fb908 100644 --- a/framework/lift-modules/lift-jta/pom.xml +++ b/framework/lift-modules/lift-jta/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-jta_2.8.0 diff --git a/framework/lift-modules/lift-ldap/pom.xml b/framework/lift-modules/lift-ldap/pom.xml index 9c3fc1f20c..84bb5595e4 100644 --- a/framework/lift-modules/lift-ldap/pom.xml +++ b/framework/lift-modules/lift-ldap/pom.xml @@ -25,7 +25,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-ldap_2.8.0 diff --git a/framework/lift-modules/lift-machine/pom.xml b/framework/lift-modules/lift-machine/pom.xml index c1d58b86e6..f29957e247 100644 --- a/framework/lift-modules/lift-machine/pom.xml +++ b/framework/lift-modules/lift-machine/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-machine_2.8.0 diff --git a/framework/lift-modules/lift-oauth-mapper/pom.xml b/framework/lift-modules/lift-oauth-mapper/pom.xml index 23bd5ab764..21c0f78a8d 100644 --- a/framework/lift-modules/lift-oauth-mapper/pom.xml +++ b/framework/lift-modules/lift-oauth-mapper/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-oauth-mapper_2.8.0 diff --git a/framework/lift-modules/lift-oauth/pom.xml b/framework/lift-modules/lift-oauth/pom.xml index 8e3edf9d5d..24e551ceed 100644 --- a/framework/lift-modules/lift-oauth/pom.xml +++ b/framework/lift-modules/lift-oauth/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-oauth_2.8.0 diff --git a/framework/lift-modules/lift-openid/pom.xml b/framework/lift-modules/lift-openid/pom.xml index aad387f2cb..c3f28910d9 100644 --- a/framework/lift-modules/lift-openid/pom.xml +++ b/framework/lift-modules/lift-openid/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-openid_2.8.0 diff --git a/framework/lift-modules/lift-osgi/pom.xml b/framework/lift-modules/lift-osgi/pom.xml index dd46ffd3e2..d5440cde68 100644 --- a/framework/lift-modules/lift-osgi/pom.xml +++ b/framework/lift-modules/lift-osgi/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-osgi_2.8.0 diff --git a/framework/lift-modules/lift-paypal/pom.xml b/framework/lift-modules/lift-paypal/pom.xml index d836940a76..5f9b2e2ee1 100644 --- a/framework/lift-modules/lift-paypal/pom.xml +++ b/framework/lift-modules/lift-paypal/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-paypal_2.8.0 diff --git a/framework/lift-modules/lift-scalate/pom.xml b/framework/lift-modules/lift-scalate/pom.xml index 89e6a36739..7ee24c427c 100644 --- a/framework/lift-modules/lift-scalate/pom.xml +++ b/framework/lift-modules/lift-scalate/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-scalate_2.8.0 diff --git a/framework/lift-modules/lift-testkit/pom.xml b/framework/lift-modules/lift-testkit/pom.xml index 7cf8222546..df996510de 100644 --- a/framework/lift-modules/lift-testkit/pom.xml +++ b/framework/lift-modules/lift-testkit/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-testkit_2.8.0 diff --git a/framework/lift-modules/lift-textile/pom.xml b/framework/lift-modules/lift-textile/pom.xml index 8d461b8bac..865399114c 100644 --- a/framework/lift-modules/lift-textile/pom.xml +++ b/framework/lift-modules/lift-textile/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-textile_2.8.0 diff --git a/framework/lift-modules/lift-widgets/pom.xml b/framework/lift-modules/lift-widgets/pom.xml index dbee6451d9..fb14b4c965 100644 --- a/framework/lift-modules/lift-widgets/pom.xml +++ b/framework/lift-modules/lift-widgets/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-widgets_2.8.0 diff --git a/framework/lift-modules/lift-wizard/pom.xml b/framework/lift-modules/lift-wizard/pom.xml index 0a0a12404f..76f1a1b70a 100644 --- a/framework/lift-modules/lift-wizard/pom.xml +++ b/framework/lift-modules/lift-wizard/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-wizard_2.8.0 diff --git a/framework/lift-modules/lift-xmpp/pom.xml b/framework/lift-modules/lift-xmpp/pom.xml index f710759446..a299e6e00c 100644 --- a/framework/lift-modules/lift-xmpp/pom.xml +++ b/framework/lift-modules/lift-xmpp/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-modules_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-xmpp_2.8.0 diff --git a/framework/lift-modules/pom.xml b/framework/lift-modules/pom.xml index 8fffce12b2..f6826de497 100644 --- a/framework/lift-modules/pom.xml +++ b/framework/lift-modules/pom.xml @@ -32,7 +32,7 @@ net.liftweb framework_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-modules_2.8.0 pom diff --git a/framework/lift-persistence/lift-couchdb/pom.xml b/framework/lift-persistence/lift-couchdb/pom.xml index ae1ea1ff17..8bdd10c56b 100644 --- a/framework/lift-persistence/lift-couchdb/pom.xml +++ b/framework/lift-persistence/lift-couchdb/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-couchdb_2.8.0 diff --git a/framework/lift-persistence/lift-jpa/pom.xml b/framework/lift-persistence/lift-jpa/pom.xml index 4f377a98c4..f4e23c9916 100644 --- a/framework/lift-persistence/lift-jpa/pom.xml +++ b/framework/lift-persistence/lift-jpa/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-jpa_2.8.0 diff --git a/framework/lift-persistence/lift-mapper/pom.xml b/framework/lift-persistence/lift-mapper/pom.xml index 1d0dfaf94d..e6b70b241d 100644 --- a/framework/lift-persistence/lift-mapper/pom.xml +++ b/framework/lift-persistence/lift-mapper/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-mapper_2.8.0 diff --git a/framework/lift-persistence/lift-mongodb-record/pom.xml b/framework/lift-persistence/lift-mongodb-record/pom.xml index bf74b60f97..bb7fc7d043 100644 --- a/framework/lift-persistence/lift-mongodb-record/pom.xml +++ b/framework/lift-persistence/lift-mongodb-record/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-mongodb-record_2.8.0 diff --git a/framework/lift-persistence/lift-mongodb/pom.xml b/framework/lift-persistence/lift-mongodb/pom.xml index 07c47ec694..cddf2d63a1 100644 --- a/framework/lift-persistence/lift-mongodb/pom.xml +++ b/framework/lift-persistence/lift-mongodb/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-mongodb_2.8.0 diff --git a/framework/lift-persistence/lift-proto/pom.xml b/framework/lift-persistence/lift-proto/pom.xml index f9907c190a..7332650653 100644 --- a/framework/lift-persistence/lift-proto/pom.xml +++ b/framework/lift-persistence/lift-proto/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-proto_2.8.0 diff --git a/framework/lift-persistence/lift-record/pom.xml b/framework/lift-persistence/lift-record/pom.xml index f71f5362ff..dcc4f4ca55 100644 --- a/framework/lift-persistence/lift-record/pom.xml +++ b/framework/lift-persistence/lift-record/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-record_2.8.0 diff --git a/framework/lift-persistence/lift-squeryl-record/pom.xml b/framework/lift-persistence/lift-squeryl-record/pom.xml index 9bc796c594..4d3128fb22 100644 --- a/framework/lift-persistence/lift-squeryl-record/pom.xml +++ b/framework/lift-persistence/lift-squeryl-record/pom.xml @@ -28,7 +28,7 @@ net.liftweb lift-persistence_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-squeryl-record_2.8.0 diff --git a/framework/lift-persistence/pom.xml b/framework/lift-persistence/pom.xml index b96d87b9a0..c137f35152 100644 --- a/framework/lift-persistence/pom.xml +++ b/framework/lift-persistence/pom.xml @@ -32,7 +32,7 @@ net.liftweb framework_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 lift-persistence_2.8.0 pom diff --git a/framework/pom.xml b/framework/pom.xml index 1fead2e6f8..f2ed2682ab 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -36,7 +36,7 @@ net.liftweb lift-parent_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 ../resources/lift-parent/pom.xml framework_2.8.0 diff --git a/framework/project/build.properties b/framework/project/build.properties index 9c786474e3..ef9d0d7b25 100644 --- a/framework/project/build.properties +++ b/framework/project/build.properties @@ -2,7 +2,7 @@ #Sun Mar 14 17:27:27 GMT+05:30 2010 project.organization=net.liftweb project.name=lift-framework -project.version=2.2-SNAPSHOT +project.version=2.2-M1 sbt.version=0.7.4 def.scala.version=2.7.7 build.scala.versions=2.8.0 diff --git a/framework/src/changes/changes.xml b/framework/src/changes/changes.xml index 8692f59f1c..e3cd8f7c82 100644 --- a/framework/src/changes/changes.xml +++ b/framework/src/changes/changes.xml @@ -37,9 +37,6 @@ see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full guide --> - - - save an edited db-record which has a custom primary key -> Trying to open an empty Box diff --git a/framework/src/site/site.xml b/framework/src/site/site.xml index d79d2714b7..c3692901b8 100644 --- a/framework/src/site/site.xml +++ b/framework/src/site/site.xml @@ -40,7 +40,7 @@ net.liftweb lift-site-skin_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 diff --git a/pom.xml b/pom.xml index 87e800f5e6..46499e2833 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ net.liftweb lift-parent_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 resources/lift-parent/pom.xml lift diff --git a/resources/lift-parent/pom.xml b/resources/lift-parent/pom.xml index eeb65422c1..4291b88970 100644 --- a/resources/lift-parent/pom.xml +++ b/resources/lift-parent/pom.xml @@ -38,7 +38,7 @@ --> net.liftweb lift-parent_2.8.0 - 2.2-SNAPSHOT + 2.2-M1 pom