Skip to content

Commit

Permalink
Update POM module
Browse files Browse the repository at this point in the history
  • Loading branch information
octopus-axonivy committed Jan 23, 2025
1 parent c022e4d commit a662548
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
<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">
<?xml version="1.0"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.approvaldecision</groupId>
<name>approval-decision-utils</name>
<artifactId>approval-decision-utils-modules</artifactId>
<version>12.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>approval-decision-utils</name>
<modules>
<module>${project.name}</module>
<module>${project.name}-demo</module>
<module>${project.name}-test</module>
<module>${project.name}-product</module>
<module>${project.name}-demo-app</module>
</modules>

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

<build>
<pluginManagement>
<plugins>
Expand All @@ -29,7 +28,6 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
Expand All @@ -39,5 +37,4 @@
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit a662548

Please sign in to comment.