Skip to content

Commit

Permalink
Bump parent POM from 1.8.1 to 1.82 (#6914)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 23, 2022
1 parent 019cd1b commit 15ab27c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.81</version>
<version>1.82</version>
<relativePath />
</parent>

Expand Down
8 changes: 4 additions & 4 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,13 +527,13 @@ THE SOFTWARE.
</goals>
<phase>prepare-package</phase>
<configuration>
<tasks>
<target>
<move todir="${project.build.directory}/${project.build.finalName}">
<fileset dir="${project.build.directory}/classes">
<include name="executable/**/*.class" />
</fileset>
</move>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -711,7 +711,7 @@ THE SOFTWARE.
</goals>
<phase>initialize</phase>
<configuration>
<tasks>
<target>
<property name="yarn.dest" value="${project.basedir}/.yarn/releases/yarn-${yarn-berry.version}.cjs" />
<dirname file="${yarn.dest}" property="yarn.dest.dir" />
<mkdir dir="${yarn.dest.dir}" />
Expand All @@ -722,7 +722,7 @@ THE SOFTWARE.
</condition>
<fail if="yarn.checksum.matches.fail">Checksum error</fail>
<echo file="${project.basedir}/.yarnrc.yml">yarnPath: ${yarn.dest}</echo>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 15ab27c

Please sign in to comment.