Skip to content

Commit a81e462

Browse files
Merge pull request #772 from adobe/develop
v2.3.4 release merge
2 parents f18266a + 27400c6 commit a81e462

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/workflows/snapshot-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
6868

6969
- name: Upload CodeCov
70-
uses: codecov/codecov-action@v1
70+
uses: codecov/codecov-action@v3
7171
with:
7272
file: ./target/site/jacoco/jacoco.xml
7373
flags: unittests

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: mvn -U clean verify
4444

4545
- name: Upload CodeCov
46-
uses: codecov/codecov-action@v1
46+
uses: codecov/codecov-action@v3
4747
with:
4848
file: ./target/site/jacoco/jacoco.xml
4949
flags: unittests

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<frontend-maven-plugin.version>1.9.0</frontend-maven-plugin.version>
7676
<node.version>v13.7.0</node.version>
7777
<npm.version>6.13.1</npm.version>
78-
<bnd.version>6.2.0</bnd.version>
78+
<bnd.version>6.3.1</bnd.version>
7979
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8080
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8181
<maven.compiler.target>1.8</maven.compiler.target>
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-enforcer-plugin</artifactId>
137-
<version>3.0.0</version>
137+
<version>3.1.0</version>
138138
<executions>
139139
<execution>
140140
<id>enforce-maven</id>
@@ -502,7 +502,7 @@
502502
<plugin>
503503
<groupId>org.sonatype.plugins</groupId>
504504
<artifactId>nexus-staging-maven-plugin</artifactId>
505-
<version>1.6.8</version>
505+
<version>1.6.13</version>
506506
</plugin>
507507
<!-- checks for vulnerabilities in dependencies -->
508508
<plugin>
@@ -870,7 +870,7 @@
870870
<!-- JDK 11 -->
871871
<dependency>
872872
<artifactId>org.apache.sling.javax.activation</artifactId>
873-
<version>0.1.0</version>
873+
<version>0.3.0</version>
874874
<groupId>org.apache.sling</groupId>
875875
<scope>provided</scope>
876876
</dependency>
@@ -896,7 +896,7 @@
896896
<dependency>
897897
<groupId>org.mockito</groupId>
898898
<artifactId>mockito-core</artifactId>
899-
<version>3.2.4</version>
899+
<version>4.6.1</version>
900900
<scope>test</scope>
901901
</dependency>
902902
<dependency>

ui.apps/src/main/content/META-INF/vault/filter.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<workspaceFilter version="1.0">
33
<!-- Enumerate all folders under /apps/asset-share-commons in this package, since there is now overlap from ui.config /apps/asset-share-commons/osgiconfig -->
4+
<!-- remove legacy configuration from prior version 2.3.0 -->
5+
<filter root="/apps/asset-share-commons/config.author" type="cleanup" />
6+
<filter root="/apps/asset-share-commons/config.prod" type="cleanup" />
7+
<filter root="/apps/asset-share-commons/config.publish" type="cleanup" />
8+
<filter root="/apps/asset-share-commons/config.stage" type="cleanup" />
9+
<filter root="/apps/asset-share-commons/config" type="cleanup" />
410
<filter root="/apps/asset-share-commons/authoring"/>
511
<filter root="/apps/asset-share-commons/clientlibs"/>
612
<filter root="/apps/asset-share-commons/components"/>

0 commit comments

Comments
 (0)