Skip to content

Commit

Permalink
Prepare for tag 5.0.0-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ngriffin7a committed Dec 21, 2019
1 parent 1e918a5 commit c48fae9
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bridge-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.liferay.faces</groupId>
<artifactId>com.liferay.faces.bridge.api</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-pr</version>
<name>Liferay Faces Bridge API</name>
<description>Liferay Faces Bridge API</description>

Expand Down
4 changes: 2 additions & 2 deletions bridge-spec/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

LIFERAY, INC. IS WILLING TO LICENSE THIS SPECIFICATION TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS
CONTAINED IN THIS LICENSE AGREEMENT ("AGREEMENT"). PLEASE READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY. BY
Expand All @@ -7,7 +7,7 @@ BOUND BY THEM, SELECT THE "DECLINE" BUTTON AT THE BOTTOM OF THIS PAGE AND THE DO

Specification: JSR 378 Portlet 3.0 Bridge for JavaServerTM Faces 2.2 ("Specification")

Status: Early Draft Review 2 (5.0.0-pr-SNAPSHOT)
Status: Early Draft Review 2 (5.0.0-pr)

Release: TBD

Expand Down
4 changes: 2 additions & 2 deletions bridge-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>javax.portlet.faces</groupId>
<artifactId>faces-bridge-spec</artifactId>
<version>5.0.0-pr-SNAPSHOT</version>
<version>5.0.0-pr</version>
<name>JSR 378 Specification</name>
<description>Portlet 3.0 Bridge for JavaServer™ Faces 2.2 Specification</description>

Expand All @@ -22,7 +22,7 @@
<license>
<name>JSR 378 Specification License</name>
<comments>The license is based on the pre-final-license.txt template from the JCP.</comments>
<url>https://github.com/liferay/liferay-faces-bridge-api/tree/5.0.0-pr-SNAPSHOT/bridge-spec/LICENSE.txt</url>
<url>https://github.com/liferay/liferay-faces-bridge-api/tree/5.0.0-pr/bridge-spec/LICENSE.txt</url>
</license>
</licenses>

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/chapter-1-preface.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 1. Preface

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/chapter-2-overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 2. Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 3. Bridge Interface

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 4. GenericFacesPortlet

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 5. Request Lifecycle

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/chapter-6-managing-faces.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 6. Managing Faces

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/chapter-7-cdi.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 7. CDI

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 8. Faces Extensions

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/chapter-9-ui-components.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# 9. UI Components

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# Table of Contents

Expand Down
2 changes: 1 addition & 1 deletion bridge-spec/src/site/markdown/tck-tests.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Version: 5.0.0-pr-SNAPSHOT_
_Version: 5.0.0-pr_

# Appendix. TCK Tests

Expand Down

0 comments on commit c48fae9

Please sign in to comment.