Skip to content

Commit 8797d8c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9656cd6 commit 8797d8c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

aem-classification-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>biz.netcentric.filevault.validator</groupId>
99
<artifactId>aem-classification</artifactId>
10-
<version>1.2.0</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
</parent>
1212

1313
<url>https://netcentric.github.io/aem-classification/</url>

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.2.0</version>
5+
<version>1.2.1-SNAPSHOT</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.2.0</version>
11+
<version>1.2.1-SNAPSHOT</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>aem-classification-1.2.0</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<build>

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.2.0</version>
5+
<version>1.2.1-SNAPSHOT</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>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</connection>
3838
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</developerConnection>
3939
<url>https://github.com/Netcentric/aem-classification</url>
40-
<tag>aem-classification-1.2.0</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
<distributionManagement>

0 commit comments

Comments
 (0)