Skip to content

Commit

Permalink
Merge branch 'master' into fix-null-check
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 12, 2024
2 parents fab3078 + 5404f14 commit ed89078
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ath.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -o xtrace
cd "$(dirname "$0")"

# https://github.com/jenkinsci/acceptance-test-harness/releases
export ATH_VERSION=6103.v470620c9e43f
export ATH_VERSION=6107.v8c73fa_b_8f784

if [[ $# -eq 0 ]]; then
export JDK=17
Expand Down
2 changes: 1 addition & 1 deletion core/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</skin>
<custom>
<matomo>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>6.969.v7d22c6eb_fde1</version>
<version>6.971.v9a_984fd08864</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ed89078

Please sign in to comment.