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

Commit

Permalink
changing version to 4.3.0.20120730-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Fryc committed Jul 30, 2012
1 parent 0824f6b commit 4590b64
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/src/main/java/org/richfaces/VersionBean.java
Expand Up @@ -58,7 +58,7 @@ public static class Version {
private static final String UNKNOWN = "";
private String implementationVendor = UNKNOWN;
// TODO nick - default value for manifest file absense - review
private String implementationVersion = "4.3.0-SNAPSHOT";
private String implementationVersion = "4.3.0.20120730-M1";
private String implementationTitle = UNKNOWN;
private String scmTimestamp = UNKNOWN;
private String fullVersionString = UNKNOWN;
Expand Down
6 changes: 3 additions & 3 deletions legacy-tests/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
<relativePath>../../build/parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@

<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.20120730-M1</version>
<packaging>pom</packaging>

<name>RichFaces Core Aggregator</name>
Expand Down

0 comments on commit 4590b64

Please sign in to comment.