Skip to content

Commit

Permalink
Create release 19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
royteeuwen authored and github-actions[bot] committed Feb 21, 2023
1 parent c34a779 commit 5e1e065
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 13 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.2] - 2023-02-21

### Fixed

- Table component did not work anymore as expected [#41](https://github.com/orbinson/aem-groovy-console/issues/41)
- Table component did not work anymore as expected [#41](https://github.com/orbinson/aem-groovy-console/issues/41)

## [19.0.1] - 2023-02-17

Expand Down Expand Up @@ -71,7 +73,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.1...HEAD
[Unreleased]: https://github.com/orbinson/aem-groovy-console/compare/19.0.2...HEAD

[19.0.2]: https://github.com/orbinson/aem-groovy-console/compare/19.0.1...19.0.2

[19.0.1]: https://github.com/orbinson/aem-groovy-console/compare/19.0.0...19.0.1

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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</version>
</parent>

<artifactId>aem-groovy-console-ui.apps.aem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/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.2-SNAPSHOT</version>
<version>19.0.2</version>
</parent>

<artifactId>aem-groovy-console-ui.apps.structure</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</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.2-SNAPSHOT</version>
<version>19.0.2</version>
</parent>

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

0 comments on commit 5e1e065

Please sign in to comment.