Skip to content

Commit

Permalink
Version number to 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Jun 8, 2018
1 parent 3732a00 commit 629b91a
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 285 deletions.
2 changes: 1 addition & 1 deletion distro/build/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5-SNAPSHOT
8.5.1
6 changes: 3 additions & 3 deletions distro/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</groupId>
<artifactId>gate-developer</artifactId>
<version>8.6-SNAPSHOT</version>
<version>8.5.1</version>
<packaging>pom</packaging>
<url>http://gate.ac.uk/</url>

Expand Down Expand Up @@ -153,15 +153,15 @@
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>8.6-SNAPSHOT</version>
<version>8.5.1</version>
</dependency>

<!-- Slightly nasty trick to get the javadocs -->
<!--
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>8.6-SNAPSHOT</version>
<version>8.5.1</version>
<classifier>javadoc</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>8.6-SNAPSHOT</version>
<version>8.5.1</version>

<description>
GATE - general architecture for text engineering - is open source
Expand Down
Loading

0 comments on commit 629b91a

Please sign in to comment.