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

Commit

Permalink
changing to next development version 4.5.15-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
michpetrov committed Mar 1, 2016
1 parent ac01954 commit f7cad88
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Component_Development_Kit_Guide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Component_Reference/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
@@ -1,6 +1,6 @@
<subtitle>A reference guide to the components of the RichFaces 4 framework</subtitle>
<productname class="trade">RichFaces</productname>
<productnumber>4.5.14.Final</productnumber>
<productnumber>4.5.15-SNAPSHOT</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<abstract>
Expand Down
Expand Up @@ -7,7 +7,7 @@

== Introduction

This book is a guide to the various components available in the RichFaces 4.5.14.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.
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.

For full references for all component classes and properties, refer to the following supplementary documentation:

Expand Down Expand Up @@ -645,7 +645,7 @@ In a Maven-based project, you should add [code]+richfaces-push-depchain+ as a ru
<groupId>org.richfaces</groupId>
<artifactId>richfaces-push-depchain</artifactId>
<type>pom</type>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
----
Expand Down
2 changes: 1 addition & 1 deletion Developer_Guide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
@@ -1,6 +1,6 @@
<subtitle>Develop applications using RichFaces 4</subtitle>
<productname class="trade">RichFaces</productname>
<productnumber>4.5.14.Final</productnumber>
<productnumber>4.5.15-SNAPSHOT</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<abstract>
Expand Down
Expand Up @@ -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.14.Final -DgroupId=org.docs.richfaces -DartifactId=new_project
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.15-SNAPSHOT -DgroupId=org.docs.richfaces -DartifactId=new_project
----
+
The following parameters can be used to customize your project:
Expand Down Expand Up @@ -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.14.Final. 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-SNAPSHOT. 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).
Expand Down
2 changes: 1 addition & 1 deletion Migration_Guide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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

<groupId>org.richfaces.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<name>Richfaces Docs: Parent</name>
<packaging>pom</packaging>
<url>http://richfaces.org</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>org.richfaces.docs</groupId>
<artifactId>docs-aggregator</artifactId>
<version>4.5.14.Final</version>
<version>4.5.15-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Document Aggregator</name>

Expand Down

0 comments on commit f7cad88

Please sign in to comment.