Skip to content

Commit

Permalink
Mimir 6.0.1 to depend on gate-core 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Jan 16, 2020
1 parent bcc2cde commit 7ab2f0c
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions mimir-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-parent</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,13 +25,13 @@
<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-connector</artifactId>
<version>6.1</version>
<version>6.1.1</version>
</dependency>

<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-core</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<exclusions>
<exclusion>
<groupId>it.unimi.di</groupId>
Expand Down
4 changes: 2 additions & 2 deletions mimir-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-parent</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>8.6</version>
<version>8.6.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions mimir-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-parent</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>8.6</version>
<version>8.6.1</version>
<scope>compile</scope>
<exclusions>
<!--
Expand Down
6 changes: 3 additions & 3 deletions mimir-indexing-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>uk.ac.gate</groupId>
<artifactId>gate-plugin-base</artifactId>
<!-- this should be the version of GATE you wish to build against -->
<version>8.5</version>
<version>8.6.1</version>

<!-- this forces the parent to always be resolved from the repo -->
<relativePath></relativePath>
Expand All @@ -17,7 +17,7 @@
<!-- this is the description of this plugin -->
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-indexing-plugin</artifactId>
<version>6.1</version>
<version>6.1.1</version>

<name>Mímir indexer</name>
<description>Provides a PR to post documents to a Mímir index as part of a GATE pipeline</description>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-connector</artifactId>
<version>6.1</version>
<version>6.1.1</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions mimir-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-parent</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -25,14 +25,14 @@
<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-core</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-client</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions plugins/db-h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>uk.ac.gate</groupId>
<artifactId>gate-plugin-base</artifactId>
<!-- this should be the version of GATE you wish to build against -->
<version>8.6</version>
<version>8.6.1</version>

<!-- this forces the parent to always be resolved from the repo -->
<relativePath></relativePath>
Expand All @@ -17,7 +17,7 @@
<!-- this is the description of this plugin -->
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-plugin-dbh2</artifactId>
<version>6.1</version>
<version>6.1.1</version>

<name>H2 DB Semantic Annotation Helper</name>
<description>SemanticAnnotationHelper for Mímir storing annotation details in an H2 database.</description>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-core</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions plugins/measurements/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>uk.ac.gate</groupId>
<artifactId>gate-plugin-base</artifactId>
<!-- this should be the version of GATE you wish to build against -->
<version>8.6</version>
<version>8.6.1</version>

<!-- this forces the parent to always be resolved from the repo -->
<relativePath></relativePath>
Expand All @@ -17,7 +17,7 @@
<!-- this is the description of this plugin -->
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-plugin-measurements</artifactId>
<version>6.1</version>
<version>6.1.1</version>

<name>Measurements Semantic Annotation Helper</name>
<description>SemanticAnnotationHelper designed to allow flexible queries over Measurement annotations.</description>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-core</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions plugins/sparql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>uk.ac.gate</groupId>
<artifactId>gate-plugin-base</artifactId>
<!-- this should be the version of GATE you wish to build against -->
<version>8.6</version>
<version>8.6.1</version>

<!-- this forces the parent to always be resolved from the repo -->
<relativePath></relativePath>
Expand All @@ -17,7 +17,7 @@
<!-- this is the description of this plugin -->
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-plugin-sparql</artifactId>
<version>6.1</version>
<version>6.1.1</version>

<name>SPARQL Semantic Annotation Helper</name>
<description>SemanticAnnotationHelper that adds SPARQL querying to another helper.</description>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-core</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.gate.mimir</groupId>
<artifactId>mimir-parent</artifactId>
<version>6.1</version>
<version>6.1.1</version>
<packaging>pom</packaging>
<url>http://gate.ac.uk/mimir</url>

Expand Down
2 changes: 1 addition & 1 deletion webapp/mimir-cloud/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
}

version "6.1"
version "6.1.1"
group "uk.ac.gate"

apply plugin:"eclipse"
Expand Down
2 changes: 1 addition & 1 deletion webapp/mimir-web-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
}

version "6.1"
version "6.1.1"
group "uk.ac.gate.mimir"

apply plugin: 'java'
Expand Down
8 changes: 4 additions & 4 deletions webapp/mimir-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}

version "6.1"
version "6.1.1"
group "uk.ac.gate.mimir"

apply plugin:"eclipse"
Expand Down Expand Up @@ -57,9 +57,9 @@ dependencies {
exclude group:'org.slf4j', module:'slf4j-log4j12'
}

compile("uk.ac.gate.mimir:mimir-core:6.1", exclLog4j)
compile("uk.ac.gate.mimir:mimir-client:6.1", exclLog4j)
compile("uk.ac.gate:gate-spring:8.6", exclLog4j)
compile("uk.ac.gate.mimir:mimir-core:6.1.1", exclLog4j)
compile("uk.ac.gate.mimir:mimir-client:6.1.1", exclLog4j)
compile("uk.ac.gate:gate-spring:8.6.1", exclLog4j)

console "org.grails:grails-console"
profile "org.grails.profiles:web-plugin"
Expand Down

0 comments on commit 7ab2f0c

Please sign in to comment.