Skip to content

Commit

Permalink
@releng [maven-scm] :prepare release core-cif-components-reactor-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herzog31 committed Nov 29, 2019
1 parent 75af38a commit 9099d1b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
6 changes: 3 additions & 3 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<parent>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core-cif-components-all</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>content-package</packaging>

<name>AEM CIF Core Components - All</name>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
<url>https://github.com/adobe/aem-core-cif-components</url>
<tag>HEAD</tag>
<tag>core-cif-components-reactor-0.6.0</tag>
</scm>
<organization>
<name>Adobe</name>
Expand Down
6 changes: 3 additions & 3 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<parent>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core-cif-components-core</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>bundle</packaging>

<name>AEM CIF Core Components - Core Bundle</name>
Expand All @@ -39,7 +39,7 @@
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
<url>https://github.com/adobe/aem-core-cif-components</url>
<tag>HEAD</tag>
<tag>core-cif-components-reactor-0.6.0</tag>
</scm>
<organization>
<name>Adobe</name>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-parent</artifactId>
<packaging>pom</packaging>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>

<name>AEM CIF Core Components - Parent</name>
<description>Parent POM for AEM CIF Core Components</description>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
<url>https://github.com/adobe/aem-core-cif-components</url>
<tag>HEAD</tag>
<tag>core-cif-components-reactor-0.6.0</tag>
</scm>

<organization>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-reactor</artifactId>
<packaging>pom</packaging>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>

<name>AEM CIF Core Components Reactor</name>
<description>Reactor POM for AEM CIF Core Components</description>
Expand All @@ -33,7 +33,7 @@
<parent>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand All @@ -55,6 +55,6 @@
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
<url>https://github.com/adobe/aem-core-cif-components</url>
<tag>HEAD</tag>
<tag>core-cif-components-reactor-0.6.0</tag>
</scm>
</project>
7 changes: 3 additions & 4 deletions react-components/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- ====================================================================== -->
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<parent>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core-cif-react-components</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>

<name>AEM CIF Core Components - Content Package for React Components</name>
<description>Content Package with Components, Templates, Policies and Clientlibs for AEM CIF Core Components</description>
Expand Down
6 changes: 3 additions & 3 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<parent>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>core-cif-components-parent</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core-cif-components-apps</artifactId>
<version>0.5.1-SNAPSHOT</version>
<version>0.6.0</version>
<packaging>content-package</packaging>

<name>AEM CIF Core Components - Content Package for apps</name>
Expand All @@ -38,7 +38,7 @@
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
<url>https://github.com/adobe/aem-core-cif-components</url>
<tag>HEAD</tag>
<tag>core-cif-components-reactor-0.6.0</tag>
</scm>
<organization>
<name>Adobe</name>
Expand Down

0 comments on commit 9099d1b

Please sign in to comment.