Skip to content

Commit

Permalink
Merge pull request #3843 from darinpope/add-artifact-manager-s3
Browse files Browse the repository at this point in the history
Add Artifact Manager S3 to the managed set
  • Loading branch information
darinpope authored Oct 27, 2024
2 parents d9878ea + e5b269b commit ff92fc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@
<artifactId>apache-httpcomponents-client-5-api</artifactId>
<version>5.4-124.v31e2987e48f4</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>artifact-manager-s3</artifactId>
<version>878.v84f6f8f9dce7</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>asm-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
<artifactId>apache-httpcomponents-client-5-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>artifact-manager-s3</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>asm-api</artifactId>
Expand Down

0 comments on commit ff92fc4

Please sign in to comment.