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

Commit dceb364

Browse files
committed
changing to next development version 4.5.12-SNAPSHOT
1 parent 573a844 commit dceb364

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

Component_Development_Kit_Guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.richfaces.docs</groupId>
77
<artifactId>docs-parent</artifactId>
8-
<version>4.5.11.Final</version>
8+
<version>4.5.12-SNAPSHOT</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

Component_Reference/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.richfaces.docs</groupId>
77
<artifactId>docs-parent</artifactId>
8-
<version>4.5.11.Final</version>
8+
<version>4.5.12-SNAPSHOT</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

Component_Reference/src/main/docbook/en-US/Component_Reference-docinfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<subtitle>A reference guide to the components of the RichFaces 4 framework</subtitle>
22
<productname class="trade">RichFaces</productname>
3-
<productnumber>4.5.11.Final</productnumber>
3+
<productnumber>4.5.12-SNAPSHOT</productnumber>
44
<edition>1</edition>
55
<pubsnumber>1</pubsnumber>
66
<abstract>

Component_Reference/src/main/docbook/en-US/Component_Reference.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
== Introduction
99

10-
This book is a guide to the various components available in the RichFaces 4.5.11.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.
10+
This book is a guide to the various components available in the RichFaces 4.5.12-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.
1111

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

@@ -645,7 +645,7 @@ In a Maven-based project, you should add [code]+richfaces-push-depchain+ as a ru
645645
<groupId>org.richfaces</groupId>
646646
<artifactId>richfaces-push-depchain</artifactId>
647647
<type>pom</type>
648-
<version>4.5.11.Final</version>
648+
<version>4.5.12-SNAPSHOT</version>
649649
<scope>runtime</scope>
650650
</dependency>
651651
----

Developer_Guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.richfaces.docs</groupId>
77
<artifactId>docs-parent</artifactId>
8-
<version>4.5.11.Final</version>
8+
<version>4.5.12-SNAPSHOT</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

Developer_Guide/src/main/docbook/en-US/Developer_Guide-docinfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<subtitle>Develop applications using RichFaces 4</subtitle>
22
<productname class="trade">RichFaces</productname>
3-
<productnumber>4.5.11.Final</productnumber>
3+
<productnumber>4.5.12-SNAPSHOT</productnumber>
44
<edition>1</edition>
55
<pubsnumber>1</pubsnumber>
66
<abstract>

Developer_Guide/src/main/docbook/en-US/Developer_Guide.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The RichFaces distribution includes a Maven archetype named [filename]+richfaces
192192
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:
193193
+
194194
----
195-
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.11.Final -DgroupId=org.docs.richfaces -DartifactId=new_project
195+
mvn archetype:generate -DarchetypeGroupId=org.richfaces.archetypes -DarchetypeArtifactId=richfaces-archetype-simpleapp -DarchetypeVersion=4.5.12-SNAPSHOT -DgroupId=org.docs.richfaces -DartifactId=new_project
196196
----
197197
+
198198
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
249249
[NOTE]
250250
.Exporting from Maven
251251
====
252-
The ability to prepare the project for Eclipse and export it using Maven is deprecated in RichFaces 4.5.11.Final. The process does not support JBoss integration-specific features, such as JSF Facets.
252+
The ability to prepare the project for Eclipse and export it using Maven is deprecated in RichFaces 4.5.12-SNAPSHOT. The process does not support JBoss integration-specific features, such as JSF Facets.
253253
====
254254

255255
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).

Migration_Guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.richfaces.docs</groupId>
77
<artifactId>docs-parent</artifactId>
8-
<version>4.5.11.Final</version>
8+
<version>4.5.12-SNAPSHOT</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.richfaces.docs</groupId>
3030
<artifactId>docs-parent</artifactId>
31-
<version>4.5.11.Final</version>
31+
<version>4.5.12-SNAPSHOT</version>
3232
<name>Richfaces Docs: Parent</name>
3333
<packaging>pom</packaging>
3434
<url>http://richfaces.org</url>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.richfaces.docs</groupId>
1111
<artifactId>docs-aggregator</artifactId>
12-
<version>4.5.11.Final</version>
12+
<version>4.5.12-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>RichFaces Document Aggregator</name>
1515

0 commit comments

Comments
 (0)