Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-team committed Dec 20, 2024
1 parent 054a0d8 commit 0dc7682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.1</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 All @@ -30,7 +30,7 @@
<connection>scm:git:[email protected]:axonivy/project-build-plugin.git</connection>
<developerConnection>scm:git:[email protected]:axonivy/project-build-plugin.git</developerConnection>
<url>[email protected]:axonivy/project-build-plugin.git</url>
<tag>v8.0.3</tag>
<tag>v12.0.1</tag>
</scm>

<organization>
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 0dc7682

Please sign in to comment.