File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
ui.apps/src/main/content/META-INF/vault Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
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 >
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 >
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 >
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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments