Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spa.project.core-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant Bhasin authored and Sushant Bhasin committed Jan 12, 2021
1 parent c74561e commit a1c0f1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>spa.project.core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -126,12 +126,12 @@
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>spa.project.core.core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>spa.project.core.ui.apps</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<type>zip</type>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>spa.project.core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spa.project.core.core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.adobe.aem</groupId>
<artifactId>spa.project.core</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<name>AEM SPA Project Core</name>
<description>spa-project-core</description>
<url>https://github.com/adobe/aem-spa-project-core</url>
Expand Down Expand Up @@ -45,7 +45,7 @@
<connection>scm:git:https://github.com/adobe/aem-spa-project-core.git</connection>
<developerConnection>scm:git:[email protected]:adobe/aem-spa-project-core.git</developerConnection>
<url>https://github.com/adobe/aem-spa-project-core</url>
<tag>HEAD</tag>
<tag>spa.project.core-1.2.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>spa.project.core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a1c0f1c

Please sign in to comment.