Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpham-axonivy committed Dec 2, 2024
1 parent 9cd3d03 commit 9ac33ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.utils.process.inspector</groupId>
<name>process-inspector</name>
<artifactId>process-inspector-modules</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -15,7 +15,7 @@

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v12.0.0</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion process-inspector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.inspector</groupId>
<artifactId>process-inspector-demo</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion process-inspector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.inspector</groupId>
<artifactId>process-inspector-product</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion process-inspector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.inspector</groupId>
<artifactId>process-inspector-test</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
6 changes: 2 additions & 4 deletions process-inspector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.inspector</groupId>
<artifactId>process-inspector</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.0</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down

0 comments on commit 9ac33ea

Please sign in to comment.