Skip to content

Commit

Permalink
Merge pull request #551 from axonivy/release/12.0-6
Browse files Browse the repository at this point in the history
Prepare for next development cycle (release/12.0)
  • Loading branch information
ivy-lli authored Dec 20, 2024
2 parents 054a0d8 + 34c5c0d commit 52c9fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>12.0.1-SNAPSHOT</version>
<version>12.0.2-SNAPSHOT</version>

<name>Axon Ivy Project Build Plugin</name>
<description>Maven plugin for the automated building of Axon Ivy Projects. Referenced from the pom.xml of Axon Ivy Projects.</description>
Expand Down Expand Up @@ -287,10 +287,10 @@
<id>gh-pages.redirect.page</id>
<configuration>
<target>
<move todir="${project.build.directory}/site/${site.path}/${pluginVersion.majorVersion}.${pluginVersion.minorVersion}" >
<move todir="${project.build.directory}/site/${site.path}/${pluginVersion.majorVersion}.${pluginVersion.minorVersion}">
<fileset dir="${project.build.directory}/site" />
</move>
<copy todir="${project.build.directory}/site/${site.path}/" >
<copy todir="${project.build.directory}/site/${site.path}/">
<fileset dir="src/site/gh/pages/" />
<filterset id="replaceProductAndVersion">
<filter token="version" value="${pluginVersion.majorVersion}.${pluginVersion.minorVersion}" />
Expand Down

0 comments on commit 52c9fe8

Please sign in to comment.