Skip to content

Commit 9b444c1

Browse files
committed
update dependency
1 parent 15059f0 commit 9b444c1

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

tooling/conga-aem-maven-plugin/src/it/example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
<dependency>
5454
<groupId>com.adobe.acs</groupId>
5555
<artifactId>acs-aem-commons-ui.apps</artifactId>
56-
<version>5.3.0</version>
56+
<version>6.11.0</version>
5757
<type>zip</type>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.adobe.acs</groupId>
6262
<artifactId>acs-aem-commons-ui.content</artifactId>
63-
<version>5.3.0</version>
63+
<version>6.11.0</version>
6464
<type>zip</type>
6565
<scope>compile</scope>
6666
</dependency>

tooling/conga-aem-maven-plugin/src/it/mixed-no-package-type/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,14 @@
4444
<dependency>
4545
<groupId>com.adobe.acs</groupId>
4646
<artifactId>acs-aem-commons-ui.apps</artifactId>
47-
<classifier>min</classifier>
48-
<version>5.0.10</version>
47+
<version>6.11.0</version>
4948
<type>zip</type>
5049
<scope>compile</scope>
5150
</dependency>
5251
<dependency>
5352
<groupId>com.adobe.acs</groupId>
5453
<artifactId>acs-aem-commons-ui.content</artifactId>
55-
<classifier>min</classifier>
56-
<version>5.0.10</version>
54+
<version>6.11.0</version>
5755
<type>zip</type>
5856
<scope>compile</scope>
5957
</dependency>

tooling/conga-aem-maven-plugin/src/it/mixed-no-package-type/src/main/roles/aem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ files:
1616
rootPath: /content/sample
1717

1818
# ACS AEM Commons
19-
- url: mvn:com.adobe.acs/acs-aem-commons-ui.apps//zip/min
19+
- url: mvn:com.adobe.acs/acs-aem-commons-ui.apps//zip
2020
dir: packages
21-
- url: mvn:com.adobe.acs/acs-aem-commons-ui.content//zip/min
21+
- url: mvn:com.adobe.acs/acs-aem-commons-ui.content//zip
2222
dir: packages
2323

2424

0 commit comments

Comments
 (0)