Skip to content

Commit d2a7b02

Browse files
committed
@releng [maven-scm] : prepare for next development iteration
1 parent 3761555 commit d2a7b02

File tree

23 files changed

+49
-49
lines changed

23 files changed

+49
-49
lines changed

all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<artifactId>core.wcm.components.parent</artifactId>
2525
<groupId>com.adobe.cq</groupId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<!-- ====================================================================== -->
3131
<!-- P R O J E C T D E S C R I P T I O N -->
3232
<!-- ====================================================================== -->
3333
<artifactId>core.wcm.components.all</artifactId>
34-
<version>2.27.0</version>
34+
<version>2.27.1-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636

3737
<name>Adobe Experience Manager Core WCM Components Full Package</name>

bundles/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>core.wcm.components.core</artifactId>
31-
<version>2.27.0</version>
31+
<version>2.27.1-SNAPSHOT</version>
3232
<packaging>bundle</packaging>
3333

3434
<name>Adobe Experience Manager Core WCM Components Core Bundle</name>

config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<!-- ====================================================================== -->
3131
<!-- P R O J E C T D E S C R I P T I O N -->
3232
<!-- ====================================================================== -->
3333
<artifactId>core.wcm.components.config</artifactId>
34-
<version>2.27.0</version>
34+
<version>2.27.1-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636

3737
<name>Adobe Experience Manager Core WCM Components Configurations</name>

content/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<!-- ====================================================================== -->
3131
<!-- P R O J E C T D E S C R I P T I O N -->
3232
<!-- ====================================================================== -->
3333
<artifactId>core.wcm.components.content</artifactId>
34-
<version>2.27.0</version>
34+
<version>2.27.1-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636
<name>Adobe Experience Manager Core WCM Components Content Package</name>
3737

examples/all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>core.wcm.components.examples.all</artifactId>
31-
<version>2.27.0</version>
31+
<version>2.27.1-SNAPSHOT</version>
3232
<packaging>content-package</packaging>
3333

3434
<name>Adobe Experience Manager Core WCM Components Examples Aggregator Package</name>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>core.wcm.components.examples</artifactId>
31-
<version>2.27.0</version>
31+
<version>2.27.1-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Adobe Experience Manager Core WCM Components Examples Reactor</name>

examples/ui.apps/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<!-- ====================================================================== -->
3131
<!-- P R O J E C T D E S C R I P T I O N -->
3232
<!-- ====================================================================== -->
3333
<artifactId>core.wcm.components.examples.ui.apps</artifactId>
34-
<version>2.27.0</version>
34+
<version>2.27.1-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636
<name>Adobe Experience Manager Core WCM Components Examples Application Package</name>
3737

examples/ui.config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<!-- ====================================================================== -->
3131
<!-- P R O J E C T D E S C R I P T I O N -->
3232
<!-- ====================================================================== -->
3333
<artifactId>core.wcm.components.examples.ui.config</artifactId>
34-
<version>2.27.0</version>
34+
<version>2.27.1-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636
<name>Adobe Experience Manager Core WCM Components Examples Configuration &amp; Bundles Package</name>
3737

examples/ui.content/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<!-- ====================================================================== -->
3131
<!-- P R O J E C T D E S C R I P T I O N -->
3232
<!-- ====================================================================== -->
3333
<artifactId>core.wcm.components.examples.ui.content</artifactId>
34-
<version>2.27.0</version>
34+
<version>2.27.1-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636
<name>Adobe Experience Manager Core WCM Components Examples Content Package</name>
3737

extensions/amp/bundle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>com.adobe.cq</groupId>
2525
<artifactId>core.wcm.components.parent</artifactId>
26-
<version>2.27.0</version>
26+
<version>2.27.1-SNAPSHOT</version>
2727
<relativePath>../../../parent/pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>core.wcm.components.extensions.amp</artifactId>
31-
<version>2.27.0</version>
31+
<version>2.27.1-SNAPSHOT</version>
3232
<packaging>bundle</packaging>
3333

3434
<name>Adobe Experience Manager Core WCM Components AMP Extension Bundle</name>

0 commit comments

Comments
 (0)