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 874013d commit 6ecb68d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 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.connector.adobe.acrobat.sign</groupId>
<name>adobe-acrobat-sign-connector</name>
<artifactId>adobe-acrobat-sign-connector-modules</artifactId>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>adobe-acrobat-sign-connector</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>
<developerConnection>scm:git:https://github.com/axonivy-market/adobe-acrobat-sign-connector.git</developerConnection>
</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 6ecb68d

Please sign in to comment.