You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/07/30 09:31:24 UTC

[myfaces-tobago] branch master updated: chore(release): prepare

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ff192fe chore(release): prepare
2ff192fe is described below

commit 2ff192fe9a13b7471a50a46d2128cec0ee0feba1
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Jul 30 11:31:15 2021 +0200

    chore(release): prepare
---
 tobago-example/tobago-example-demo/package-lock.json | 2 +-
 tobago-example/tobago-example-demo/package.json      | 2 +-
 tobago-theme/package-lock.json                       | 2 +-
 tobago-theme/package.json                            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 84d6a27..fd85d60 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-alpha-2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 9c865e1..60cf44d 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-example-demo",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0-alpha-2",
   "description": "The demo for the Tobago framework",
   "repository": {
     "type": "git",
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 346a7c3..c2516b8 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-alpha-2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 9bfc2fa..2c843d5 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.0.0-SNAPSHOT",
+  "version": "5.0.0-alpha-2",
   "xxx_version": "${project.version}",
   "description": "The themes of the Tobago framework",
   "repository": {