Skip to content

Commit

Permalink
[Tech] Bump version to 2.5.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
smiakchilo committed Feb 24, 2025
1 parent 9dde785 commit 575c8de
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>etoolbox-authoring-kit-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>etoolbox-authoring-kit-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/website/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 docs/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eak-website",
"version": "2.5.4",
"version": "2.5.4-SNAPSHOT",
"description": "EAK website package definition",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion it.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>etoolbox-authoring-kit-it.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>etoolbox-authoring-kit-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>

<name>Exadel Toolbox Authoring Kit</name>
<description>Automates generating and managing rich and responsive authoring interfaces for Adobe Experience Manager</description>
Expand Down
4 changes: 2 additions & 2 deletions ui.apps/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 ui.apps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "depends-on",
"description": "A clientlib that executes defined action on dependent fields",
"version": "2.5.4",
"version": "2.5.4-SNAPSHOT",
"private": true,
"devDependencies": {
"eslint": "^9.19.0",
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>etoolbox-authoring-kit-ui.apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit</artifactId>
<version>2.5.4</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>etoolbox-authoring-kit-ui.content</artifactId>
Expand Down

0 comments on commit 575c8de

Please sign in to comment.