Skip to content

Commit

Permalink
Update parent POM version to 1.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Oct 11, 2024
1 parent 02a80d1 commit f9a6b18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aem-classification-maps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>biz.netcentric.filevault.validator</groupId>
<artifactId>aem-classification</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<modules>
Expand Down
3 changes: 1 addition & 2 deletions aem-classification-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<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>
<artifactId>aem-classification-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<name>AEM Classification Maven Plugin</name>
<description>Maven plugin to generate classification maps from existing AEM instances (https://docs.adobe.com/content/help/en/experience-manager-65/deploying/upgrading/sustainable-upgrades.html).</description>
<packaging>maven-plugin</packaging>
<parent>
<groupId>biz.netcentric.filevault.validator</groupId>
<artifactId>aem-classification</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<url>https://netcentric.github.io/aem-classification/</url>
Expand Down
2 changes: 1 addition & 1 deletion aem-classification-search-index-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>biz.netcentric.filevault.validator</groupId>
<artifactId>aem-classification</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>biz.netcentric.filevault.validator</groupId>
<artifactId>aem-classification</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>AEM Classification Reactor</name>
<description>Reactor project building both the FileVault validator and the Maven Plugin</description>
Expand Down

0 comments on commit f9a6b18

Please sign in to comment.