Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Merge branch 'release/4.3.0.M3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Fryc committed Dec 20, 2012
2 parents 7a7ea5c + 0d31f7a commit 7329244
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions arquillian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20121214-M3</version>
<relativePath>../parent</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-warp-jsf</artifactId>
<artifactId>arquillian-warp-phaser</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20121214-M3</version>
<name>RichFaces BOM</name>

<description>
Expand Down Expand Up @@ -48,7 +48,7 @@
</issueManagement>

<properties>
<version.richfaces>4.3.0-SNAPSHOT</version.richfaces>
<version.richfaces>4.3.0.20121214-M3</version.richfaces>
<version.javax.faces-api>2.1</version.javax.faces-api>
<version.com.sun.faces.jsf-api>2.1.0</version.com.sun.faces.jsf-api>
<version.org.glassfish.javax.faces>2.1.13</version.org.glassfish.javax.faces>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20121214-M3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/readme-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RichFaces - Ajax enabled JSF 2.0 component library

RichFaces 4.3.0-SNAPSHOT EXAMPLES
RichFaces 4.3.0.20121214-M3 EXAMPLES
http://richfaces.org
March 2011
This software is distributed under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion dist/readme-ui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RichFaces - Ajax enabled JSF 2.0 component library

RichFaces 4.3.0-SNAPSHOT
RichFaces 4.3.0.20121214-M3
http://richfaces.org
March 2011
This software is distributed under the terms of the
Expand Down
10 changes: 5 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20121214-M3</version>
<packaging>pom</packaging>
<name>RichFaces Root Parent</name>

Expand All @@ -34,8 +34,8 @@
</description>

<properties>
<version.richfaces>4.3.0-SNAPSHOT</version.richfaces>
<version.test-jsf>1.1.4-SNAPSHOT</version.test-jsf>
<version.richfaces>4.3.0.20121214-M3</version.richfaces>
<version.test-jsf>1.1.4</version.test-jsf>
<version.vdl-doc>3</version.vdl-doc>
<version.shade-transformers>8</version.shade-transformers>

Expand Down Expand Up @@ -85,8 +85,8 @@
<!-- Arquillian test deps -->
<version.arquillian.core>1.0.3.Final</version.arquillian.core>
<version.arquillian.drone>1.1.0.Final</version.arquillian.drone>
<version.arquillian.warp>1.0.0.Alpha2-SNAPSHOT</version.arquillian.warp>
<version.arquillian.graphene>2.0.0.Alpha3-SNAPSHOT</version.arquillian.graphene>
<version.arquillian.warp>1.0.0.Alpha1</version.arquillian.warp>
<version.arquillian.graphene>2.0.0.Alpha2</version.arquillian.graphene>
<version.shrinkwrap.resolver>2.0.0-alpha-1</version.shrinkwrap.resolver>
<version.shrinkwrap.descriptors>2.0.0-alpha-3</version.shrinkwrap.descriptors>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>richfaces-root-aggregator</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20121214-M3</version>
<packaging>pom</packaging>
<name>RichFaces Aggregator</name>

Expand Down

0 comments on commit 7329244

Please sign in to comment.