Skip to content

Commit c87a6c4

Browse files
Merge branch 'main' into GH-96
* main: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release aio-lib-java-0.0.34 Update Changelog.
2 parents edd9d27 + 36d9cd7 commit c87a6c4

File tree

14 files changed

+22
-14
lines changed

14 files changed

+22
-14
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased](https://github.com/adobe/aio-lib-java/tree/HEAD)
44

5-
[Full Changelog](https://github.com/adobe/aio-lib-java/compare/aio-lib-java-0.0.30...HEAD)
5+
[Full Changelog](https://github.com/adobe/aio-lib-java/compare/aio-lib-java-0.0.32...HEAD)
6+
7+
### 📁 Other pull requests
8+
9+
- GH-91 got rid of Jobs for registration, used dynamic binding and async registration executors instead [\#94](https://github.com/adobe/aio-lib-java/pull/94) ([francoisledroff](https://github.com/francoisledroff))
10+
11+
## [aio-lib-java-0.0.32](https://github.com/adobe/aio-lib-java/tree/aio-lib-java-0.0.32) (2022-04-04)
12+
13+
[Full Changelog](https://github.com/adobe/aio-lib-java/compare/aio-lib-java-0.0.30...aio-lib-java-0.0.32)
614

715
### 📁 Other pull requests
816

aem/aio_aem_events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>com.adobe.aio.aem</groupId>
2323
<artifactId>aio-aem</artifactId>
2424
<relativePath>../pom.xml</relativePath>
25-
<version>0.0.33-SNAPSHOT</version>
25+
<version>0.0.35-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>aio-aem-events</artifactId>

aem/core_aem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>com.adobe.aio.aem</groupId>
2020
<artifactId>aio-aem</artifactId>
2121
<relativePath>../pom.xml</relativePath>
22-
<version>0.0.33-SNAPSHOT</version>
22+
<version>0.0.35-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-core</artifactId>

aem/events_ingress_aem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>com.adobe.aio.aem</groupId>
2020
<artifactId>aio-aem</artifactId>
2121
<relativePath>../pom.xml</relativePath>
22-
<version>0.0.33-SNAPSHOT</version>
22+
<version>0.0.35-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-publish</artifactId>

aem/events_mgmt_aem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>com.adobe.aio.aem</groupId>
2020
<artifactId>aio-aem</artifactId>
2121
<relativePath>../pom.xml</relativePath>
22-
<version>0.0.33-SNAPSHOT</version>
22+
<version>0.0.35-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-mgmt</artifactId>

aem/events_osgi_mapping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>com.adobe.aio.aem</groupId>
2020
<artifactId>aio-aem</artifactId>
2121
<relativePath>../pom.xml</relativePath>
22-
<version>0.0.33-SNAPSHOT</version>
22+
<version>0.0.35-SNAPSHOT</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-osgi-mapping</artifactId>

aem/lib_osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>com.adobe.aio.aem</groupId>
1818
<artifactId>aio-aem</artifactId>
1919
<relativePath>../pom.xml</relativePath>
20-
<version>0.0.33-SNAPSHOT</version>
20+
<version>0.0.35-SNAPSHOT</version>
2121
</parent>
2222

2323
<artifactId>aio-lib-osgi</artifactId>

aem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>com.adobe.aio</groupId>
2020
<artifactId>aio-lib-java</artifactId>
2121
<relativePath>../pom.xml</relativePath>
22-
<version>0.0.33-SNAPSHOT</version>
22+
<version>0.0.35-SNAPSHOT</version>
2323
</parent>
2424

2525
<groupId>com.adobe.aio.aem</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.adobe.aio</groupId>
1919
<artifactId>aio-lib-java</artifactId>
20-
<version>0.0.33-SNAPSHOT</version>
20+
<version>0.0.35-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>

events_ingress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.adobe.aio</groupId>
1919
<artifactId>aio-lib-java</artifactId>
20-
<version>0.0.33-SNAPSHOT</version>
20+
<version>0.0.35-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)