File tree Expand file tree Collapse file tree 3 files changed +1
-23
lines changed
Expand file tree Collapse file tree 3 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 5959 if : matrix.jdk == '8' && github.event_name == 'pull_request' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
6060 run : mvn checkstyle::check
6161
62- - name : Deploy
63- if : matrix.jdk == '8' && github.event_name == 'push' && github.ref != 'refs/heads/master' && github.ref != 'refs/heads/development'
64- run : mvn --batch-mode deploy -P test
65-
6662 - name : SonarQube Scan (Push)
6763 if : matrix.jdk == '11' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development')
6864 run : |
Original file line number Diff line number Diff line change 188188 <dependency >
189189 <groupId >org.apache.commons</groupId >
190190 <artifactId >commons-lang3</artifactId >
191- <version >3.4 </version >
191+ <version >3.18.0 </version >
192192 <scope >test</scope >
193193 </dependency >
194194 <dependency >
Original file line number Diff line number Diff line change 5353 <id >ossrh</id >
5454 <url >https://oss.sonatype.org/content/repositories/releases</url >
5555 </repository >
56- <repository >
57- <id >maven-all-virtual</id >
58- <url >https://splitio.jfrog.io/artifactory/maven-all-virtual</url >
59- </repository >
6056 </repositories >
6157 <pluginRepositories >
62- <pluginRepository >
63- <id >maven-all-virtual</id >
64- <url >https://splitio.jfrog.io/artifactory/maven-all-virtual</url >
65- </pluginRepository >
6658 </pluginRepositories >
6759 <properties >
6860 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
145137 <profiles >
146138 <profile >
147139 <id >test</id >
148- <distributionManagement >
149- <repository >
150- <id >maven-dev</id >
151- <url >https://splitio.jfrog.io/artifactory/maven-dev/</url >
152- </repository >
153- <snapshotRepository >
154- <id >maven-dev</id >
155- <url >https://splitio.jfrog.io/artifactory/maven-dev/</url >
156- </snapshotRepository >
157- </distributionManagement >
158140 <build >
159141 <plugins >
160142 <plugin >
You can’t perform that action at this time.
0 commit comments