Skip to content

Commit

Permalink
[maven-release-plugin] prepare release aem-modernize-tools-2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 23, 2021
1 parent 0e79665 commit 589c17b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
6 changes: 2 additions & 4 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<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>

<!-- ====================================================================== -->
Expand All @@ -24,7 +22,7 @@
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-modernize-tools</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-modernize-tools</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aem-modernize-tools.core</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
| See the License for the specific language governing permissions and
| limitations under the License.
-->
<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>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-modernize-tools</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
<name>AEM Modernize Tools</name>
<description>AEM Modernize Tools</description>

Expand All @@ -42,7 +40,7 @@
<connection>scm:git:https://github.com/adobe/aem-modernize-tools.git</connection>
<developerConnection>scm:git:https://github.com/adobe/aem-modernize-tools.git</developerConnection>
<url>https://github.com/adobe/aem-modernize-tools/tree/main</url>
<tag>HEAD</tag>
<tag>aem-modernize-tools-2.0.2</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps.structure/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>aem-modernize-tools</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-modernize-tools</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-modernize-tools</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 589c17b

Please sign in to comment.