Skip to content

Commit

Permalink
Create release 19.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
royteeuwen authored and github-actions[bot] committed Aug 7, 2024
1 parent ea3abcd commit ec98c72
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [19.0.7] - 2024-08-07

### Changed

- Updated to latest groovy version [#53](https://github.com/orbinson/aem-groovy-console/issues/53)
- Updated to latest groovy version [#53](https://github.com/orbinson/aem-groovy-console/issues/53)

## [19.0.6] - 2024-08-07

Expand Down Expand Up @@ -110,7 +112,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Last version released by [CID15](https://github.com/CID15/aem-groovy-console)

[Unreleased]: https://github.com/orbinson/aem-groovy-console/compare/19.0.6...HEAD
[Unreleased]: https://github.com/orbinson/aem-groovy-console/compare/19.0.7...HEAD

[19.0.7]: https://github.com/orbinson/aem-groovy-console/compare/19.0.6...19.0.7

[19.0.6]: https://github.com/orbinson/aem-groovy-console/compare/19.0.5...19.0.6

Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion groovy/groovy-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<packaging>pom</packaging>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>

<name>AEM Groovy Console</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.aem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-ui.apps.aem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-ui.apps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-ui.config</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 @@ -6,7 +6,7 @@
<parent>
<groupId>be.orbinson.aem</groupId>
<artifactId>aem-groovy-console</artifactId>
<version>19.0.7-SNAPSHOT</version>
<version>19.0.7</version>
</parent>

<artifactId>aem-groovy-console-ui.content</artifactId>
Expand Down

0 comments on commit ec98c72

Please sign in to comment.