-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,20 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>aem-classification-validator</artifactId> | ||
<name>AEM Classification Validator</name> | ||
<version>1.1.2</version> | ||
<version>1.1.3-SNAPSHOT</version> | ||
<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> | ||
|
||
<parent> | ||
<groupId>biz.netcentric.filevault.validator</groupId> | ||
<artifactId>aem-classification</artifactId> | ||
<version>1.1.0</version> | ||
<version>1.1.1-SNAPSHOT</version> | ||
</parent> | ||
|
||
<scm> | ||
<connection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</developerConnection> | ||
<url>https://github.com/Netcentric/aem-classification.git</url> | ||
<tag>aem-classification-1.1.0</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>biz.netcentric.filevault.validator</groupId> | ||
<artifactId>aem-classification</artifactId> | ||
<version>1.1.0</version> | ||
<version>1.1.1-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>AEM Classification Reactor</name> | ||
<description>Reactor project building both the FileVault validator and the Maven Plugin</description> | ||
|
@@ -37,7 +37,7 @@ | |
<connection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-classification.git</developerConnection> | ||
<url>https://github.com/Netcentric/aem-classification</url> | ||
<tag>aem-classification-1.1.0</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|