Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master to Develop #44

Merged
merged 11 commits into from
Jun 28, 2024
2 changes: 1 addition & 1 deletion 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>11.2.1-SNAPSHOT</version>
<version>11.2.5-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
5 changes: 2 additions & 3 deletions process-inspector-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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-demo</artifactId>
<version>11.2.1-SNAPSHOT</version>
<version>11.2.5-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>11.2.0</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>11.2.1-SNAPSHOT</version>
<version>11.2.5-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions process-inspector-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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-test</artifactId>
<version>11.2.1-SNAPSHOT</version>
<version>11.2.5-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>11.2.0</build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion process-inspector/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</artifactId>
<version>11.2.1-SNAPSHOT</version>
<version>11.2.5-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<build.plugin.version>11.2.0</build.plugin.version>
Expand Down
Loading