diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt
index ab87f59..53393b3 100644
--- a/THIRD-PARTY.txt
+++ b/THIRD-PARTY.txt
@@ -26,21 +26,21 @@ Lists of 117 third-party dependencies.
(The Apache Software License, Version 2.0) Apache Commons Logging (commons-logging:commons-logging:1.2 - http://commons.apache.org/proper/commons-logging/)
(Unknown license) annotations (findbugs:annotations:1.0.0 - http://findbugs.sf.net)
(Apache Software License 2.0) Annot8 API (io.annot8:annot8-api:1.0 - no url defined)
- (Apache Software License 2.0) Annot8 Common Components (io.annot8:annot8-common-components:1.0.0 - http://annot8.io/annot8-common/annot8-common-components)
- (Apache Software License 2.0) Annot8 Common Data (io.annot8:annot8-common-data:1.0.0 - http://annot8.io/annot8-common/annot8-common-data)
- (Apache Software License 2.0) Annot8 Common Serialization (io.annot8:annot8-common-serialization:1.0.0 - http://annot8.io/annot8-common/annot8-common-serialization)
- (Apache Software License 2.0) Annot8 Common Utils (io.annot8:annot8-common-utils:1.0.0 - http://annot8.io/annot8-common/annot8-common-utils)
+ (Apache Software License 2.0) Annot8 Common Components (io.annot8:annot8-common-components:1.0.1 - http://annot8.io/annot8-common/annot8-common-components)
+ (Apache Software License 2.0) Annot8 Common Data (io.annot8:annot8-common-data:1.0.1 - http://annot8.io/annot8-common/annot8-common-data)
+ (Apache Software License 2.0) Annot8 Common Serialization (io.annot8:annot8-common-serialization:1.0.1 - http://annot8.io/annot8-common/annot8-common-serialization)
+ (Apache Software License 2.0) Annot8 Common Utils (io.annot8:annot8-common-utils:1.0.1 - http://annot8.io/annot8-common/annot8-common-utils)
(Apache Software License 2.0) Annot8 Base Components (io.annot8:annot8-components-base:1.0.0 - http://annot8.io/annot8-components-base)
(Apache Software License 2.0) Annot8 Base Text Components (io.annot8:annot8-components-base-text:1.0.0 - http://annot8.io/annot8-components-base-text)
(Apache Software License 2.0) Annot8 Gazetteer Components (io.annot8:annot8-components-gazetteers:1.0.0 - http://annot8.io/annot8-components-gazetteers)
(Apache Software License 2.0) Annot8 Geo Components (io.annot8:annot8-components-geo:1.0.0 - http://annot8.io/annot8-components-geo)
(Apache Software License 2.0) Annot8 Print Components (io.annot8:annot8-components-print:1.0.0 - http://annot8.io/annot8-components-print)
(Apache Software License 2.0) Annot8 StopWord Components (io.annot8:annot8-components-stopwords:1.0.0 - http://annot8.io/annot8-components-stopwords)
- (Apache Software License 2.0) Annot8 Conventions (io.annot8:annot8-conventions:1.0.0 - no url defined)
- (Apache Software License 2.0) Annot8 Implementation Support (io.annot8:annot8-implementations-support:1.0.0 - http://annot8.io/annot8-implementations/annot8-implementations-support)
- (Apache Software License 2.0) Annot8 Pipeline Implementation (io.annot8:annot8-pipeline-implementation:1.0.0 - http://annot8.io/annot8-implementations/annot8-pipeline-implementation)
- (Apache Software License 2.0) Annot8 Reference Implementations (io.annot8:annot8-reference-implementation:1.0.0 - http://annot8.io/annot8-implementations/annot8-reference-implementation)
- (Apache Software License 2.0) Text Utilities (io.annot8:annot8-utils-text:1.0.0 - http://annot8.io/annot8-utils-text)
+ (Apache Software License 2.0) Annot8 Conventions (io.annot8:annot8-conventions:1.0.0 - http://annot8.io/annot8-conventions)
+ (Apache Software License 2.0) Annot8 Implementation Support (io.annot8:annot8-implementations-support:1.0.1 - http://annot8.io/annot8-implementations/annot8-implementations-support)
+ (Apache Software License 2.0) Annot8 Pipeline Implementation (io.annot8:annot8-pipeline-implementation:1.0.1 - http://annot8.io/annot8-implementations/annot8-pipeline-implementation)
+ (Apache Software License 2.0) Annot8 Reference Implementations (io.annot8:annot8-reference-implementation:1.0.1 - http://annot8.io/annot8-implementations/annot8-reference-implementation)
+ (Apache Software License 2.0) Annot8 Text Utilities (io.annot8:annot8-utils-text:1.0.0 - http://annot8.io/annot8-utils-text)
(The MIT License (MIT)) ClassGraph (io.github.classgraph:classgraph:4.8.90 - https://github.com/classgraph/classgraph)
(The Apache Software License, Version 2.0) micrometer-core (io.micrometer:micrometer-core:1.5.5 - https://github.com/micrometer-metrics/micrometer)
(Apache License 2.0) swagger-annotations (io.swagger.core.v3:swagger-annotations:2.1.4 - https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
diff --git a/pom.xml b/pom.xml
index 84312f4..49ada37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
uk.gov.dstl
baleen
- 3.0.0
+ 3.0.1
Baleen 3
Baleen 3 is a tool for building and running pipelines using the Annot8 data processing framework
@@ -55,7 +55,8 @@
11
- 1.0
+ 1.0
+ 1.0.1
1.10.0
${project.basedir}/src/main/app
3.1.0
@@ -94,36 +95,38 @@
io.annot8
annot8-api
- ${annot8.version}
+ ${annot8-api.version}
io.annot8
annot8-common-components
- 1.0.0
-
-
- io.annot8
- annot8-conventions
- 1.0.0
+ ${annot8.version}
io.annot8
annot8-reference-implementation
- 1.0.0
+ ${annot8.version}
io.annot8
annot8-implementations-support
- 1.0.0
+ ${annot8.version}
io.annot8
annot8-pipeline-implementation
- 1.0.0
+ ${annot8.version}
io.annot8
annot8-common-serialization
+ ${annot8.version}
+
+
+
+
+ io.annot8
+ annot8-conventions
1.0.0