Skip to content

Commit b770385

Browse files
committed
[maven-release-plugin] prepare release aio-lib-java-0.0.44
1 parent 2165465 commit b770385

File tree

13 files changed

+38
-14
lines changed

13 files changed

+38
-14
lines changed

aem/aio_aem_events/pom.xml

Lines changed: 5 additions & 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.43-SNAPSHOT</version>
25+
<version>0.0.44</version>
2626
</parent>
2727

2828
<artifactId>aio-aem-events</artifactId>
@@ -282,4 +282,8 @@
282282

283283
</profile>
284284
</profiles>
285+
286+
<scm>
287+
<tag>aio-lib-java-0.0.44</tag>
288+
</scm>
285289
</project>

aem/core_aem/pom.xml

Lines changed: 5 additions & 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.43-SNAPSHOT</version>
22+
<version>0.0.44</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-core</artifactId>
@@ -163,4 +163,8 @@
163163
</dependencies>
164164
</profile>
165165
</profiles>
166+
167+
<scm>
168+
<tag>aio-lib-java-0.0.44</tag>
169+
</scm>
166170
</project>

aem/events_ingress_aem/pom.xml

Lines changed: 5 additions & 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.43-SNAPSHOT</version>
22+
<version>0.0.44</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-publish</artifactId>
@@ -163,4 +163,8 @@
163163
</dependencies>
164164
</profile>
165165
</profiles>
166+
167+
<scm>
168+
<tag>aio-lib-java-0.0.44</tag>
169+
</scm>
166170
</project>

aem/events_mgmt_aem/pom.xml

Lines changed: 5 additions & 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.43-SNAPSHOT</version>
22+
<version>0.0.44</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-mgmt</artifactId>
@@ -154,4 +154,8 @@
154154
</dependencies>
155155
</profile>
156156
</profiles>
157+
158+
<scm>
159+
<tag>aio-lib-java-0.0.44</tag>
160+
</scm>
157161
</project>

aem/events_osgi_mapping/pom.xml

Lines changed: 5 additions & 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.43-SNAPSHOT</version>
22+
<version>0.0.44</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-osgi-mapping</artifactId>
@@ -173,4 +173,8 @@
173173
</dependencies>
174174
</profile>
175175
</profiles>
176+
177+
<scm>
178+
<tag>aio-lib-java-0.0.44</tag>
179+
</scm>
176180
</project>

aem/lib_osgi/pom.xml

Lines changed: 5 additions & 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.43-SNAPSHOT</version>
20+
<version>0.0.44</version>
2121
</parent>
2222

2323
<artifactId>aio-lib-osgi</artifactId>
@@ -148,4 +148,8 @@
148148
</plugin>
149149
</plugins>
150150
</build>
151+
152+
<scm>
153+
<tag>aio-lib-java-0.0.44</tag>
154+
</scm>
151155
</project>

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.43-SNAPSHOT</version>
22+
<version>0.0.44</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.43-SNAPSHOT</version>
20+
<version>0.0.44</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.43-SNAPSHOT</version>
20+
<version>0.0.44</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>

events_journal/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.43-SNAPSHOT</version>
20+
<version>0.0.44</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)