Skip to content

Commit 2adbdcc

Browse files
committed
[maven-release-plugin] prepare release aio-lib-java-0.0.28
1 parent 28215e3 commit 2adbdcc

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.27-SNAPSHOT</version>
25+
<version>0.0.28</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.28</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.27-SNAPSHOT</version>
22+
<version>0.0.28</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-core</artifactId>
@@ -171,4 +171,8 @@
171171
</dependencies>
172172
</profile>
173173
</profiles>
174+
175+
<scm>
176+
<tag>aio-lib-java-0.0.28</tag>
177+
</scm>
174178
</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.27-SNAPSHOT</version>
22+
<version>0.0.28</version>
2323
</parent>
2424

2525
<artifactId>aio-event-publish</artifactId>
@@ -171,4 +171,8 @@
171171
</dependencies>
172172
</profile>
173173
</profiles>
174+
175+
<scm>
176+
<tag>aio-lib-java-0.0.28</tag>
177+
</scm>
174178
</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.27-SNAPSHOT</version>
22+
<version>0.0.28</version>
2323
</parent>
2424

2525
<artifactId>aio-event-management</artifactId>
@@ -159,4 +159,8 @@
159159
</dependencies>
160160
</profile>
161161
</profiles>
162+
163+
<scm>
164+
<tag>aio-lib-java-0.0.28</tag>
165+
</scm>
162166
</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.27-SNAPSHOT</version>
22+
<version>0.0.28</version>
2323
</parent>
2424

2525
<artifactId>aio-event-osgimapping</artifactId>
@@ -178,4 +178,8 @@
178178
</dependencies>
179179
</profile>
180180
</profiles>
181+
182+
<scm>
183+
<tag>aio-lib-java-0.0.28</tag>
184+
</scm>
181185
</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.27-SNAPSHOT</version>
20+
<version>0.0.28</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.28</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.27-SNAPSHOT</version>
22+
<version>0.0.28</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.27-SNAPSHOT</version>
20+
<version>0.0.28</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.27-SNAPSHOT</version>
20+
<version>0.0.28</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.27-SNAPSHOT</version>
20+
<version>0.0.28</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)