Skip to content

Commit 253d319

Browse files
committed
[Tech] Bump version to 2.7.1-SNAPSHOT
1 parent eddd794 commit 253d319

13 files changed

Lines changed: 17 additions & 17 deletions

File tree

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exadel.etoolbox</groupId>
99
<artifactId>etoolbox-authoring-kit</artifactId>
10-
<version>2.7.1</version>
10+
<version>2.7.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>etoolbox-authoring-kit-all</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exadel.etoolbox</groupId>
99
<artifactId>etoolbox-authoring-kit</artifactId>
10-
<version>2.7.1</version>
10+
<version>2.7.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>etoolbox-authoring-kit-core</artifactId>

docs/content/dev-tools/configurator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ order: 6
88

99
Configurator is a tool that allows editing OSGi configurations in a user-friendly manner.
1010

11-
<em>Note:</em> As of Exadel Authoring Kit 2.7.1, <em>Configurator</em> is an experimental feature. You need to specially enable it through your own AEM project by adding a configuration file like the following:
11+
<em>Note:</em> As of Exadel Authoring Kit 2.7.2, <em>Configurator</em> is an experimental feature. You need to specially enable it through your own AEM project by adding a configuration file like the following:
1212

1313
Path: `ui.config/src/main/content/jcr_root/apps/your_app/osgiconfig/config/com.exadel.aem.toolkit.core.configurator.services.ConfigChangeListener.xml`
1414
```xml

docs/content/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ seoTitle: Installation - Exadel Authoring Kit
1111
<dependency>
1212
<groupId>com.exadel.etoolbox</groupId>
1313
<artifactId>etoolbox-authoring-kit-core</artifactId>
14-
<version>2.7.1</version> <!-- Prefer the latest stable version whenever possible -->
14+
<version>2.7.2</version> <!-- Prefer the latest stable version whenever possible -->
1515
<scope>provided</scope> <!-- Do not use compile or runtime scope!-->
1616
</dependency>
1717
```
@@ -21,7 +21,7 @@ seoTitle: Installation - Exadel Authoring Kit
2121
<plugin>
2222
<groupId>com.exadel.etoolbox</groupId>
2323
<artifactId>etoolbox-authoring-kit-plugin</artifactId>
24-
<version>2.7.1</version>
24+
<version>2.7.2</version>
2525
<executions>
2626
<execution>
2727
<goals>
@@ -80,7 +80,7 @@ You need to do two steps.
8080
<dependency>
8181
<groupId>com.exadel.etoolbox</groupId>
8282
<artifactId>etoolbox-authoring-kit-all</artifactId>
83-
<version>2.7.1</version>
83+
<version>2.7.2</version>
8484
<type>content-package</type>
8585
</dependency>
8686
```

docs/website/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

it.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.exadel.etoolbox</groupId>
2222
<artifactId>etoolbox-authoring-kit</artifactId>
23-
<version>2.7.1</version>
23+
<version>2.7.1-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>etoolbox-authoring-kit-it.tests</artifactId>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exadel.etoolbox</groupId>
99
<artifactId>etoolbox-authoring-kit</artifactId>
10-
<version>2.7.1</version>
10+
<version>2.7.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>etoolbox-authoring-kit-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.exadel.etoolbox</groupId>
66
<artifactId>etoolbox-authoring-kit</artifactId>
7-
<version>2.7.1</version>
7+
<version>2.7.1-SNAPSHOT</version>
88

99
<name>Exadel Toolbox Authoring Kit</name>
1010
<description>Automates generating and managing rich and responsive authoring interfaces for Adobe Experience Manager</description>

ui.apps/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui.apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "depends-on",
33
"description": "A clientlib that executes defined action on dependent fields",
4-
"version": "2.7.1",
4+
"version": "2.7.1-SNAPSHOT",
55
"private": true,
66
"devDependencies": {
77
"eslint": "^9.28.0",

0 commit comments

Comments
 (0)