Skip to content

Commit 0dc7682

Browse files
committed
[maven-release-plugin] prepare release v12.0.1
1 parent 054a0d8 commit 0dc7682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.axonivy.ivy.ci</groupId>
44
<artifactId>project-build-plugin</artifactId>
55
<packaging>maven-plugin</packaging>
6-
<version>12.0.1-SNAPSHOT</version>
6+
<version>12.0.1</version>
77

88
<name>Axon Ivy Project Build Plugin</name>
99
<description>Maven plugin for the automated building of Axon Ivy Projects. Referenced from the pom.xml of Axon Ivy Projects.</description>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:[email protected]:axonivy/project-build-plugin.git</connection>
3131
<developerConnection>scm:git:[email protected]:axonivy/project-build-plugin.git</developerConnection>
3232
<url>[email protected]:axonivy/project-build-plugin.git</url>
33-
<tag>v8.0.3</tag>
33+
<tag>v12.0.1</tag>
3434
</scm>
3535

3636
<organization>
@@ -287,10 +287,10 @@
287287
<id>gh-pages.redirect.page</id>
288288
<configuration>
289289
<target>
290-
<move todir="${project.build.directory}/site/${site.path}/${pluginVersion.majorVersion}.${pluginVersion.minorVersion}" >
290+
<move todir="${project.build.directory}/site/${site.path}/${pluginVersion.majorVersion}.${pluginVersion.minorVersion}">
291291
<fileset dir="${project.build.directory}/site" />
292292
</move>
293-
<copy todir="${project.build.directory}/site/${site.path}/" >
293+
<copy todir="${project.build.directory}/site/${site.path}/">
294294
<fileset dir="src/site/gh/pages/" />
295295
<filterset id="replaceProductAndVersion">
296296
<filter token="version" value="${pluginVersion.majorVersion}.${pluginVersion.minorVersion}" />

0 commit comments

Comments
 (0)