Skip to content

Commit

Permalink
Prepare for tag 5.0.0-edr3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngriffin7a committed Jul 22, 2019
1 parent 18263fe commit 4e7ca61
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 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-edr3</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-edr3-SNAPSHOT_
_Version: 5.0.0-edr3_

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-edr3-SNAPSHOT)
Status: Early Draft Review 2 (5.0.0-edr3)

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-edr3-SNAPSHOT</version>
<version>5.0.0-edr3</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-edr3-SNAPSHOT/bridge-spec/LICENSE.txt</url>
<url>https://github.com/liferay/liferay-faces-bridge-api/tree/5.0.0-edr3/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-edr3-SNAPSHOT_
_Version: 5.0.0-edr3_

# 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-edr3-SNAPSHOT_
_Version: 5.0.0-edr3_

# 2. Overview

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

# 3. Bridge Interface

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

# 4. GenericFacesPortlet

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

# 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-edr3-SNAPSHOT_
_Version: 5.0.0-edr3_

# 6. Managing Faces

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

# 8. Faces Extensions

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-edr3-SNAPSHOT_
_Version: 5.0.0-edr3_

# 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-edr3-SNAPSHOT_
_Version: 5.0.0-edr3_

# Appendix. TCK Tests

Expand Down

0 comments on commit 4e7ca61

Please sign in to comment.