Skip to content

Commit 70275fe

Browse files
committed
[maven-release-plugin] prepare release aem-classification-1.0.1 [skip ci]
1 parent 8ba686e commit 70275fe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

aem-classification-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>biz.netcentric.filevault.validator</groupId>
1010
<artifactId>aem-classification</artifactId>
11-
<version>1.0.1-SNAPSHOT</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<prerequisites>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>biz.netcentric.filevault.validator</groupId>
120120
<artifactId>aem-classification-validator</artifactId>
121-
<version>1.1.0-SNAPSHOT</version>
121+
<version>1.1.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>commons-lang</groupId>

aem-classification-validator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>aem-classification-validator</artifactId>
44
<name>AEM Classification Validator</name>
5-
<version>1.1.0-SNAPSHOT</version>
5+
<version>1.1.0</version>
66
<description>FileVault validator which verifies that a package complies with the AEM content classifications (https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/sustainable-upgrades.html?lang=en).</description>
77

88
<parent>
99
<groupId>biz.netcentric.filevault.validator</groupId>
1010
<artifactId>aem-classification</artifactId>
11-
<version>1.0.1-SNAPSHOT</version>
11+
<version>1.0.1</version>
1212
</parent>
1313

1414
<scm>
1515
<connection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</connection>
1616
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</developerConnection>
1717
<url>https://github.com/Netcentric/aem-classification.git</url>
18-
<tag>HEAD</tag>
18+
<tag>aem-classification-1.0.1</tag>
1919
</scm>
2020

2121
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>biz.netcentric.filevault.validator</groupId>
44
<artifactId>aem-classification</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
<packaging>pom</packaging>
77
<name>AEM Classification Reactor</name>
88
<description>Reactor project building both the FileVault validator and the Maven Plugin</description>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</connection>
3737
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</developerConnection>
3838
<url>https://github.com/Netcentric/aem-classification.git</url>
39-
<tag>HEAD</tag>
39+
<tag>aem-classification-1.0.1</tag>
4040
</scm>
4141

4242
<distributionManagement>

0 commit comments

Comments
 (0)