Skip to content

Commit e2579bc

Browse files
committed
prep for new version
1 parent f4eef65 commit e2579bc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ apply plugin: 'eclipse'
44
apply plugin: 'signing'
55

66
group = 'org.numenta'
7-
version = '0.6.5-SNAPSHOT'
7+
version = '0.6.5'
88
archivesBaseName = 'htm.java'
99

1010
sourceCompatibility = 1.8
1111
targetCompatibility = 1.8
1212

1313
jar {
1414
manifest {
15-
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.5-SNAPSHOT'
15+
attributes 'Implementation-Title': 'htm.java', 'Implementation-Version': '0.6.5'
1616
}
1717
}
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.numenta</groupId>
66
<artifactId>htm.java</artifactId>
7-
<version>0.6.5-SNAPSHOT</version>
7+
<version>0.6.5</version>
88
<name>htm.java</name>
99
<description>The Java version of Numenta's HTM technology</description>
1010

vocabulary.dictionary

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,5 @@ depolarisation
214214
feedforward
215215
favour
216216
geo
217+
menuitem
218+
jfxtras

0 commit comments

Comments
 (0)