Skip to content

Commit

Permalink
Bump jenkins from 1.100 to 1.101 (#8204)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 29, 2023
1 parent a94f1f6 commit 019950a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.100</version>
<version>1.101</version>
<relativePath />
</parent>

Expand Down
1 change: 0 additions & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ THE SOFTWARE.
def a = mojo.artifactFactory.createProjectArtifact(d.groupId,d.artifactId,d.version);
def buildingRequest = new org.apache.maven.project.DefaultProjectBuildingRequest(mojo.session.projectBuildingRequest)
buildingRequest.remoteRepositories = project.remoteArtifactRepositories
buildingRequest.localRepository = mojo.localRepository
buildingRequest.processPlugins = false // improve performance
def p = mojo.projectBuilder.build(a, buildingRequest).project
models.put(a,p);
Expand Down

0 comments on commit 019950a

Please sign in to comment.