Skip to content

Commit

Permalink
Update com.io7m.blackthorne 1.3.1 → 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Aug 10, 2023
1 parent 8b8192f commit 49bfc82
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 39 deletions.
5 changes: 3 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<c:change date="2023-06-25T00:00:00+00:00" summary="Initial major version."/>
</c:changes>
</c:release>
<c:release date="2023-08-10T17:44:06+00:00" is-open="true" ticket-system="com.github.io7m.trasco" version="1.1.0">
<c:release date="2023-08-10T17:45:43+00:00" is-open="true" ticket-system="com.github.io7m.trasco" version="1.1.0">
<c:changes>
<c:change date="2023-08-10T00:00:00+00:00" summary="Update com.io7m.jxe:com.io7m.jxe.core 1.0.0 → 1.0.2."/>
<c:change date="2023-08-10T17:44:06+00:00" summary="Update ch.qos.logback:logback-classic 1.4.9 → 1.4.11."/>
<c:change date="2023-08-10T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic 1.4.9 → 1.4.11."/>
<c:change date="2023-08-10T17:45:43+00:00" summary="Update com.io7m.blackthorne 1.3.1 → 2.0.0."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.trasco.vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>com.io7m.blackthorne</groupId>
<artifactId>com.io7m.blackthorne.api</artifactId>
<artifactId>com.io7m.blackthorne.core</artifactId>
</dependency>
<dependency>
<groupId>com.io7m.blackthorne</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
import com.io7m.anethum.api.ParseSeverity;
import com.io7m.anethum.api.ParseStatus;
import com.io7m.anethum.api.ParsingException;
import com.io7m.blackthorne.api.BTException;
import com.io7m.blackthorne.api.BTParseError;
import com.io7m.blackthorne.api.BTPreserveLexical;
import com.io7m.blackthorne.core.BTException;
import com.io7m.blackthorne.core.BTParseError;
import com.io7m.blackthorne.core.BTPreserveLexical;
import com.io7m.blackthorne.jxe.BlackthorneJXE;
import com.io7m.trasco.api.TrSchemaRevisionSet;
import com.io7m.trasco.api.TrSchemaRevisionSetParserType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTQualifiedName;
import com.io7m.blackthorne.core.BTQualifiedName;
import com.io7m.trasco.xml.schemas.TrSchemas;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;

/**
* A comment parser.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.trasco.api.TrParameter;
import com.io7m.trasco.api.TrParameterKind;
import org.xml.sax.Attributes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.trasco.api.TrParameterReference;
import org.xml.sax.Attributes;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerConstructorType;
import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.api.BTQualifiedName;
import com.io7m.blackthorne.core.BTElementHandlerConstructorType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTQualifiedName;
import com.io7m.trasco.api.TrParameterReference;
import com.io7m.trasco.api.TrParameterReferences;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerConstructorType;
import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.api.BTQualifiedName;
import com.io7m.blackthorne.core.BTElementHandlerConstructorType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTQualifiedName;
import com.io7m.trasco.api.TrParameter;
import org.xml.sax.Attributes;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerConstructorType;
import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.api.BTQualifiedName;
import com.io7m.blackthorne.core.BTElementHandlerConstructorType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTQualifiedName;
import com.io7m.trasco.api.TrSchemaRevision;
import com.io7m.trasco.api.TrStatement;
import com.io7m.trasco.api.TrStatementParameterized;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerConstructorType;
import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.api.BTQualifiedName;
import com.io7m.blackthorne.core.BTElementHandlerConstructorType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTQualifiedName;
import com.io7m.trasco.api.TrParameter;
import com.io7m.trasco.api.TrSchemaRevision;
import com.io7m.trasco.api.TrSchemaRevisionSet;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerConstructorType;
import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.api.BTQualifiedName;
import com.io7m.blackthorne.core.BTElementHandlerConstructorType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTQualifiedName;
import com.io7m.trasco.api.TrParameterInterpolation;
import com.io7m.trasco.api.TrParameterReferences;
import com.io7m.trasco.api.TrStatement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.io7m.trasco.vanilla.internal.v1;

import com.io7m.blackthorne.api.BTElementHandlerType;
import com.io7m.blackthorne.api.BTElementParsingContextType;
import com.io7m.blackthorne.core.BTElementHandlerType;
import com.io7m.blackthorne.core.BTElementParsingContextType;
import com.io7m.trasco.api.TrStatement;

/**
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.trasco.vanilla/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

requires com.io7m.trasco.xml.schemas;

requires org.apache.commons.text;
requires com.io7m.anethum.api;
requires com.io7m.blackthorne.api;
requires com.io7m.blackthorne.core;
requires com.io7m.blackthorne.jxe;
requires com.io7m.junreachable.core;
requires com.io7m.jxe.core;
requires org.apache.commons.text;
requires org.slf4j;

exports com.io7m.trasco.vanilla;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</modules>

<properties>
<com.io7m.blackthorne.version>2.0.0-SNAPSHOT</com.io7m.blackthorne.version>
<com.io7m.blackthorne.version>2.0.0</com.io7m.blackthorne.version>
<com.io7m.jxtrand.version>2.0.0</com.io7m.jxtrand.version>
<com.io7m.seltzer.version>1.0.0</com.io7m.seltzer.version>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
Expand Down Expand Up @@ -124,7 +124,7 @@
</dependency>
<dependency>
<groupId>com.io7m.blackthorne</groupId>
<artifactId>com.io7m.blackthorne.api</artifactId>
<artifactId>com.io7m.blackthorne.core</artifactId>
<version>${com.io7m.blackthorne.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 49bfc82

Please sign in to comment.