Skip to content

Commit bfa7afa

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 92dff79 commit bfa7afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>biz.netcentric.filevault.validator</groupId>
66
<artifactId>aem-cloud-validator</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
88

99
<name>AEM as a Cloud Service Validator</name>
1010
<description>FileVault validator which verifies that a package complies with the AEM as a Cloud Service deployment restrictions outlined at https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/build-and-deployment.html.</description>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:ssh://[email protected]/Netcentric/aem-cloud-validator.git</connection>
3737
<developerConnection>scm:git:ssh://[email protected]/Netcentric/aem-cloud-validator.git</developerConnection>
3838
<url>https://github.com/Netcentric/aem-cloud-validator.git</url>
39-
<tag>HEAD</tag>
39+
<tag>1.0.0</tag>
4040
</scm>
4141
<distributionManagement>
4242
<snapshotRepository>
@@ -53,7 +53,7 @@
5353
<maven.version>3.3.9</maven.version>
5454
<java.target.version>8</java.target.version> <!-- used for compiler plugin and animal-sniffer, for compatibility reasons with Java 9 only the values 6,7,8 and 9 is allowed -->
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
56-
<arguments/> <!-- additional arguments for the forked Maven run during releases -->
56+
<arguments /> <!-- additional arguments for the forked Maven run during releases -->
5757
</properties>
5858

5959
<dependencies>

0 commit comments

Comments
 (0)