Skip to content

Commit ca7bdbb

Browse files
author
Vendy Tjung
committed
change groupId
1 parent feca55f commit ca7bdbb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

all/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
2323
<!-- ====================================================================== -->
2424
<parent>
25-
<groupId>com.comwrap.public</groupId>
25+
<groupId>com.comwrap.public.aem</groupId>
2626
<artifactId>graphql-voyager</artifactId>
2727
<version>1.0.0</version>
2828
<relativePath>../pom.xml</relativePath>
@@ -49,13 +49,13 @@
4949
<artifactId>filevault-package-maven-plugin</artifactId>
5050
<extensions>true</extensions>
5151
<configuration>
52-
<group>com.comwrap.public</group>
52+
<group>com.comwrap.public.aem</group>
5353
<packageType>container</packageType>
5454
<!-- skip sub package validation for now as some vendor packages like CIF apps will not pass -->
5555
<skipSubPackageValidation>true</skipSubPackageValidation>
5656
<embeddeds>
5757
<embedded>
58-
<groupId>com.comwrap.public</groupId>
58+
<groupId>com.comwrap.public.aem</groupId>
5959
<artifactId>graphql-voyager.ui.apps</artifactId>
6060
<type>zip</type>
6161
<target>/apps/graphql-voyager-packages/application/install</target>
@@ -137,7 +137,7 @@
137137
<!-- ====================================================================== -->
138138
<dependencies>
139139
<dependency>
140-
<groupId>com.comwrap.public</groupId>
140+
<groupId>com.comwrap.public.aem</groupId>
141141
<artifactId>graphql-voyager.ui.apps</artifactId>
142142
<version>${project.version}</version>
143143
<type>zip</type>

archetype.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parameters used to generate this project with aem-project-archetype
22

3-
groupId=com.comwrap.public
3+
groupId=com.comwrap.public.aem
44
artifactId=graphql-voyager
55
version=1.0.0-SNAPSHOT
66
package=com.comwrap.public

ui.apps/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
2222
<!-- ====================================================================== -->
2323
<parent>
24-
<groupId>com.comwrap.public</groupId>
24+
<groupId>com.comwrap.public.aem</groupId>
2525
<artifactId>graphql-voyager</artifactId>
2626
<version>1.0.0</version>
2727
<relativePath>../pom.xml</relativePath>
@@ -51,7 +51,7 @@
5151
<properties>
5252
<cloudManagerTarget>none</cloudManagerTarget>
5353
</properties>
54-
<group>com.comwrap.public</group>
54+
<group>com.comwrap.public.aem</group>
5555
<name>graphql-voyager.ui.apps</name>
5656
<packageType>application</packageType>
5757
<dependencies>

0 commit comments

Comments
 (0)