You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/10/28 19:18:04 UTC

[myfaces-tobago] 08/09: chore(release): prepare

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 03aae53472ebca97d49e454d1764dc51c8e92379
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Oct 28 21:14:01 2021 +0200

    chore(release): prepare
---
 .../internal/taglib/component/package-info.java      |  4 ++--
 tobago-example/tobago-example-demo/package-lock.json |  2 +-
 .../90-release-checklist/Release_Checklist.xhtml     | 20 ++++++--------------
 tobago-theme/package-lock.json                       |  2 +-
 tobago-theme/package.json                            |  1 -
 5 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
index 2131e83..5be0ade 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
@@ -18,13 +18,13 @@
  */
 
 /**
- * <b>Tobago Framework Component Tag Library 5.0.x -
+ * <b>Tobago Framework Component Tag Library 5.0.0 -
  * (C) Copyright 2005-2021 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
     shortName = "tc",
     uri = "http://myfaces.apache.org/tobago/component",
     name = "tobago",
-    displayName = "Tobago Components 5.0.x")
+    displayName = "Tobago Components 5.0.0")
 
 package org.apache.myfaces.tobago.internal.taglib.component;
diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 2d0435d..61ada91 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-example-demo",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
index 2a8bbf4..5129372 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/90-release-checklist/Release_Checklist.xhtml
@@ -142,11 +142,6 @@ $ mvn clean install -Pall-modules &amp;&amp; mvn checkstyle:check apache-rat:che
 $ mvn clean install &amp;&amp; mvn checkstyle:check apache-rat:check animal-sniffer:check dependency-check:check
 </demo-highlight>
           </li>
-
-          <li>Check version info in these files manually:
-            <demo-highlight>package-info.java</demo-highlight>
-            <demo-highlight>package.json</demo-highlight>
-          </li>
         </ul>
       </tc:section>
       <tc:section label="Building the Release (Tobago 1.0.x to 2.0.8)">
@@ -184,15 +179,12 @@ $ mvn deploy -Papache-release,generate-assembly --no-plugin-updates -Dnon-defaul
         <ul>
           <li>Commit: "chore(release): prepare"
             <ul>
-              <li>Set next version in:
-                <demo-highlight>package.json
-package-lock.json
-                </demo-highlight>
-              </li>
-              <li>Adjust versions in demo:
-                <demo-highlight>Release
-ApiController
-                </demo-highlight>
+              <li>Check version info in these files manually:
+                <demo-highlight>package.json</demo-highlight>
+                <demo-highlight>package-lock.json</demo-highlight>
+                <demo-highlight>package-info.java</demo-highlight>
+                <demo-highlight>Release.java</demo-highlight>
+                <demo-highlight>ApiController.java</demo-highlight>
               </li>
             </ul>
           </li>
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 599f713..cf9d844 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index ee166c5..dee8bd6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,7 +1,6 @@
 {
   "name": "tobago-theme",
   "version": "5.0.0",
-  "xxx_version": "${project.version}",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",