Skip to content

Commit

Permalink
Use groupId org.frankframework in Frank2Example4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jan 8, 2024
1 parent 3f717bc commit 917241a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Frank2Example4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
downloaded when you have an empty local repository. This will also make the CI/CD pipeline faster as it
starts with an empty local repository on every new run (unless configured to cache the Maven repository)
-->
<ff.version>[8.0-20231102.180638,)</ff.version>
<ff.version>[8.1.0-20231223.223430,)</ff.version>
</properties>

<dependencies>
<dependency>
<groupId>org.ibissource</groupId>
<artifactId>ibis-adapterframework-webapp</artifactId>
<groupId>org.frankframework</groupId>
<artifactId>frankframework-webapp</artifactId>
<version>${ff.version}</version>
<type>war</type>
</dependency>
Expand Down

0 comments on commit 917241a

Please sign in to comment.