Skip to content

Commit fdfb0d7

Browse files
committed
[maven-release-plugin] prepare release aio-lib-java-1.0.16
1 parent 5b52fb3 commit fdfb0d7

File tree

16 files changed

+41
-17
lines changed

16 files changed

+41
-17
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>1.0.15-SNAPSHOT</version>
25+
<version>1.0.16</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-1.0.16</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>1.0.15-SNAPSHOT</version>
22+
<version>1.0.16</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-core</artifactId>
@@ -168,4 +168,8 @@
168168
</dependencies>
169169
</profile>
170170
</profiles>
171+
172+
<scm>
173+
<tag>aio-lib-java-1.0.16</tag>
174+
</scm>
171175
</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>1.0.15-SNAPSHOT</version>
22+
<version>1.0.16</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-publish</artifactId>
@@ -164,4 +164,8 @@
164164
</dependencies>
165165
</profile>
166166
</profiles>
167+
168+
<scm>
169+
<tag>aio-lib-java-1.0.16</tag>
170+
</scm>
167171
</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>1.0.15-SNAPSHOT</version>
22+
<version>1.0.16</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-mgmt</artifactId>
@@ -155,4 +155,8 @@
155155
</dependencies>
156156
</profile>
157157
</profiles>
158+
159+
<scm>
160+
<tag>aio-lib-java-1.0.16</tag>
161+
</scm>
158162
</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>1.0.15-SNAPSHOT</version>
22+
<version>1.0.16</version>
2323
</parent>
2424

2525
<artifactId>aio-aem-events-osgi-mapping</artifactId>
@@ -175,4 +175,8 @@
175175
</dependencies>
176176
</profile>
177177
</profiles>
178+
179+
<scm>
180+
<tag>aio-lib-java-1.0.16</tag>
181+
</scm>
178182
</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>1.0.15-SNAPSHOT</version>
20+
<version>1.0.16</version>
2121
</parent>
2222

2323
<artifactId>aio-lib-osgi</artifactId>
@@ -144,4 +144,8 @@
144144
</plugin>
145145
</plugins>
146146
</build>
147+
148+
<scm>
149+
<tag>aio-lib-java-1.0.16</tag>
150+
</scm>
147151
</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>1.0.15-SNAPSHOT</version>
22+
<version>1.0.16</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>1.0.15-SNAPSHOT</version>
20+
<version>1.0.16</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>1.0.15-SNAPSHOT</version>
20+
<version>1.0.16</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>1.0.15-SNAPSHOT</version>
20+
<version>1.0.16</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)