Bump up version of ASF parent pom to v30. (#11209)
This commit is contained in:
parent
7f63bfe0a4
commit
a1ed1fb447
|
|
@ -315,8 +315,8 @@ jobs:
|
|||
distribution: temurin
|
||||
- name: ${{ matrix.test.name }}
|
||||
run: |
|
||||
./mvnw -B clean integration-test -Dcheckstyle.skip -DskipUTs=true -Dit.test=${{ matrix.test.class }} -DfailIfNoTests=false || \
|
||||
./mvnw -B clean integration-test -Dcheckstyle.skip -DskipUTs=true -Dit.test=${{ matrix.test.class }} -DfailIfNoTests=false
|
||||
./mvnw -B clean integration-test -Dcheckstyle.skip -DskipUTs=true -Dit.test=${{ matrix.test.class }} -Dfailsafe.failIfNoSpecifiedTests=false || \
|
||||
./mvnw -B clean integration-test -Dcheckstyle.skip -DskipUTs=true -Dit.test=${{ matrix.test.class }} -Dfailsafe.failIfNoSpecifiedTests=false
|
||||
|
||||
e2e-test:
|
||||
if: |
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
* Bump up Guava to 32.0.1 to avoid the lib listed as vulnerable due to CVE-2020-8908. This API is never used.
|
||||
* Maven artifact `skywalking-log-recevier-plugin` is renamed to `skywalking-log-receiver-plugin`.
|
||||
* Bump up cli version 0.11 to 0.12.
|
||||
* Bump up the version of ASF parent pom to v30.
|
||||
|
||||
#### OAP Server
|
||||
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -27,7 +27,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>29</version>
|
||||
<version>30</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<url>https://github.com/apache/skywalking</url>
|
||||
<connection>scm:git:https://github.com/apache/skywalking.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/apache/skywalking.git</developerConnection>
|
||||
<tag>v9.4.0</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
|
|
|||
Loading…
Reference in New Issue