Skip to content
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.

Commit

Permalink
[lift-release] prepare for release 2.2-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Nov 3, 2010
1 parent 09ee335 commit 2bbcede
Show file tree
Hide file tree
Showing 64 changed files with 69 additions and 72 deletions.
2 changes: 1 addition & 1 deletion archetypes/lift-archetype-basic/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-archetype-basic_2.8.0</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/lift-archetype-blank/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-archetype-blank_2.8.0</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/lift-archetype-jpa-basic/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-archetype-jpa-basic_2.8.0</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/lift-archetype-jpa-blank-single/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-archetype-jpa-blank-single_2.8.0</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/lift-archetype-jpa-blank/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-archetype-jpa-blank_2.8.0</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/lift-archetype-sbt/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>archetypes_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-archetype-sbt_2.8.0</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-parent_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
<relativePath>../resources/lift-parent/pom.xml</relativePath>
</parent>
<artifactId>archetypes_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/JPADemo/JPADemo-spa/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>JPADemo-Master_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>JPADemo-spa_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/JPADemo/JPADemo-web/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>JPADemo-Master_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>JPADemo-web_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/JPADemo/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>JPADemo-Master_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>lift-example_2.8.0</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions examples/examples-osgi/hello/hello.composite
Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/examples-osgi/hello/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples-osgi_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>examples-osgi-hello_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-osgi/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>examples-osgi_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/flotDemo/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>lift-flot-demo_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/hellodarwin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>hellodarwin_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/hellofbc/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>lift-hellofbc_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/hellolift/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>lift-hellolift_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/helloscalate/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>lift-hello-scalate_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/http-authentication/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>http-authentication_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -36,7 +36,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-parent_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
<relativePath>../resources/lift-parent/pom.xml</relativePath>
</parent>
<artifactId>examples_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/skittr/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>examples_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>

<artifactId>skittr-example_2.8.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/lift-actor/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-base_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-actor_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/lift-common/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-base_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-common_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/lift-json-ext/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-base_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-json-ext_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/lift-json/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-base_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-json_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/lift-json/project/build.properties
Expand Up @@ -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
2 changes: 1 addition & 1 deletion framework/lift-base/lift-util/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-base_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-util_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/lift-webkit/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-base_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-webkit_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-base/pom.xml
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>framework_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-base_2.8.0</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-amqp/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-amqp_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-facebook/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-facebook_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-imaging/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-imaging_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-jta/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-jta_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-ldap/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-ldap_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-machine/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-machine_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-oauth-mapper/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-oauth-mapper_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-oauth/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-oauth_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-openid/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-openid_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-osgi/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-osgi_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-paypal/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-paypal_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-scalate/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-scalate_2.8.0</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion framework/lift-modules/lift-testkit/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>net.liftweb</groupId>
<artifactId>lift-modules_2.8.0</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2-M1</version>
</parent>
<artifactId>lift-testkit_2.8.0</artifactId>

Expand Down

0 comments on commit 2bbcede

Please sign in to comment.