Skip to content

Commit

Permalink
fix: incorrect ff.version
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Apr 18, 2024
1 parent 0650a21 commit 60ae430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<property name="ff.version" value="${metadata.versioning.latest}" if:set="metadata.versioning.latest"/>
<property name="frankflow.version" value="${frankflow.metadata.versioning.latest}" if:set="frankflow.metadata.versioning.latest"/>

<property name="ff.version" value="7.8.5"/>
<!-- <property name="ff.version" value="7.8.5"/> -->
<condition property="ff.war" value="ibis-adapterframework-webapp-${ff.version}.war"><matches string="${ff.version}" pattern="^[1-7]\..*"/></condition>
<condition property="ff.url" value="https://nexus.frankframework.org/repository/public/org/ibissource/ibis-adapterframework-webapp/${ff.version}/${ff.war}"><matches string="${ff.version}" pattern="^[1-7]\..*"/></condition>
<property name="ff.war" value="frankframework-webapp-${ff.version}.war"/>
Expand Down

0 comments on commit 60ae430

Please sign in to comment.