Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-bb authored Sep 5, 2024
1 parent 21d6e63 commit 7201ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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.jsfformarchive</groupId><!-- your group id: e.g. com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>jsf-formarchive-util</name><!-- fill your product name -->
<name>jsf-form-archive-util</name><!-- fill your product name -->
<artifactId>jsf-form-archive-util-modules</artifactId><!-- fill your product name + a "-modules" postfix -->
<version>10.0.0-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>
Expand All @@ -14,7 +14,7 @@
</modules>

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

Expand Down

0 comments on commit 7201ac9

Please sign in to comment.