Skip to content

Commit

Permalink
Release v8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WeAreFrank-BOT committed Oct 8, 2024
1 parent 0895514 commit 3344449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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="8.1.1">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="8.1.2">
<xs:element name="Configuration" type="ConfigurationType" />
<xs:complexType name="ConfigurationType">
<xs:sequence>
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/xml/xsd/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="8.1.1">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="8.1.2">
<xs:element name="Configuration">
<xs:annotation>
<xs:documentation>Container of Adapters that belong together.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>

<properties>
<revision>8.1.2-SNAPSHOT</revision>
<revision>8.1.2</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -1207,7 +1207,7 @@
<url>https://github.com/frankframework/frankframework</url>
<connection>scm:git:https://github.com/frankframework/frankframework.git</connection>
<developerConnection>scm:git:https://github.com/frankframework/frankframework.git</developerConnection>
<tag>HEAD</tag>
<tag>v8.1.2</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 3344449

Please sign in to comment.