Skip to content

Commit

Permalink
Prepare next snapshot version 24.1.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sxda-io-bot committed May 6, 2024
1 parent 7d51ca4 commit 6f940c8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ace.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.sxda.scout.addon</groupId>
<artifactId>base</artifactId>
<version>24.1.2-SNAPSHOT</version>
<version>24.1.3-SNAPSHOT</version>
</parent>

<artifactId>ace.client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ace.ui.html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.sxda.scout.addon</groupId>
<artifactId>base</artifactId>
<version>24.1.2-SNAPSHOT</version>
<version>24.1.3-SNAPSHOT</version>
</parent>

<artifactId>ace.ui.html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sxda/scout-addon-ace",
"version": "24.1.2-snapshot.20240505200847",
"version": "24.1.3-snapshot.20240506211735",
"description": "Wrapper module for the Ace editor to be used as a form field for Eclipse Scout",
"author": "Nils Israel <[email protected]> (https://github.com/nisrael)",
"homepage": "https://github.com/nisrael/sxda-scout-addon#readme",
Expand Down
2 changes: 1 addition & 1 deletion ace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.sxda.scout.addon</groupId>
<artifactId>base</artifactId>
<version>24.1.2-SNAPSHOT</version>
<version>24.1.3-SNAPSHOT</version>
</parent>

<artifactId>ace</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sxda/scout-addon-demo",
"version": "24.1.2-snapshot.20240505200847",
"version": "24.1.3-snapshot.20240506211735",
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3",
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.sxda.scout.addon</groupId>
<artifactId>base</artifactId>
<version>24.1.2-SNAPSHOT</version>
<version>24.1.3-SNAPSHOT</version>
</parent>

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

<groupId>io.sxda.scout.addon</groupId>
<artifactId>base</artifactId>
<version>24.1.2-SNAPSHOT</version>
<version>24.1.3-SNAPSHOT</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit 6f940c8

Please sign in to comment.