Skip to content

Commit

Permalink
chore(release): set next SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
henningn committed Oct 16, 2024
1 parent 5cd2ae6 commit 4d85365
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myfaces-tobago",
"version": "6.6.0",
"version": "6.6.1-SNAPSHOT",
"description": "The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
shortName = "tc",
uri = "http://myfaces.apache.org/tobago/component",
name = "tobago",
displayName = "Tobago Components 6.6.0")
displayName = "Tobago Components 6.6.1-SNAPSHOT")

package org.apache.myfaces.tobago.internal.taglib.component;
4 changes: 2 additions & 2 deletions tobago-example/tobago-example-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tobago-example/tobago-example-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tobago-example-demo",
"version": "6.6.0",
"version": "6.6.1-SNAPSHOT",
"description": "The demo for the Tobago framework",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public enum Release {
v5_12_0("12354344"),
v5_13_0("12354672"),
v5_14_0("12355069", true),
v5_14_1("12355194", false, true),

v6_0_0_beta_1("12353634"),
v6_0_0("12350675"),
Expand All @@ -177,7 +178,8 @@ public enum Release {
v6_3_0("12354164"),
v6_4_0("12354343"),
v6_5_0("12354671"),
v6_6_0("12355068", true);
v6_6_0("12355068", true),
v6_6_1("12355193", false, true);

private final String jira;
private final String version;
Expand Down
4 changes: 2 additions & 2 deletions tobago-theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tobago-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tobago-theme",
"version": "6.6.0",
"version": "6.6.1-SNAPSHOT",
"description": "The themes of the Tobago framework",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4d85365

Please sign in to comment.