Skip to content

Commit

Permalink
correction on f!f version
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Sep 11, 2023
1 parent 8c2f24d commit ae2ec97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frank-runner.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
classloader.type=ScanningDirectoryClassLoader

# Keep in sync with version in Dockerfile. Detailed instructions can be found in CONTRIBUTING.md.
ff.version=7.9-20230907.223421
ff.version=7.9-20230905.223421
8 changes: 4 additions & 4 deletions src/main/FrankConfig.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.9-20230907.223421">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.9-20230905.223421">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down Expand Up @@ -4107,7 +4107,7 @@
&lt;li&gt;Define a Receiver with a JavaListener&lt;/li&gt;
&lt;li&gt;Set the attribute &lt;code&gt;serviceName&lt;/code&gt; to &lt;i&gt;yourExternalServiceName&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
N.B. Please make sure that the IbisServiceDispatcher-1.4.jar or newer is present on the class path of the server.</xs:documentation>
N.B. Please make sure that the IbisServiceDispatcher-1.1.jar is present on the class path of the server.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
Expand Down Expand Up @@ -8815,7 +8815,7 @@
&lt;li&gt;Define a Receiver with a JavaListener&lt;/li&gt;
&lt;li&gt;Set the attribute &lt;code&gt;serviceName&lt;/code&gt; to &lt;i&gt;yourExternalServiceName&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
N.B. Please make sure that the IbisServiceDispatcher-1.4.jar or newer is present on the class path of the server.</xs:documentation>
N.B. Please make sure that the IbisServiceDispatcher-1.1.jar is present on the class path of the server.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
Expand Down Expand Up @@ -17664,7 +17664,7 @@
</xs:attribute>
<xs:attribute name="message" type="xs:string">
<xs:annotation>
<xs:documentation>message to be sent into the pipeline</xs:documentation>
<xs:documentation>message to be send into the pipeline</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/main/configurations/FrankConfig.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.9-20230907.223421">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="7.9-20230905.223421">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down Expand Up @@ -4107,7 +4107,7 @@
&lt;li&gt;Define a Receiver with a JavaListener&lt;/li&gt;
&lt;li&gt;Set the attribute &lt;code&gt;serviceName&lt;/code&gt; to &lt;i&gt;yourExternalServiceName&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
N.B. Please make sure that the IbisServiceDispatcher-1.4.jar or newer is present on the class path of the server.</xs:documentation>
N.B. Please make sure that the IbisServiceDispatcher-1.1.jar is present on the class path of the server.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
Expand Down Expand Up @@ -8815,7 +8815,7 @@
&lt;li&gt;Define a Receiver with a JavaListener&lt;/li&gt;
&lt;li&gt;Set the attribute &lt;code&gt;serviceName&lt;/code&gt; to &lt;i&gt;yourExternalServiceName&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
N.B. Please make sure that the IbisServiceDispatcher-1.4.jar or newer is present on the class path of the server.</xs:documentation>
N.B. Please make sure that the IbisServiceDispatcher-1.1.jar is present on the class path of the server.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
Expand Down Expand Up @@ -17664,7 +17664,7 @@
</xs:attribute>
<xs:attribute name="message" type="xs:string">
<xs:annotation>
<xs:documentation>message to be sent into the pipeline</xs:documentation>
<xs:documentation>message to be send into the pipeline</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Expand Down

0 comments on commit ae2ec97

Please sign in to comment.