Skip to content

Commit 629b91a

Browse files
committed
Version number to 8.5.1
1 parent 3732a00 commit 629b91a

File tree

5 files changed

+101
-285
lines changed

5 files changed

+101
-285
lines changed

distro/build/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5-SNAPSHOT
1+
8.5.1

distro/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>uk.ac.gate</groupId>
77
<artifactId>gate-developer</artifactId>
8-
<version>8.6-SNAPSHOT</version>
8+
<version>8.5.1</version>
99
<packaging>pom</packaging>
1010
<url>http://gate.ac.uk/</url>
1111

@@ -153,15 +153,15 @@
153153
<dependency>
154154
<groupId>uk.ac.gate</groupId>
155155
<artifactId>gate-core</artifactId>
156-
<version>8.6-SNAPSHOT</version>
156+
<version>8.5.1</version>
157157
</dependency>
158158

159159
<!-- Slightly nasty trick to get the javadocs -->
160160
<!--
161161
<dependency>
162162
<groupId>uk.ac.gate</groupId>
163163
<artifactId>gate-core</artifactId>
164-
<version>8.6-SNAPSHOT</version>
164+
<version>8.5.1</version>
165165
<classifier>javadoc</classifier>
166166
<scope>test</scope>
167167
</dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>uk.ac.gate</groupId>
99
<artifactId>gate-core</artifactId>
10-
<version>8.6-SNAPSHOT</version>
10+
<version>8.5.1</version>
1111

1212
<description>
1313
GATE - general architecture for text engineering - is open source

0 commit comments

Comments
 (0)