From 223151552399c0eed66627178b622f4cf6f4831b Mon Sep 17 00:00:00 2001 From: Michal Petrov Date: Tue, 5 Apr 2016 12:42:30 +0200 Subject: [PATCH] changing version to 4.5.15.Final --- Component_Development_Kit_Guide/pom.xml | 2 +- Component_Reference/pom.xml | 2 +- .../src/main/docbook/en-US/Component_Reference-docinfo.xml | 2 +- .../src/main/docbook/en-US/Component_Reference.asciidoc | 4 ++-- Developer_Guide/pom.xml | 2 +- .../src/main/docbook/en-US/Developer_Guide-docinfo.xml | 2 +- .../src/main/docbook/en-US/Developer_Guide.asciidoc | 4 ++-- Migration_Guide/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Component_Development_Kit_Guide/pom.xml b/Component_Development_Kit_Guide/pom.xml index 4eebfe3a..6282c320 100644 --- a/Component_Development_Kit_Guide/pom.xml +++ b/Component_Development_Kit_Guide/pom.xml @@ -5,7 +5,7 @@ org.richfaces.docs docs-parent - 4.5.15-SNAPSHOT + 4.5.15.Final ../parent/pom.xml diff --git a/Component_Reference/pom.xml b/Component_Reference/pom.xml index 92a5bdc5..2799a600 100644 --- a/Component_Reference/pom.xml +++ b/Component_Reference/pom.xml @@ -5,7 +5,7 @@ org.richfaces.docs docs-parent - 4.5.15-SNAPSHOT + 4.5.15.Final ../parent/pom.xml diff --git a/Component_Reference/src/main/docbook/en-US/Component_Reference-docinfo.xml b/Component_Reference/src/main/docbook/en-US/Component_Reference-docinfo.xml index 780a5795..82935e71 100644 --- a/Component_Reference/src/main/docbook/en-US/Component_Reference-docinfo.xml +++ b/Component_Reference/src/main/docbook/en-US/Component_Reference-docinfo.xml @@ -1,6 +1,6 @@ A reference guide to the components of the RichFaces 4 framework RichFaces -4.5.15-SNAPSHOT +4.5.15.Final 1 1 diff --git a/Component_Reference/src/main/docbook/en-US/Component_Reference.asciidoc b/Component_Reference/src/main/docbook/en-US/Component_Reference.asciidoc index c5ad70f7..ef789b94 100644 --- a/Component_Reference/src/main/docbook/en-US/Component_Reference.asciidoc +++ b/Component_Reference/src/main/docbook/en-US/Component_Reference.asciidoc @@ -7,7 +7,7 @@ == Introduction -This book is a guide to the various components available in the RichFaces 4.5.15-SNAPSHOT framework. It includes descriptions of the role of the components, details on how best to use them, coded examples of their use, and basic references of their properties and attributes. +This book is a guide to the various components available in the RichFaces 4.5.15.Final framework. It includes descriptions of the role of the components, details on how best to use them, coded examples of their use, and basic references of their properties and attributes. For full references for all component classes and properties, refer to the following supplementary documentation: @@ -645,7 +645,7 @@ In a Maven-based project, you should add [code]+richfaces-push-depchain+ as a ru org.richfaces richfaces-push-depchain pom - 4.5.15-SNAPSHOT + 4.5.15.Final runtime ---- diff --git a/Developer_Guide/pom.xml b/Developer_Guide/pom.xml index 483b0303..91f3e02a 100644 --- a/Developer_Guide/pom.xml +++ b/Developer_Guide/pom.xml @@ -5,7 +5,7 @@ org.richfaces.docs docs-parent - 4.5.15-SNAPSHOT + 4.5.15.Final ../parent/pom.xml diff --git a/Developer_Guide/src/main/docbook/en-US/Developer_Guide-docinfo.xml b/Developer_Guide/src/main/docbook/en-US/Developer_Guide-docinfo.xml index 431b5515..5fa4f0cf 100644 --- a/Developer_Guide/src/main/docbook/en-US/Developer_Guide-docinfo.xml +++ b/Developer_Guide/src/main/docbook/en-US/Developer_Guide-docinfo.xml @@ -1,6 +1,6 @@ Develop applications using RichFaces 4 RichFaces -4.5.15-SNAPSHOT +4.5.15.Final 1 1 diff --git a/Developer_Guide/src/main/docbook/en-US/Developer_Guide.asciidoc b/Developer_Guide/src/main/docbook/en-US/Developer_Guide.asciidoc index e6db454c..67742d9f 100644 --- a/Developer_Guide/src/main/docbook/en-US/Developer_Guide.asciidoc +++ b/Developer_Guide/src/main/docbook/en-US/Developer_Guide.asciidoc @@ -192,7 +192,7 @@ The RichFaces distribution includes a Maven archetype named [filename]+richfaces The project can be generated with the [filename]+richfaces-archetype-simpleapp+ archetype. Create a new directory for your project, then run the following Maven command in the directory: + ---- -mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.15-SNAPSHOT -DgroupId=org.docs.richfaces -DartifactId=new_project +mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.15.Final -DgroupId=org.docs.richfaces -DartifactId=new_project ---- + The following parameters can be used to customize your project: @@ -249,7 +249,7 @@ Select menu:Maven[Existing Maven Projects] as the import source and choose the d [NOTE] .Exporting from Maven ==== -The ability to prepare the project for Eclipse and export it using Maven is deprecated in RichFaces 4.5.15-SNAPSHOT. The process does not support JBoss integration-specific features, such as JSF Facets. +The ability to prepare the project for Eclipse and export it using Maven is deprecated in RichFaces 4.5.15.Final. The process does not support JBoss integration-specific features, such as JSF Facets. ==== Your project is now ready to use. Once components and functionality have been added, you can run the application on a server and access it through a web browser at the address [filename]+http://localhost:8080/jsf-app/+ (where jsf-app is the name of your project). diff --git a/Migration_Guide/pom.xml b/Migration_Guide/pom.xml index 89668809..b6c2eced 100644 --- a/Migration_Guide/pom.xml +++ b/Migration_Guide/pom.xml @@ -5,7 +5,7 @@ org.richfaces.docs docs-parent - 4.5.15-SNAPSHOT + 4.5.15.Final ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index a101b3f0..84586294 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -28,7 +28,7 @@ org.richfaces.docs docs-parent - 4.5.15-SNAPSHOT + 4.5.15.Final Richfaces Docs: Parent pom http://richfaces.org diff --git a/pom.xml b/pom.xml index 395cd909..c5f946d2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.richfaces.docs docs-aggregator - 4.5.15-SNAPSHOT + 4.5.15.Final pom RichFaces Document Aggregator