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

Commit

Permalink
changing version to 4.3.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
bleathem committed Jan 30, 2013
1 parent e815aa9 commit 16521f3
Show file tree
Hide file tree
Showing 28 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion attributes/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>attributes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmdln-generator/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion generator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
Expand Up @@ -13,7 +13,7 @@ import javax.faces.el.ValueBinding;
/**
* ${description?if_exists}
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class ${targetClass.simpleName} extends ${baseClass} implements Behavior, PartialStateHolder
<#if (implemented?size > 0)>, <@util.concat seq=implemented ; interface>${interface.simpleName}</@util.concat></#if> {

Expand Down
Expand Up @@ -22,7 +22,7 @@ import ${baseClass};
/**
* ${description?if_exists}
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class ${targetClass.simpleName} extends ${baseClass.simpleName}
<#if (implemented?size > 0)>implements <@util.concat seq=implemented ; interface>${interface.simpleName}</@util.concat></#if> {

Expand Down
Expand Up @@ -14,7 +14,7 @@ import org.richfaces.component.PartialStateHolderHelper;
/**
* ${description?if_exists}
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class ${targetClass.simpleName} extends ${baseClass} implements Converter, PartialStateHolder {

@Override
Expand Down
Expand Up @@ -8,7 +8,7 @@ import ${listenerInterface};
/**
* ${description?if_exists}
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public interface ${sourceInterface.simpleName} {

/**
Expand Down
Expand Up @@ -14,7 +14,7 @@ import javax.faces.el.ValueBinding;
/**
* ${description?if_exists}
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class ${targetClass.simpleName} extends ${baseClass} implements Validator, PartialStateHolder {

@Override
Expand Down
Expand Up @@ -31,7 +31,7 @@
/**
*
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class GeneratedBehavior extends Object implements Behavior, PartialStateHolder {

@Override
Expand Down
Expand Up @@ -43,7 +43,7 @@
/**
*
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class GeneratedComponent extends UIOutput
implements ClientBehaviorHolder
{
Expand Down
Expand Up @@ -33,7 +33,7 @@
/**
*
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class GeneratedConverter extends Object implements Converter, PartialStateHolder {

@Override
Expand Down
Expand Up @@ -32,7 +32,7 @@
/**
*
**/
@Generated({"RichFaces CDK", "4.3.0-SNAPSHOT"})
@Generated({"RichFaces CDK", "4.3.0.Final"})
public class GeneratedValidator extends Object implements Validator, PartialStateHolder {

@Override
Expand Down
2 changes: 1 addition & 1 deletion maven-cdk-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 5 additions & 5 deletions maven-cdk-plugin/src/it/renderer-template-test/pom.xml
Expand Up @@ -4,19 +4,19 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>renderer-template-test</artifactId>
<name>Test for renderer templates compilation</name>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../../../../build/parent/pom.xml</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<configuration>
</configuration>
<executions>
Expand Down Expand Up @@ -73,12 +73,12 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-commons</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Expand Down
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>testLibrary</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotated-component-common</artifactId>
<name>Test component annotations</name>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<build>
<plugins>
<plugin>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Expand Down
10 changes: 5 additions & 5 deletions maven-cdk-plugin/src/it/testLibrary/annotated-component/pom.xml
Expand Up @@ -4,18 +4,18 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>testLibrary</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotated-component</artifactId>
<name>Test component annotations</name>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<configuration>
</configuration>
<executions>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotated-component-common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion maven-cdk-plugin/src/it/testLibrary/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>testLibrary</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
Expand Down
8 changes: 4 additions & 4 deletions maven-cdk-plugin/src/it/xml-configured-component/pom.xml
Expand Up @@ -5,19 +5,19 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>xml-configured-component</artifactId>
<name>Test component configured by faces-config</name>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../../../../build/parent/pom.xml</relativePath>
</parent>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<configuration>
</configuration>
<executions>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-resources-plugin/pom.xml
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.Final</version>
<relativePath>../../build/parent</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions maven-resources-plugin/src/it/richfaces-application/pom.xml
Expand Up @@ -4,13 +4,13 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>richfaces-application</artifactId>
<name>Test component annotations</name>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<packaging>jar</packaging>

<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../../../../build/parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-richfaces-resources-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<executions>
<execution>
<id>process</id>
Expand Down
2 changes: 1 addition & 1 deletion maven-resources-plugin/src/site/apt/usage.apt
Expand Up @@ -36,7 +36,7 @@ mvn clean richfaces-resources:process -Dskins=blueSky -DstaticResourceMappingFil
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-richfaces-resources-plugin</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<configuration>
<skins>
<skin>blueSky</skin>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<packaging>pom</packaging>
<name>RichFaces CDK Parent</name>

Expand All @@ -23,7 +23,7 @@

<version.cdk>${project.version}</version.cdk>
<version.jboss-javaee>3.0.1.Final</version.jboss-javaee>
<version.richfaces>4.3.0-SNAPSHOT</version.richfaces>
<version.richfaces>4.3.0.Final</version.richfaces>

<!-- Compile deps -->
<version.freemarker>2.3.9</version.freemarker>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<packaging>pom</packaging>
<name>RichFaces CDK Aggregator</name>

Expand Down
2 changes: 1 addition & 1 deletion test-component/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion xinclude/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 16521f3

Please sign in to comment.